i got a problem with my dotnet webapplication and the company-intern ftp.

the problem is that my files are linked (and also in the global.asax mapping) with the tilde slash :

~/default.aspx

for example.

on local testing, everything is fine but on the ftp it cant find the files, so does anybody know how to fix the problem ?

thx for help

link|improve this question
The tilde slash refers to the root of the web app. Most probably the files on your ftp are not placed at the root of the web application thus their "relative" link is lost. – user Oct 4 '11 at 14:49
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.