i.e. http://localhost:8080/tumelty.com
i.e. http://www.tumelty.com/
The static URL's will end up in local as
http://localhost:8080/tumelty.com/files/download.zip
and in production....
http://www.tumelty.com/files/download.zip
This means that all of the links to static files will have to be manually fixed up before deployment. This causes a problem.
A quick google search which brought up the following solution which I'd like to share here for anyone having the same problem.
http://weblogs.asp.net/scottgu/archive/2005/11/21/431138.aspx
Thanks to Scott Gu!
Currently rated 5.0 by 2 people