ASP. NET FAQs

Source: Internet
Author: User
1. error message: system. Data. oledb. oledbexception: The operation must use an updatable query.
Solution: grant the everyone write permission to the database directory.
Cause: the NTFS security settings have access permission settings. When a user accesses a web site through a browser, it is also accessed as a server user, this is similar to directly logging on to the computer as administrator. knowing this is easy to solve:
Install it in Win2000 and WINXP. net Framework, IIS is run as an ASPnet user.. Net program, so the web directory must allow the ASPNET user to have the read and write permissions. Method: add the ASPNET user or the Everyone user and grant the read and write permissions.
Although ASPNET users exist in 2003, IIS is executed by another user. net Program, the specific name is forgotten, you can view the user from the computer management, exclude the self-built, and the system's default number of users, it is easy to find, add this user or everyone user.

2. error message: the. NET environment is installed, but the aspx file is blank or abnormal.
Solution: Start-> RUN aspnet_regiis-I
Cause: the Asp.net assembly cannot be correctly interpreted if IIS is not installed.

3. To be continued ......

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.