当前位置:网站首页>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
边栏推荐
猜你喜欢

vulhub靶场学习日记hackme2

feign调用不通问题,JSON parse error Illegal character ((CTRL-CHAR, code 31)) only regular white space (r

Three-party login using wallet Metamask based on web3.0

08 【生命周期 组件】

代码块、Package,Import,封装(第六天)

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

Redis 事务学习有感

什么是EVM兼容链?

If the account number or password is entered incorrectly for many times, the account will be banned.

永恒之蓝漏洞复现
随机推荐
The process and specific code of sending SMS verification code using flask framework
初涉C语言
元宇宙的前景及四大赛道
10 【组件编码流程 组件自定义事件 全局事件总线】
13 【代理配置 插槽】
07 【内置指令 自定义指令】
阿里云中mysql数据库被攻击了,最终数据找回来了
find、filter、map的区别
On the side of Ali, tell me what are the application scenarios of message middleware you know?
Three-party login using wallet Metamask based on web3.0
leetcode-每日一题558. 四叉树交集(分治递归)
GUCCI、LV等奢侈品巨头如何布局元宇宙的,其他品牌应该跟上吗?
Build DVWA with phpstudy
12 【nextTick 过渡与动画】
Yuan prospect and four track of the universe
gin框架学习-Casbin进阶之策略管理API使用方法
“档次法”——用于物品体积分布不均匀的01背包问题的求解方法
Install mysqldb in mac10.14
gin框架学习-GORM框架进阶之CRUD接口(数据库增删改查操作)
leetcode-每日一题873. 最长的斐波那契子序列的长度(哈希和二分)