public string ResolveUrl ( string relativeUrl ) If the relativeUrl parameter contains an absolute URL, the URL is returned unchanged. If the relativeUrl parameter contains a relative URL, that URL is changed to a relative URL that is correct for the current request path, so that the browser can resolve the URL. 为什么要用到这个函数,我开发用vs2005,调试的时候会自动启动开发服务器,用http://localhost:xxxx/来访问。而部署的时候是用http://1.1.1.1/appname/来访问,好几个script和图片的路径不得改来改去。服务器离我几公里,而且我还没有权限用remote连接,操作服务器时必须在机房并有Admin的人陪同。要是有问题,哭都来不急。只用用这个函数加后台输出的方式来搞定。