vscode怎么调试asp


当前第2页 返回上一页

3、找到以下内容,设置默认首页

1

2

3

4

5

6

7

8

9

10

<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、找到以下内容,开启目录浏览

1

<directoryBrowse enabled="false" />

5、在“<system.webServer>”节点中,加入以下红色代码,启用父级路径

1

2

3

4

<asp enableParentPaths=”true” scriptErrorSentToBrowser=”true”>

<cache diskTemplateCacheDirectory=”” />

<limits />

</asp>

6、基本设置完成,按下“Ctrl+Shift+P”,输入“IIS Express: Start Website”,即可运行,并进行调试了。

推荐教程:vscode教程

以上就是vscode怎么调试asp的详细内容,更多文章请关注木庄网络博客

返回前面的内容

相关阅读 >>

vsCode终端中无法使用npm命令

vsCode任务栏图标不显示怎么办

vsCode如何安装插件

怎么用vsCode写nodejs

vsCode如何安装git

vsCode设置不了中文

vsCode是免费的吗

vsCode插件下载失败怎么办

vsCode中tab键失效了怎么办

如何设置vsCode使其自动识别编码格式

更多相关阅读请进入《vsCode》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...