当前位置:网站首页>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
边栏推荐
- Error: Cannot find module ‘D:\Application\nodejs\node_modules\npm\bin\npm-cli.js‘
- First acquaintance with Flask
- gin框架学习-Casbin入门指南(ACL、RBAC、域内RBAC模型)
- 字符串的扩展
- uni-app进阶之生命周期【day8】
- gin框架学习-GORM框架进阶之CRUD接口(数据库增删改查操作)
- win11中利用IIS10搭建asp网站
- Install mysqldb in mac10.14
- If the account number or password is entered incorrectly for many times, the account will be banned.
- 字符串的新增方法
猜你喜欢
数字取证autopsy工具用法
gin框架学习-Casbin进阶之策略管理API使用方法
【windows】--- SQL Server 2008 超详细安装教程
leetcode-每日一题1252. 奇数值单元格的数目(模拟优化)
GUCCI, LV and other luxury giant universe how to layout yuan, other brands should keep up with?
带你搞懂MySQL隔离级别,两个事务同时操作同一行数据会怎样?
04 【计算属性 侦听属性】
【ubuntu20.04安装MySQL以及MySQL-workbench可视化工具】
mac10.14中安装mysqldb
Error: Cannot find module ‘D:\Application\nodejs\node_modules\npm\bin\npm-cli.js‘
随机推荐
tf.keras.utils.get_file()
What is GameFi?
(Crypto essential dry goods) Detailed analysis of the current NFT trading markets
tf.keras.utils.pad_sequences()
leetcode-每日一题558. 四叉树交集(分治递归)
MySql创建数据表
【windows】--- SQL Server 2008 超详细安装教程
leetcode-每日一题1217. 玩筹码(贪心+位运算)
Redis first meeting
DeFi 项目中的治理Token
PHP中abstract(抽象)、final(最终)和static(静态)原理与用法
wpf wrapPanel居中并从左到右排列
Redis 事务学习有感
How to distinguish big and small endian in C language
数字孪生将成为进入“元宇宙”一项重要的途径
leetcode-每日一题735. 行星碰撞(栈模拟)
leetcode-1833. 雪糕的最大数量(排序+贪心)
gin框架学习-JWT认证
Redis管道技术/分区
实验7 UDP与TCP对比