brian_t
03-05-2007, 04:13 PM
The goal I am trying to accomplish is to have 2 VS2005 web apps running under the same IIS Virtual Directory. One app will have the root level folder structure and the other will be contained in a subfolder of the root. For example, I need to have a registration system separate from the main app so I am going to have it in a sub folder of the main application. The main application is being developed by someone else remotely. They will use the root folder.
The problem I have been running into is being able to access the application in the subfolder. The error that is now showing up is:
Line 59: ASP.NET to identify an incoming user.
Line 60: -->
Line 61: <authentication mode="Forms">
Line 62:
Line 63: </authentication>
I turned on the <identity impersonate="true"/>, thinking that it would correct this problem, but no such luck. Anonymous access is set for IIS on the application. Is there something else that I am overlooking which would correct this error? I tried chaning the authenticatio mode to "windows", but that didn't seem to work either....
Any ideas?
Thanks in advanced!
The problem I have been running into is being able to access the application in the subfolder. The error that is now showing up is:
Line 59: ASP.NET to identify an incoming user.
Line 60: -->
Line 61: <authentication mode="Forms">
Line 62:
Line 63: </authentication>
I turned on the <identity impersonate="true"/>, thinking that it would correct this problem, but no such luck. Anonymous access is set for IIS on the application. Is there something else that I am overlooking which would correct this error? I tried chaning the authenticatio mode to "windows", but that didn't seem to work either....
Any ideas?
Thanks in advanced!