relative path

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I built an application on my local box which works fine. WHen I deploy it to the web server, it no longer finds the relative paths

In my locale box the app is built off teh C drive, on the server the Inetpub directory is on the d drive.
 
When you moved the app to the production box, were you sure to move all the
files so that they stayed relative to each other?

You can just look at the resulting HTML for something that is not resolving
correctly and then check to see if that path exists on the production box.

Peter said:
I built an application on my local box which works fine. WHen I deploy it
to the web server, it no longer finds the relative paths.
In my locale box the app is built off teh C drive, on the server the
Inetpub directory is on the d drive.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top