Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi.

I just got a new job and they are using PHP as their main development language and I'm an ASP.Net developer. My question is, will Visual Studio Development Server replace the WAMP server as the localhost? I want to install Visual Studio 2010 and my worry is that it will overpower WAMP development environment.

Please advice.

Thanks in advance.

Molefi.
Posted
Comments
Richard MacCutchan 25-Sep-14 7:04am    
There is only one way to test your theory. And what exactly is "Visual Studio Development Server"?
molefi 25-Sep-14 8:00am    
Hi.

Visual Studio Development Server is the default development server in Visual Studio 2010, the reason I asked that question is that I don't want to install IIS because it will replace WAMP as the localhost and I'll have to go change WAMP's default port from port 80 to something like 81.
Sergey Alexandrovich Kryukov 25-Sep-14 9:47am    
Do you mean HTTP server supporting ASP.NET, which comes with Visual Studio?
—SA
molefi 25-Sep-14 9:57am    
Yes that's what I mean...I have ASP.Net projects that I'm still busy with and I don't want to change anything that has to do with WAMP or PHP development environment that is already setup on my work PC hence my question.
Sergey Alexandrovich Kryukov 25-Sep-14 10:01am    
Any change to install IIS instead of Apache and configure it to support both PHP and ASP.NET?
Besides, Apache can support ASP.NET via the module mod_php (and Mono), but I never tried.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900