Marc Mueller
Guest
|
Posted:
Tue Jan 11, 2005 9:01 pm Post subject:
Cannot login to ASP.NET app using forms authentication from |
|
|
I have an ASP.NET web app that uses forms authentication along with a
custom login form to authenticate users. Users can login just fine to
the ASP.NET app when they navigate to it by any means other than what I
will describe below.
The problem I am having has to do with my SharePoint 2001 portal. My
portal is working fine just as is my ASP.NET application. However, if
I try the following, I cannot login to the ASP.NET application:
1. Open browser (IE 6.0)
2. Navigate to and open my SharePoint portal.
3. Navigate to my ASP.NET application (same browser window).
4. The ASP.NET custom login page displays.
5. I enter my credentials and try to login.
6. The login page simply refreshes.
A few notes:
1. Problem only occurs on remote server.
2. Sharepoint portal and ASP.NET are running on same server.
3. I do not have this problem when running locally.
4. My sharepoint and ASP.NET login usernames are the same.
Does any one know why my ASP.NET form authentication stops working
under these conditions?
Thanks,
Marc Mueller |
|