iis - Classic ASP avoiding deadlock when debugging -
We have a classic ASP page which requests the data on the second page on the same site to receive the data.
When debugging is turned on, we receive deadlock because the web server will only respond to a request once.
What is the best way to achieve this limit, while still developing, are we allowed to debug it?
Less than the ideal option:
- Pages on any other site
- Allow Iis to use several processes.
Any other options?
I was returning such a problem some time back, while attempting to create a simple script, copying the behavior of the script located on another server. I wanted to do the actual script without debugging, so I thought I would make a brain-dead replacement for it on my own server and apply it in the same way.
I ended up and use the actual script for my debugging but today I have found this KB article for you which may be helpful: I'm not sure but I think this is a solution. Or something like that
Comments
Post a Comment