Imar,
I am getting an error message for a project I am working on indicating that the following page cannot be found:
Code:
The resource cannot be found
/~/Setup Facility Department/Reserve User ID.aspx
The link for the page is coded as:
Code:
<a href="~/Setup Facility Department/Reserve User ID.aspx">Setup New Facility or Department</a>
I have the virtual path for the project set to "/".
ASP.NET seems to be adding an additional "/" to the address.
I thought I had followed the steps in the first part of "Chapter 7: Navigation".
Any thoughts?
Thanks.
Thomas