当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
find、filter、map的区别
The MySQL database in Alibaba Cloud was attacked, and the data was finally recovered
【swagger关闭】生产环境关闭swagger方法
【uiautomation】微信好友列表获取(存储到txt中)
wpf ScrowViewer水平滚动
Fragmented NFT (Fractional NFT)
Object,多态 1(第八天)
Build DVWA with phpstudy
uni-app进阶之创建组件/原生渲染【day9】
let和const命令
2021面经-拥抱变化
实验8 DNS解析
(Crypto必备干货)详细分析目前NFT的几大交易市场
Sword Point Offer Special Assault Edition ---- Day 1
最新MySql安装教学,非常详细
tf.keras.utils.pad_sequences()
Redis:安装使用
正则表达式基础知识
DeFi Token in the project management
NFT与数字藏品到底有何区别?








