m facing a prob . as i m redirecting all pages of my website aftr session timeout to login page ..its redirecting but showing this error :-
Server Error in '/IPractice' Application.
The resource cannot be found.
Description: HTTP
404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /IPractice/Admin/Default.aspx
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
can u plz tell me wat to do so that it gives proper login page ...
SaranshGarg
Member
24 Points
26 Posts
Page not redirecting after session timeout
Jun 19, 2011 02:56 PM|LINK
hi everybody,
m facing a prob . as i m redirecting all pages of my website aftr session timeout to login page ..its redirecting but showing this error :-
Server Error in '/IPractice' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /IPractice/Admin/Default.aspx
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
can u plz tell me wat to do so that it gives proper login page ...
Lateef045
Star
7813 Points
1541 Posts
Re: Page not redirecting after session timeout
Jun 19, 2011 02:58 PM|LINK
After the session timeout, the page is redirecting but to "Admin/Default.aspx" location.
Make sure you have the page name correct and in Admin folder.