当前位置:网站首页>IIS website configuration
IIS website configuration
2022-07-26 09:34:00 【Jack-ZOU】
The main purpose of the server is to provide website services . The configuration of the server was introduced earlier , Now you can start setting up the website .
At present, there are some stupid software , For example, Xinwang push to talk , You can automatically set up a website on the server , But like many stupid software , There are many places that cannot be customized , It doesn't feel good to use . The best way is to yourself step by step To set up . The main steps are as follows :
1. stay windows Create a new user newuser, see newuser Properties of , Take it users Group attribute deletion , Reset to Guets Group .
2. In the site directory , It is generally called wwwroot The directory of a website in China , You can name it with the website name . For example, build a baidu Website , Just name the new directory baidu, Then right-click the directory , Modify properties , add to newuser, hold “ Complete control of ” All attributes except are assigned to it . Put the website program copy Enter this directory .
3. stay IIS in , Site , New website , Fill in the name baidu, Choose the path of the website directory , Bind the domain name of the website . The login method is modified to specify the user , hold newuser Username 、 Fill in the password , Click test , Just pass .
4. And then in IIS Click on this website , On the right IIS Setting up ,asp Setting up , take “ Inherit parent directory ” Change it to Ture,log Log selected as “ Don't build ”.
5. If you use MySQL database , Need to use root The user is in phpmyadmin Create a file named newuser The database of , user name newuser, Set up a password .
6. use Serv-U Build a new one FTP account number ,newuser, The path points to the directory of the website . So the website is set up .
Follow the steps above , Generally, there will be no permission problems such as unable to access the website . If the default page name of the website is special , Can be in IIS Set the default document ( home page ) Add in the name .
边栏推荐
- JS one line code to obtain the maximum and minimum values of the array
- Fiddler抓包工具之移动端抓包
- Audio and video knowledge
- 设置视图动态图片
- nodejs服务后台执行(forever)
- (2) Hand eye calibration of face scanner and manipulator (eye out of hand: nine point calibration)
- js 表格自动循环滚动,鼠标移入暂停
- 服务器环境配置全过程
- 阿里云技术专家郝晨栋:云上可观测能力——问题的发现与定位实践
- 青少年软件编程等级考试标准解读_二级
猜你喜欢
随机推荐
高斯消元的应用
暑假末尾学习笔记
Fiddler下载安装
POJ 1012 Joseph
wap端微信h5支付,用于非微信浏览器
如何添加一个PDB
copyTo
Windows backs up the database locally by command
JS one line code to obtain the maximum and minimum values of the array
asp. Net using redis cache (2)
青少年软件编程等级考试标准解读_二级
Gauss elimination
小程序纪录
JS 一行代码 获取数组最大值与最小值
莫队学习总结(二)
mysql5.7.25主从复制(单向)
antd TreeSelect获取父节点的值
图解用户登录验证流程,写得太好了!
matlab中的AR模型短时预测交通流
el-table实现增加/删除行,某参数跟着变









