亚洲最大看欧美片,亚洲图揄拍自拍另类图片,欧美精品v国产精品v呦,日本在线精品视频免费

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

    vscode怎么調試asp

    vscode怎么調試asp

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

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

    3、找到以下內容,設置默認首頁

    <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、找到以下內容,開啟目錄瀏覽

    <directoryBrowse enabled="false" />

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

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

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

    推薦教程:vscode教程

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