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 ......