Re: authentication not kept when deploying application
From: Brock Allen (ballen_at_NOSPAMdevelop.com)
Date: 04/27/05
- Next message: Brock Allen: "Re: Deny access to a directory with web.config"
- Previous message: Brock Allen: "Re: ASP.NET 2.0 Membership problem"
- In reply to: Nicole Temple via DotNetMonster.com: "authentication not kept when deploying application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 27 Apr 2005 10:07:46 -0700
Are you using windows authentication? If so, it sounds as if the application
in IIS still allows anonymous access. If that's not it, it's probabaly some
setting in IIS that's different on your machine than the live webserver.
-Brock
DevelopMentor
http://staff.develop.com/ballen
> 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.
>
- Next message: Brock Allen: "Re: Deny access to a directory with web.config"
- Previous message: Brock Allen: "Re: ASP.NET 2.0 Membership problem"
- In reply to: Nicole Temple via DotNetMonster.com: "authentication not kept when deploying application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|