How to run multiple instances of my site on my development machine?

  • Thread starter Thread starter David Hearn
  • Start date Start date
D

David Hearn

I have the need to run my web application side by side for testing purposes
so that I can compare two copies side by side. Is there any way to do this.
I have tried opening the project twice and running each of them but it only
works sometimes.

Thanks in advance!
 
You will need to copy one of your version to another virtual directory and
access it that way.

http://localhost/myApp

since you are testing copy the wwwroot/myApp directory to another directory,
set the new directory up as an application in IIS and happy testing.

http://localhost/myApp2


bill
 

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