How to configure Visual studio to load web project from port 8000 as default?

  • Thread starter Thread starter Rudy Ko
  • Start date Start date
R

Rudy Ko

Dear All,

I have Apache using port 80. So I changed IIS to use port 8000 as
default web service. After that all my .net projects were not able to load
into Visual Studio .net. Do you know how to configure Visual Studio .net to
load web projects from port 8000? Thanks for the help!!!

Thanks,
Rudy
 
Open the solution file with a text editor and you will see the URL of your
project. Add the port number to the URL and you should be good to go.
 
Rudy Ko said:
Dear All,

I have Apache using port 80. So I changed IIS to use port 8000 as
default web service. After that all my .net projects were not able to load
into Visual Studio .net. Do you know how to configure Visual Studio .net to
load web projects from port 8000? Thanks for the help!!!

Thanks,
Rudy
 
Back
Top