Tuesday, April 5, 2011

In ASP.NET, if I deploy a missing DLL in my website's BIN folder, will it cause my App Pool to recycle?

We forgot to deploy a DLL to our website's bin folder (it's referenced by the website and only used occasionally).

If we copy the missing DLL into the bin folder, will this cause the App Pool to refresh?

We're using ASP.NET 2 (.NET 3.5 SP1). On Windows 2008 running IIS7.

From stackoverflow
  • Changing the content of ~Bin folder will restart the application.

0 comments:

Post a Comment