ASP.NET Project Deployment
-
hi I have developed asp.net application, which is running fine on my local web server. but when i deployed on the web server of my hosting partner. If is not running. The Deployment copy takes reference of my local PC's physical path, but thoses path are not availble when I deploy on the hosting partners' web server. Regards, shelly
-
hi I have developed asp.net application, which is running fine on my local web server. but when i deployed on the web server of my hosting partner. If is not running. The Deployment copy takes reference of my local PC's physical path, but thoses path are not availble when I deploy on the hosting partners' web server. Regards, shelly
What you need to do is use relative paths through out your application. This way the application will work in any web server. ~Javier Lozano (blog)