Recommended: Teach you how to use ASP to create website forum DIY(2) As mentioned earlier, a specific article belongs to the Kanban board and the main body. Therefore, the articles must also be displayed through the two pages of the board list and the main list before they can get a list of articles under a specific topic. (1) Display page of the board list:
I'm learning server knowledge recently. Sometimes I encounter an error in which the asp script runs timeout, which is really troublesome. I found relevant information, and there are some solutions.
The default script timeout for IIS is 90 seconds
In this way, if you upload software or transmit data for more than 90 seconds, the process script will time out and abandon your execution, protecting the server's large data memory and excessive CPU usage will cause crashes or instability.
The solution is
One: You can click the home directory in the properties of the website where IIS is located and then set the ASP/cGI script timeout size higher in the configuration options.
Another simpler method: add it directly to the head of the program
Server.ScriptTimeOut = 500
'500 is the timeout time of the script you set, in seconds, adjust the specific size yourself.
Share: A good saying for some beginners of programming I always believe that for a beginner, the technology trend in the IT industry cannot be caught up with, and I do not have the ability to catch up. I often see my DDMMs throwing away textbooks and selling expensive big shots like C#, VB.Net, which makes me feel very sad