.net - Where are the Assemblies for an ASP.NET Web Site When Running IIS Express -
i know dynamic compilation under asp.net web site, code behind files compiled assemblies. these dll's stored when running iis express? in memory only? don't see them in bin folder, or in temp directory (c:\windows\microsoft.net\framework[64]\v4.0.30319). typically generate them when precompiling them whenever publish. in case, though, don't see them.
am missing something?
thanks.
update:
i did see dll's under c:\users\administrator\appdata\local\temp\temporary asp.net files\root
so i'm thinking stores them there? visual studio 2012, .net 4.5.
please refer this: http://msdn.microsoft.com/en-us/library/e22s60h9%28v=vs.85%29.aspx
it should in bin folder.
this additional info framework 4.5: http://msdn.microsoft.com/en-us/library/hh475319.aspx
Comments
Post a Comment