Do I need to restart IIS after change in global.asax?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have my asp.net apps on a web hotel, and thus I have whatsoever no control
of the IIS on my server.

If I make a change in the global.asax for my application,. what is needed to
get the IIS to make the changes?

TIA

Kenneth P
 
You don't need to do anything after you make
a change in global.asax.

The Application will restart automatically,
including your new global configurations,
as soon as any page is called in it.




Juan T. Llibre
ASP.NET MVP
===========
 
Very good Juan. Thanks. Ken

Juan T. Llibre said:
You don't need to do anything after you make
a change in global.asax.

The Application will restart automatically,
including your new global configurations,
as soon as any page is called in it.




Juan T. Llibre
ASP.NET MVP
===========
 
Back
Top