PDA

View Full Version : A problem with .net and http server


mustang
03-26-04, 10:48 AM
Couple weeks ago I started to study php on my local computer. Acording to that i had to install a http server,which was Apache. The day befeore yesterday I installed the new Visual Studio .NET 2003 Professional. Also, IIS have been installed. But then some problems occured. When Apache was working, and the IIS were stopped, after opening the VS.NET I saw an error like below:
Visual Studio .NET cannot create or open the application, because the current user account is not a member of the VD Developers group on the Web server computer.
When I turn off the Apache server, and start IIS everything seems to be ok. But my question is: does VS.NET is compatybile with other http servers exept IIS, or it can works only with it?

Shane
03-26-04, 06:38 PM
Couple weeks ago I started to study php on my local computer. Acording to that i had to install a http server,which was Apache. The day befeore yesterday I installed the new Visual Studio .NET 2003 Professional. Also, IIS have been installed. But then some problems occured. When Apache was working, and the IIS were stopped, after opening the VS.NET I saw an error like below:
Visual Studio .NET cannot create or open the application, because the current user account is not a member of the VD Developers group on the Web server computer.
When I turn off the Apache server, and start IIS everything seems to be ok. But my question is: does VS.NET is compatybile with other http servers exept IIS, or it can works only with it?
It can only work with IIS.

mustang
03-29-04, 12:29 PM
Ok,thx a lot :-)