Link to home
Start Free TrialLog in
Avatar of singsunn
singsunn

asked on

IIS, asp.net web application and web.config

I have an asp.net application deployed on IIS 6. Does a change to web.config file always restart the application? what about other files like within App_Code or bin folder?

Does IIS need a restart also?
Avatar of Friman001
Friman001
Flag of United States of America image

What I have found is that when you make a change that effects multiple pages, you need to authenticate again.  Best practice is to work in a development environment and then move your modifications to "Stage".  This is the area where you test when pre-production.  While I develop, I believe I work in a .NET 4.0 Framework setting.  The servers that I move my code out to are on .NET 2.0-3.5, which is something else I have to be aware of while programming!

Since web.config is what your app looks at while running, you will need to do something to make sure it is looking at up-to-date code!

Ryan F
ASKER CERTIFIED SOLUTION
Avatar of Friman001
Friman001
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial