|
Subject:
|
Forms Authentication "Page cannot be displayed"
|
|
Posted By:
|
rayman
|
Post Date:
|
4/23/2008 3:09:38 AM
|
Hi all, written a new ASP.NET2 web site using forms authentication with a SQL Provider.
I have created a number of users in the ASP.Net Configuration tool, when I login the Login1_LoggedIn method is called but then I get a page cannot be displayed error message.
I am running this on a XP Pro laptop for DEV and also a 2003 server for Test, both are behaving the same.
I have been looking at this for 2 days now any help will be much apprecited
|
|
Reply By:
|
gbianchi
|
Reply Date:
|
4/23/2008 7:31:57 AM
|
Hi there... looks like the page you are redirecting doesn't exists... Can you debug the app to see a complete error?
HTH
Gonzalo
=========================================================== Read this if you want to know how to get a correct reply for your question: http://www.catb.org/~esr/faqs/smart-questions.html ^^Took that from dparsons signature and he Took that from planoie's profile =========================================================== My programs achieved a new certification (can you say the same?): WORKS ON MY MACHINE http://www.codinghorror.com/blog/archives/000818.html =========================================================== I know that CVS was evil, and now i got the proof: http://worsethanfailure.com/Articles/Classics-Week-I-Hate-You.aspx ===========================================================
|
|
Reply By:
|
rayman
|
Reply Date:
|
4/24/2008 1:54:51 AM
|
HI,
Sometimes the login will redirect to the correct page, it is when i add a new users and try to login this happens, if I debug I capture the Login1_LoggedIn and set some parameteres for the specific user but then it does not appear to redirect to the next page
|