Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IIS initial load is too slow when deploy a DLL

Tags:

asp.net

iis-7

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?

like image 716
Costa Avatar asked Apr 16 '18 07:04

Costa


1 Answers

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.

like image 168
Jane Doe Avatar answered Oct 04 '22 08:10

Jane Doe