App using old path

  • Thread starter Thread starter sling blade
  • Start date Start date
S

sling blade

I have recently moved my web app from the developing environment on to
the web server.

However I noticed in an error message (I recieved when I first tried
to run it on the web server) that in the stack trace the app is trying
to reference the physical path from the computer in which it was
developed on and not the server it presently resides on.

Any suggestions on how to get it to reconfigure to the new path.

Thanks for any help.
 
It certainly sounds like a hardcoded path somewhere. Is there anything in
the web.config that you forgot to update?
 
Back
Top