Login.aspx problem after publishing
-
My project(site) has a page named 'Login.aspx'. That's the loginUrl for forms authentication. It works fine as a project but once deployed request to that page will result in an error. What could be the problem I am getting access to the other pages only this one has the problem. I tried renaming it but still the error persists. I ve only renamed the page's name not its class.
-
My project(site) has a page named 'Login.aspx'. That's the loginUrl for forms authentication. It works fine as a project but once deployed request to that page will result in an error. What could be the problem I am getting access to the other pages only this one has the problem. I tried renaming it but still the error persists. I ve only renamed the page's name not its class.
What is the error ???
Grady Booch: I told Google to their face...what you need is some serious adult supervision. (2007 Turing lecture) http://www.frankkerrigan.com/[^]
-
What is the error ???
Grady Booch: I told Google to their face...what you need is some serious adult supervision. (2007 Turing lecture) http://www.frankkerrigan.com/[^]
Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".
Its not saying anything specifically about the error. I got the error fixed when I changed the class name to 'UserLogin' from Login. But love to know what has gone wrong.