Hi,
This is Thomas Sun from MSDN managed newsgroup. I will assist you with this
case.
From your description, I understand that you got some error messages
related to "Temporary ASP.NET Files" after you tried to use Web Deployment
project to deploy ASP.NET website sometime, and these issues were resolved
after deleting "Temporary ASP.NET Files" folder. If I have misunderstood
you, please feel free to let me know.
The "%SystemRoot%\Microsoft.NET\Framework\versionNumber\Temporary ASP.NET
Files" is default folder where the compiler creates assemblies for all
executable output and places them for ASP.NET dynamic compilation. When
the request arrives, ASP.NET will load assembly from this location. For
more information about understanding ASP.NET Dynamic Compilation, see
http://msdn.microsoft.com/en-us/library/ms366723(VS.80).aspx
Web Deployment project just takes an existing ASP.NET website as input and
generates a precompiled website as output. When we build Web Deployment
project, the new version compiled website will be created in "Temporary
ASP.NET Files" folder too.
In this case, the error message is from which version: the one deployed
using Web Deployment project or the one running from Visual Studio.
To better understand your issue, please also post the exact error message
here or the reproduce steps if possible.
I look forward to hearing from you.
--
Best Regards,
Thomas Sun
Microsoft Online Partner Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
With newsgroups, MSDN subscribers enjoy unlimited, free support as opposed
to the limited number of phone-based technical support incidents. Complex
issues or server-down situations are not recommended for the newsgroups.
Issues of this nature are best handled working with a Microsoft Support
Engineer using one of your phone-based incidents.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------