简体   繁体   中英

VS - Edit And Continue on Local IIS

我已经使用VS在本地IIS上托管了一个Webapp,但无法使用选项“编辑并继续”

To Enable Edit & Continue on Local IIS

  1. Open CMD with Admin Access (As Administrator)

  2. Navigate to folder "C:\\Windows\\System32\\inetsrv"

  3. Run Command "appcmd set apppool "DefaultAppPool" /+environmentVariables.add[@start,name='COMPLUS_ForceEnC',value='1']"

**You can change pool-name "DefaultAppPool" to which ever pool your locally hosted website/webapp is in.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM