Ask a Question related to ASP.NET Security, Design and Development.
-
Cheung Wang Tin #1
SetAuthCookie problem
I have a login page which with the following code:
FormsAuthentication.SetAuthCookie(UserID, False)
'''''For testing''' lblTest.text=context.User.Identity.IsAuthenticated
Response.Redirect("Default.aspx", False)
When loading the login page alone, the login function work fine.
But when the login page was included in other web site's frame, it can not login. The value of context.User.Identity.IsAuthenticated equal to "False" even I provide the correct username and password several times.
Also, when the web site's IP is the same as the login page's IP, it can login.
Does anyone have idea about it? Thank you.
Cheung Wang Tin Guest
-
contribute problem - access denied file may not existpermission problem
Recieving the following error message - "access denied file may not exist , or there could be a permission problem" this happened this morning ,... -
problem with SetAuthCookie
I have a web application that authenticate users and give them access to all other web applications of the company. They first get access to... -
Problem playing Quicktime thru .DCR embedded in HTML - pathreferencing problem?
Greetings earthlings and Director heads. Here's the problem: created an HTML file containing shockwave (dcr) movie that calls quicktime movies in... -
Uploading problem = weird warning (was: access denied problem.....)
Hi, I had a problem where my upload form was not working on our production server but was working on two other servers, after checking the... -
Problem with Apache Web Server config file and PHP (please give advice on what problem may be me)
HI: Can anyone refer me to someone that can help with the problem below. I installed Apache Web Server on my laptop which has Windows XP. I...



Reply With Quote

