Eric Dill [2005Q3]
2007-02-16 18:22:22 UTC
We have a web site that is located in two parts:
system: which is supposed to be accessible to anyone, and
user: which uses forms authentication mode.
The directory path is:
+system
+ user (with user being under system)
I've been trying to get a web.config file for our accessible to anyone portion of the web site by copying the existing web.config file and making the following changes to it (leaving everything else in place):
<authentication mode="None">
</authentication>
-and-
<authorization>
<allow users="*" />
</authorization>
This isn't working, so I assume that there is something that I'm missing, but a search online only led me to your forum and didn't provide an answer to my specific question.
Sincerely,
Eric D
Sr. Software Engineer
C#, .NET (ADO.NET, ASP.NET), COM+, DCOM, T-SQL, C++, C
===================================
This list is hosted by DevelopMentorĀ® http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
system: which is supposed to be accessible to anyone, and
user: which uses forms authentication mode.
The directory path is:
+system
+ user (with user being under system)
I've been trying to get a web.config file for our accessible to anyone portion of the web site by copying the existing web.config file and making the following changes to it (leaving everything else in place):
<authentication mode="None">
</authentication>
-and-
<authorization>
<allow users="*" />
</authorization>
This isn't working, so I assume that there is something that I'm missing, but a search online only led me to your forum and didn't provide an answer to my specific question.
Sincerely,
Eric D
Sr. Software Engineer
C#, .NET (ADO.NET, ASP.NET), COM+, DCOM, T-SQL, C++, C
===================================
This list is hosted by DevelopMentorĀ® http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com