Ask a Question related to ASP.NET Security, Design and Development.
-
Pascal Blanchard #1
Strange problem with Forms authentication: After successfull login, login page is still displayed
Hi there
I have a quite strange problem with my ASP.NET-Application.
The application has being deployed one year ago and worked fine till
last month.
It's a frame application. So that the user has to enter his
credentials to login in the mainframe. This data is validated on a
database. If username and password are validated, then the secured
content is displayed. I'm working with two web.config files. One
Web.Config in the root folder and the other one in the securefolder.
All frames are in the same domain. When I try to login. The
databasevaldation works fine, but the cookie is not written on the
client side, so that the loginpage is redisplayed. More strange:
Sometime it works. It's quite difficult to reproduce the problem. On 5
tries, 2 fails. I think that this problem could be related to a
IE-Security patch. As I said, the problem was observed for the first
time last month. Has anybody observed a similar problem?
Thanks for your help
Pascal Blanchard
Pascal Blanchard Guest
-
forms authentication returns 401 instead of going to login page
Hi, I have an app in the 1.1 framework that uses forms authentication . In the normal case, if the user requests a page and is not logged in,... -
Forms Authentication won't redirect to login page
I'm trying to set basic form authentication on a webapp. I allaccess restricted to authenticated users. After changing theWeb.config file in the... -
Forms Authentication without Login Page
Is there any way to log someone in using Forms authentication *without* using RedirectFromLoginPage()? My reason for asking is that I'm trying to... -
Forms Authentication: login page in a separate web app
Hi, I would like to create a WebApp, say MySecurityProvider, that just contains a login page that knows how to authenticate a user. And I want... -
Authentication forms and SSL on the login page
Hi all, I'm tryiing to set up security for a ASP.NET web application in order to force all the users to go to a login page with an SSL connection.... -
Pascal Blanchard #2
Strange problem with Forms authentication: After successfull login, login page is still displayed
Hi there
I have a quite strange problem with my ASP.NET-Application.
The application has being deployed one year ago and worked fine till
last month.
It's a frame application. So that the user has to enter his
credentials to login in the mainframe. This data is validated on a
database. If username and password are validated, then the secured
content is displayed. I'm working with two web.config files. One
Web.Config in the root folder and the other one in the securefolder.
All frames are in the same domain. When I try to login. The
databasevaldation works fine, but the cookie is not written on the
client side, so that the loginpage is redisplayed. More strange:
Sometime it works. It's quite difficult to reproduce the problem. On 5
tries, 2 fails. I think that this problem could be related to a
IE-Security patch. As I said, the problem was observed for the first
time last month. Has anybody observed a similar problem?
Thanks for your help
Pascal Blanchard
Pascal Blanchard Guest
-
Pascal Blanchard #3
Strange problem with Forms authentication: After successfull login, login page is still displayed
Hi there
I have a quite strange problem with my ASP.NET-Application.
The application has being deployed one year ago and worked fine till
last month.
It's a frame application. So that the user has to enter his
credentials to login in the mainframe. This data is validated on a
database. If username and password are validated, then the secured
content is displayed. I'm working with two web.config files. One
Web.Config in the root folder and the other one in the securefolder.
All frames are in the same domain. When I try to login. The
databasevaldation works fine, but the cookie is not written on the
client side, so that the loginpage is redisplayed. More strange:
Sometime it works. It's quite difficult to reproduce the problem. On 5
tries, 2 fails. I think that this problem could be related to a
IE-Security patch. As I said, the problem was observed for the first
time last month. Has anybody observed a similar problem?
Thanks for your help
Pascal Blanchard
Pascal Blanchard Guest
-
Pascal Blanchard #4
Re: Strange problem with Forms authentication: After successfull login, login page is still displayed
Here some additional information.
For page access SSl is used. In the web.config the following data was added:
loginUrl="login.aspx"
protection="All"
requireSSL="true">
Best regards
Pascal
Pascal Blanchard Guest
-



Reply With Quote


