VS.NET optimization compilation speed

zhaozj2021-02-16  88

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

转载请注明原文地址:https://www.9cbs.com/read-11852.html

New Post(0)