Wednesday, April 25, 2018

IIS initial load is too slow when deploy a DLL

Leave a Comment

During debugging phase, I refresh (copy and overwrite) a DLL in order to test changes on my local machine, so IIS recycles, and that takes zillion years to complete, any idea how to enhance this performance?

1 Answers

Answers 1

Refresh page on site and restart iis. Or try the FastCGI. In order to process requests by using FastCGI, you must first map the path and the specific file name extensions to the FastCGI module and specify the target FastCGI process as the script processor.

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment