2 web apps in

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!

brian_t
03-05-2007, 05:49 PM
Well, I'm not sure what happened, but now all of the sudden both projects are working as expected. I'm sure that it was my fault to begin with. I'll update with any changes. Feel free to submit your comments either way.

Thanks!

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum