Recommended: How to make ASP jump out of this time and enter the next loop Look at the Java code below. The purpose is to not do output when i is 3 and jump to the next loop directly. The following is the quoted content: int i = 0; w
Symptoms: The following error occurred when accessing the Asp web page:
Server object error ''ASP 0178: 80070005''
Server.CreateObject Access Error
/_fpclass/fpdbrgn1.inc, line 99
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
Solution:
1) Browse to the %ProgramFiles%/Common Files/System directory
2) Right-click the directory and select Properties
3) Add everyone user in the security column and give at least readable permissions to the directory.
The main reason for this error message is that it should be due to improper setting of ntfs permissions. This happens more often in win2003 server.
Share: Analyzing the application of cache technology in Asp It has been 7 years since ASP was released, and its ASP technology has been quite mature. Since Microsoft launched ASP.NET, it has gradually stopped updating the ASP version. But since there are many people who are still accustomed to using ASP to develop websites, so again, I will take a simple example