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....

No comments: