Asp. NE Web site Issues Note Simple Analysis _ practical skills
Source: Internet
Author: User
ASP. NET Web site to the key point of deploying to IIS :
1. Windows XP runs IIS with the account "computer name \aspnet", Windows Vista, Windows Server 2003 runs
The IIS account number is "network SERVICE." If a folder under the Web site for users to upload pictures, files,
The account that is running IIS must have full control of the folder. For Windows XP, the first thing to do in
In Windows Explorer, in the Tools menu, select Folder Options.
Uncheck the "Use Simple File Share" check.
2. Under Windows XP, you must establish the login name (computer name \aspnet) for the login database for the account running IIS.
and create a database user for the database it is using, giving it the "db_owner" role to have access to the database.
Specific steps:
(1) New user "computer name \aspnet" in the database;
(2) Right click on "Computer name \aspnet" This username, select the "Properties" menu, in the pop-up window to select
User mapping, select the database used by the Web site, and assign the "db_owner" role to the "Computer name \aspnet" account.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.