Wei Ma
Wei Ma

Reputation: 3155

Visual studio embedded web server bind ip address

By default, the embedded web server of VS 2008 starts on address 127.0.0.1. Due to some complex network configure issue, I have to start the web server on the IP of host(i.e. 10.46.30.240).

What I want to know is if this is possible with VS2008 configuration, Or I have to do some Windows 2003 hacking to achieve this?

Thanks.

Upvotes: 0

Views: 885

Answers (1)

Andrew Keith
Andrew Keith

Reputation: 7563

If your using windows 2003, why not just start a real instance of a web server and just attach to the w3wp.exe process ? This way you can do any configuration you want to the web server and bypass visual studio's internal web server process

Upvotes: 1

Related Questions