Syamsoul Azrien
Syamsoul Azrien

Reputation: 2742

ASP.NET - Install Visual Studio without IIS

I already have IIS installed on my localhost.

I just use sublime text editor to create my website.

But now i have problem in debugging the vb code. So I decided to install Visual Studio Express.

So, can I install the Visual Studio Express without conflicting the existing website?

Upvotes: 1

Views: 457

Answers (1)

Emanuele Greco
Emanuele Greco

Reputation: 12721

Yes you can.

Visual Studio uses IIS Express, that works on random ports different from standard ones (80 etc)

So youll'not have problem with existing IIS websites.

Upvotes: 3

Related Questions