I'm using aspnet_compiler.exe to generate a precompiled version of my Web site. I use following command: aspnet_compiler.exe -v / -p "c:\...\WebSite1" "c:\MyTarget" When I start a Web site from the target location (c:\MyTarget) parts of my application are not working. In this...