Strengthen ASP.NET Compilation

How can you get ASP.NET 1.1 to recompile your runtimes, as in the location of temporary ASP.NET files?

+3
source share
3 answers

I could read WAYYY to delve deeply into this problem, but if you have problems with links, just in case this helps:

http://geekswithblogs.net/shahed/archive/2006/11/16/97240.aspx

Although disabling batch compilation is a performance hit.

+1
source

To force rebuild to make changes to the web.config file (something as simple as a new line), it forces you to recompile.

+6
source

IIS (, wpworker ), WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET DLL bin. IIS .

+2
source

Source: https://habr.com/ru/post/1705112/


All Articles