If your vs.net program takes a long time after compiling, it may be because you don't have IIS. You can speed up the VS by the following steps: :-)
1. Add / Remove Windows Components from the Windows Control Panel, select Add / Remove Windows Components. Select Internet Information Services and complete the installation steps.
2. Enter the .NET version directory in the command line, for example: c: /winnt/microsoft.net/framework/v1.0.xxxx
3. Run the following command: ASPNET_REGIIS.EXE -I
4. Run the following command: IisReset.exe