久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      vscode怎么調(diào)試asp

      vscode怎么調(diào)試asp

      1、安裝“IIS Express”擴展,成功會有提示幫你安裝好“IIS Express”程序;

      2、打開“IIS Express”程序的“applicationhost.config”文件,路徑為:C:Users{{用戶名}}DocumentsIISExpressconfig;

      3、找到以下內(nèi)容,設置默認首頁

      <defaultDocument enabled="true"> <files> <add value="index.asp" /> <add value="Default.htm" /> <add value="index.htm" /> <add value="index.html" /> <add value="iisstart.htm" /> <add value="default.aspx" /> </files> </defaultDocument>

      4、找到以下內(nèi)容,開啟目錄瀏覽

      <directoryBrowse enabled="false" />

      5、在“<system.webServer>”節(jié)點中,加入以下紅色代碼,啟用父級路徑

      <asp enableParentPaths=”true” scriptErrorSentToBrowser=”true”> <cache diskTemplateCacheDirectory=”” /> <limits /> </asp>

      6、基本設置完成,按下“Ctrl+Shift+P”,輸入“IIS Express: Start Website”,即可運行,并進行調(diào)試了。

      推薦教程:vscode教程

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號