Question
Thread display: Collapse - |
All Answers
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Cannot use a leading .. to exit above the top directory. - Aspx Error
I was trying to open an aspx form in VS 2005, which I created in VS 2003. But its throwing exception:
"System.Web.HttpException: Cannot use a leading .. to exit above the top directory."
But when I remove the line in aspx where I link the CSS to the page, the error vanishes. The CSS link is:
<LINK href="<%=strVersionPath%>" type=text/css rel=Stylesheet>
Could anyone tell me what going wrong here?
Regards,
Blumen