Reputation: 2742
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
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