当前位置:网站首页>Using IIS10 to build an asp website in win11
Using IIS10 to build an asp website in win11
2022-07-31 05:53:00 【not used to having you】
1. Press the shortcut key ctrl+r, and enter "control" in the pop-up box to open the control panel.

2. Click [Programs], after entering, click [Enable or Disable Windows Features] under [Programs and Features]


3. In the new interface, make sure that the red box is checked, and the others are default.

4. The following interface appears, indicating that it is being modified, and the last modification is successful.Make sure to close the window.

5. Click [This PC], and then click [Manage].

6. Open Search, enter Internet Information Services, and click IIS Manager.

8. Click ASP in IIS, change [Enable Parent Path] to [True], the default is False.(In order to be able to run asp code, if you don't set it, you can't run asp code)


9. Right-click [Network] and select [Add URL]

10. [Network Name] can be filled in at will, [Physical Path] can be filled in with the absolute path of the website, [IP Address] can be filled in or not, it is not very important, [Port] can be set at will, but do not occupy other ports, [Host Name] can also not be filled in, if you have purchased a domain name, you can fill in the domain name.

11. Create an asp file in the physical path, enter <%=NOW()%>, open the browser localhost:port/file, and visit.

12. Prove that you have completed, and now you can download some asp source code on the Internet, put the source code into the physical path.access.


Note: IIS10 has no parsing vulnerabilities such as *.asp, and an error will be reported when creating a *.asp folder

1.txt contains <%=NOW()%>, and the access will report an error.

For reference: Ermu Chenglinhttps://blog.csdn.net/cnds123321
边栏推荐
猜你喜欢

leetcode-每日一题1217. 玩筹码(贪心+位运算)
Getting to know regular expressions

Memcached :安装

Redis管道技术/分区

【windows】--- SQL Server 2008 超详细安装教程

leetcode-每日一题565. 数组嵌套(标记图和并查集)

Qt Creator + CMake 运行调试总会自动 build 所有目标
![[Ubuntu20.04 installs MySQL and MySQL-workbench visualization tool]](/img/3d/1b65fb33bfbf22da8243df1ab33ed5.png)
[Ubuntu20.04 installs MySQL and MySQL-workbench visualization tool]

【云原生】微服务Nacos的简单介绍与使用

leetcode-每日一题1252. 奇数值单元格的数目(模拟优化)
随机推荐
uni-app进阶之样式框架/生产环境【day10】
leetcode-每日一题873. 最长的斐波那契子序列的长度(哈希和二分)
[Elastic-Job source code analysis] - job listener
uni-app进阶之模版语法与数据绑定【day7】
【uiautomation】微信好友列表获取(存储到txt中)
vulhub靶场学习日记hackme2
NFT:数字所有权的核心
Oracle数据库中的“limit”查询
Build DVWA with phpstudy
5 methods of MySQL paging query
Redis:简单实用
Install mysqldb in mac10.14
05 【绑定样式 条件渲染 列表渲染】
[Elastic-Job] Overview of Distributed Scheduling Tasks
13 【代理配置 插槽】
Redis:安装使用
07 【内置指令 自定义指令】
初识正则表达式
npm WARN config global `--global`, `--local` are deprecated. Use `--location解决方案
MySql创建数据表