When I deploy my release mode application to my test environment, it runs considerably (unacceptably) slower than on my laptop in debug mode. I have tried setting up my test environment with a single server (both IIS and SQL Server 2008) and using separate servers for each. In both cases the database appears to slam the dB server CPU when the map is drawing. I have tried running my laptop in release mode with no noticable change in speed. There is no code difference between debug and release mode other than that added by the IDE. I am at a loss at to how to troubleshoot this problem.
Any ideas?
Charles