I have a Web Site project on Visual Studio 2010. It used to generate ".compiled" file under "bin" folder. A couple days ago, it stopped to generate ".compiled" file. There isn't any error message on visual studio.
Folder "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files" is empty. Checked security of the folder, noticed ASP.Net user is not included.
Added full control permission of ASP.NET for the folder "Temporary ASP.NET files", pre-compiled file began to show up with folder name like "webhmi\3c83039e".
But ".precompiled" files are still not generated at "output\bin" folder.
Added permission of ASP.net for source code folder did not help.
Then I tried to build and publish web site from virtual machine xp mode. ".compiled" files are generated.
Where should I investigate next step ? Is there any log file or trace file to look ?
Thanks.