|
The problems stem from the fact that ASP is operating in the context of the IUSR_MACHINE account. On servers that are not primary or backup domain controllers, the IUSR_MACHINE account is a local account. Since this local account is not recognized on the remote machine, access is denied to the database.
ADO和其他组件的问题
?ASP pages that work on a development machine don't work properly on a production Web server.
Another useful technique is to attempt to use ADO or the component in question from some other environment such as Visual Basic?. This produces nearly the same effect as the first technique because Visual Basic operates in the security context of the user logged on to the workstation. If the component works from Visual Basic but not from ASP, a permissions problem is likely.
其中红色部分就是感到困惑的地方,意思可以领会,却无法表达出,请高人来指点下 |
|