PDA

View Full Version : 404 page not found error


afrokingssystems
07-10-2008, 12:03 AM
I designed an ASP.NET 3.5 website and included membership service. I can browse all the pages
except the protected ones. The problem comes once I login and try to and try to go to non protected pages.
I keep on getting 404 page not found error message could any one please help me resolve this issue.</o:p>

wisemx
07-10-2008, 12:49 AM
Hi,
A 404 error is rather generic, only shows that some part of your code can not find a file.
You can create custom error trapping or just turn errors on in your web.config, then you can get more info.
Salute,
Mark