QUOTE(jai1210 @ Feb 16 2006, 02:45 PM)
I can run the windows application but cannot run the web application. so installation of the IIS, .NET and Visual Studio is in right order.
BEsides that, my apache has been stop when i start my visual studio.net.
So, how should i solve this problems?
I initially had this problem too when i was installing .NET.
I made IIS and Apache run on different ports, so both could run at the same time.
However i still think ur IIS installation is a lil fukked up.
You can try running this command
CODE
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i
It registers the ASP.NET stuff to IIS.
If that still doesn't work, you may have to reinstall IIS, .NET and VS.NET.