Ask a Question related to ASP.NET Security, Design and Development.
-
Marco Roello #1
ssl with <forms authentication> and loginurl problem
Hi,
I've configured SSL with server certificates on a IIS with W2K. Itested it
ans works with simple html pages.
I want the login page to be under a subfolder in my WebApp. This subfolder
requires SSL (secure channel). So I have to configure the LoginUrl of the
FormsAuthenticationModule to use an absolute url
([url]https://myserver/mywebapp/mysubfolder/login.aspx[/url]) . If I test this
configuration, I retrieve an "Access Denied" Error from the Web Server.
LoginUrl does really support absolute paths?
Anyone has already configured a so simple configuration with asp .net?
I've found a lot of posts about this problem with no answers..
If I protect the entire WebApplication with SSL all works fine.
Any information will be appreciated.
Marco Roello
[email]marco.roello@cnrservice.it[/email]
Marco Roello Guest
-
Problem in forms authentication
Hi friends, We have an web application which contains several folders & we are trying to implement forms authentication. Login page for the... -
forms authentication problem
I tried on the Security newgroup, as well as other places, and haven't gotten an answer yet - - I'm pulling my hair out over this one. I'm trying... -
Forms Authentication problem with IsAuthenticated
Hello All, I am trying to set up forms authentication for an ASP.NET web site. I programmed quite a bit of stuff with custom IPrincipal and... -
Forms Authentication Problem with WebRequest (Tried Everything)
Hello, all, I have done my homework, but I can not get my webrequest to access a page which is protected by forms authentication. As other... -
Problem with Forms Authentication
I have an application using FormsAuthentication that does not persist the authentication cookie beyond the session so each time a user starts a...



Reply With Quote

