Virtual Directory

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

Guest

Hi,

I have a doubt about uploading ASP.NET web application from development
computer to web server. Is there any way to store the ASP.NET web application
in the server's virtual directory that is different from the virtual
directory that I used during development? For example, I used
"http://localhost/abc" in development computer and I would like to store the
application in "http://10.1.1.1/xyz" in server.

The error occurs when virtual directory is different. I think it is because
of the web server cannot locate the "DLL files in the BIN folder".

Thank you.

- Dennis -
 
Back
Top