We are running the MVC project, and we seem to have a problem updating inactive files without actually disposing of the pool.
If it were just me, I would not have to worry about it, because every time I compile, the pool is recycled. But our web integrator does not like to rebuild, since it does not even work in Visual Studio when changing files without.
That's what I'm doing:
- Got SquishIt from Nuget to the latest version;
- Call Bundle.Css (). Add (...). Render () in Layout.cshtml;
- csproj is configured to compile in debug mode (Configuration Manager);
- Received in the Web.config file.
I look at almost all the entries on the codethinked.com website and cannot find what I was looking for. Some people have problems, but not with file recovery.
Thanks!
Allov source share