当前位置:网站首页>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 .
边栏推荐
猜你喜欢
随机推荐
2020-12-29
(二)面扫描仪与机械臂的手眼标定(眼在手外:九点标定)
[MySQL] understand the important architecture of MySQL (I)
Arc GIS basic operation 3
(2) Hand eye calibration of face scanner and manipulator (eye out of hand: nine point calibration)
C# 托管与非托管
m进制数str转n进制数
Search module use case writing
图解用户登录验证流程,写得太好了!
wap端微信h5支付,用于非微信浏览器
C managed and unmanaged
Qt随手笔记(三)在vs中使用QtCharts画折线图
M-ary number STR to n-ary number
asp. Net using redis cache (2)
The whole process of server environment configuration
微信小程序学习笔记1
服务器、客户端双认证(2)
antd TreeSelect获取父节点的值
After attaching to the process, the breakpoint displays "currently will not hit the breakpoint, and no symbols have been loaded for this document"
Implementation of fragment lazy loading after multi-layer nesting