Improve Debugging And Performance Tuning With ETW
A good overview article.
Monday, June 11, 2007
Thursday, April 12, 2007
ASP.NET compiling
If you don't want to grep through all the C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\portalui\8418caee\6300a0e6 blah blah blah files just use
- Create a directory for the files to live.
- aspnet_compiler lives in the v2.0.50727 directory
aspnet_compiler.exe -v /PortalUI -d "C:\Casaba" - Open all the DLL files in Reflector....
Subscribe to:
Comments (Atom)