Ask a Question related to ASP.NET Security, Design and Development.
-
Nicole Temple via DotNetMonster.com #1
authentication not kept when deploying application
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 [url]http://www.dotnetmonster.com[/url]
Nicole Temple via DotNetMonster.com Guest
-
Deploying an ASP.NET application
I have just finished an ASP.NET application, but I don't know if I need to deploy/release the project in order to use it on the internet. It... -
Sharing Forms Authentication between application and sub-application
Hi, I'm succesfully using Forms Authentication on a site I'm working on (MyMainApp). In a subfolder of this site, I have a seperate ASP.NET... -
Deploying ASP.NET database application to remote server
Everything in the deployment works fine with the exception of the address of the database also deployed on the remote server. The string address... -
deploying the web application
Hi, I am using visual studio .net for developing and deploying the web application. My application is running perfectly on my system. I... -
Deploying ASP.NET application + database
Hi, I have ASP.NET application that includes a database. How do I transfer all this to another computer. Do I just copy application's folder and... -
Brock Allen #2
Re: authentication not kept when deploying application
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
[url]http://staff.develop.com/ballen[/url]
> 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.
>
Brock Allen Guest



Reply With Quote

