Question

I need to give access to another account on our production server's which is being used by clients at the momemnt.

Would it cause any trouble if I add another user to web.config or do I need downtime ?

Also does changing Web.Config in ISAPI (web services) folder requires IIS reset or Application pool reset ?

Was it helpful?

Solution

No restart is required, IIS will automatically detect that the web.config file has change and trigger an app pool recycle and read the new values. This will clear session and cache variables though so it will affect logged in people etc...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top