0
votes
4answers
316 views
How can you change the name of the web.config file and have IIS read from the newly-named file?
Is it possible to configure an IIS site to read ASP.Net settings from a site OTHER than web.config?
We'd like to have three config files in our codebase -- web-dev.config, web-test.config, …
5
votes
4answers
376 views
How does IIS know if it’s serving a Web Site or a Web Application project?
I understand that Web Site Projects compile source on-the-fly, and Web Application Projects pre-compile source into a DLL (much like ASP.Net 1.x).
But how is the difference specified in IIS …
0
votes
1answer
190 views
Why does an authentication mode of “Forms” result in an empty LOGON_USER server variable?
Is it possible to:
Disallow anonymous access in IIS
AND
Have...
<authenticate mode="Forms"/>
...in the Web config? We need both acce …
