I added an ASP.NET application under a virtual directory in Default Web Site. When I change the Authentication settings for a subfolder in the application (such as by disabling Anonymous Authentication) I can't find where the setting is being stored. There is no web.config being created in the subfolder, the application's root web.config is untouched and Process Monitor doesn't record any file writes either.
Take the 2-minute tour
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
|
I just did the same and linked the virtual directory to my smtp Pickup-Directory. Same result. But: After I restarted the default Website und changed the settings, there was a web config in my smtp-pickup-directory. |
|||||||||||||||||
|
IIS Manager stores Authentication settings in "C:\Windows\System32\inetsrv\config\applicationHost.config" for any website or subfolder. The corresponding section needs to be copied out and into your local web.config. |
|||
|