authentication not kept when deploying application
From: Nicole Temple via DotNetMonster.com (forum_at_nospam.DotNetMonster.com)
Date: 04/27/05
- Next message: Juan T. Llibre: "Re: Deny access to a directory with web.config"
- Previous message: vinay: "Re: LDAP"
- Next in thread: Brock Allen: "Re: authentication not kept when deploying application"
- Reply: Brock Allen: "Re: authentication not kept when deploying application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 27 Apr 2005 15:15:38 GMT
I currently wrote a login application using asp.net. It works just great on
my local computer, but I need to use it on the internet for the company
website. I deployed it using the Web Setup Project onto the webserver. Now
when I try to access the page that is supposed to be protected(by login), I
can get right to it without having to login. None of my forms
authentication or authorization code is working.
Here is the layout on the webserver:
-webserver
-wwwroot
-folder1(virtual directory)
-folder2(virtual directory)
-protected pages
-web.config
-folder3(not a virtual directory)
-login page
-web.config
Any help or advise would be greatly appreciated. Thanks for the help in
advance.
-- Message posted via http://www.dotnetmonster.com
- Next message: Juan T. Llibre: "Re: Deny access to a directory with web.config"
- Previous message: vinay: "Re: LDAP"
- Next in thread: Brock Allen: "Re: authentication not kept when deploying application"
- Reply: Brock Allen: "Re: authentication not kept when deploying application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|