Posted on: 9/24/2014 1:13:57 PM | Views : 513

Hello
In Solution Explorer, I have Register.aspx and Register.aspx.vb in a folder called Account. Part of the same VB.NET project is a file called Login.aspx and Login.aspx.vb. Those two files seem to be in another folder called WebForms.
When I preview Register.aspx in my browser there is a link at the top of the page that should take me to Login.aspx but doesn't. Instead, it gives me a server error:
HTTP Error 404.0 - Not Found
Most likely causes:
•The directory or file specified does not exist on the Web server.
•The URL contains a typographical error.
•A custom filter or module, such as URLScan, restricts access to the file.
Do I get this server error because the files are not in the same Account folder? In Site.master, I have these links (which I am still unable to customise!):
<a runat="server" class="link_white" href="~/Account/Register"> ...

Go to the complete details ...