Yes, there is, but you probably can't fix that your self.
Syntax like:
~/misc/about.aspx
refers to the Application's root, not to the server's root.
So, when the application is /, then it refers to
/misc/about.aspx
But when the application is /Testing, then it's referring to:
/Testing/misc/about.aspx
To change your folder into an application, open its properties in IIS and click the Create button. With an ISP / host you'll need them to do this for you.
Alternatively, instead of going one level deeper, you can create a folder besides your current one. So, use /Testing instead /web.
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004