My antivirus makes my test server recompile constantly
I just installed PC Tools Anti-Virus and my ASP.NET website recompiles everything before every page load.
Which folder are asp.net website files in, so that i can prevent this from happenin开发者_运维问答g?
And, i'm probly not the first person with this kind of error, so is there a common solution for this?
Thank you, -Theo
Yes, this happens as the Anti-Virus probably changes the datetime stamp of the file. You shall have to exclude the entire virtual directory or the site folder from revisiting.
You can see some other issues of web application recycling here: http://www.geekays.net/post/ASPNET-webdomain-recycle-on-subfolder-changes.aspx
精彩评论