Costa
Costa

Reputation: 4095

IIS initial load is too slow when deploy a DLL

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?

Upvotes: 8

Views: 778

Answers (1)

Jane Doe
Jane Doe

Reputation: 262

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.

Upvotes: 2

Related Questions