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

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
 
G

Gabriele G. Ponti

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.
 
G

Guest

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
 

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

Top