当前位置:网站首页>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
边栏推荐
- tf.keras.utils.pad_sequences()
- leetcode-438. 找到字符串中所有字母异位词(滑动窗口)
- 年终总结——岁月静好~
- leetcode-每日一题731. 我的日程安排表 II
- find、filter、map的区别
- uni-app进阶之模版语法与数据绑定【day7】
- The MySQL database in Alibaba Cloud was attacked, and the data was finally recovered
- vulhub靶场学习日记hackme1
- 最新MySql安装教学,非常详细
- What is the difference between NFT and digital collection?
猜你喜欢
10 【组件编码流程 组件自定义事件 全局事件总线】
Volatility取证工具使用日记
Getting to know regular expressions
04 【计算属性 侦听属性】
工件SSMwar exploded 部署工件时出错。请参阅服务器日志了解详细信息
Error: Cannot find module 'D:\Application\nodejs\node_modules\npm\bin\npm-cli.js'
【数据库学习】Redis 解析器&&单线程&&模型
leetcode-每日一题873. 最长的斐波那契子序列的长度(哈希和二分)
什么是 GameFi?
【uiautomation】微信好友列表获取(存储到txt中)
随机推荐
第7章 网络层第1次练习题答案(第三版)
The process and specific code of sending SMS verification code using flask framework
MySQL分页查询的5种方法
【云原生】微服务Nacos的简单介绍与使用
实验7 UDP与TCP对比
13 【代理配置 插槽】
【云原生】开源数据分析 SPL 轻松应对 T+0
Redis:安装使用
Redis管道技术/分区
05 【绑定样式 条件渲染 列表渲染】
wpf wrapPanel居中并从左到右排列
DeFi 项目中的治理Token
uni-app进阶之模版语法与数据绑定【day7】
Redis:简单实用
leetcode-2321. 拼接数组的最大分数(差分+枚举)
【C语言趣味小游戏——猜数字】
vulhub靶场学习日记hackme2
为什么redis是单线程还那么快?
Getting to know regular expressions
工件SSMwar exploded 部署工件时出错。请参阅服务器日志了解详细信息