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 -
 

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