Page 1 of 1

Speed of AC site

Posted: Thu Jul 23, 2009 9:41 am
by jpopowski1
We have two web servers with AC running, virtually identical in cpu speed, OS, ASP 2.0.
Both access the same sql server installation on another machine. (2 databases)

However, the second installation is much slower than the first.
Additionally, the ResolveClientUrl which works fine in the first installation to change ~/url/file to a proper url, on the second creates a url with "my/directory ~/url/file" instead of resolving.

Does anyone have a suggestion on how to debug/fix either of these issues.

TIA,
Judy Popowski

Re: Speed of AC site

Posted: Thu Jul 23, 2009 6:12 pm
by NC Software
Make sure debug="false" in the web.config

Re: Speed of AC site

Posted: Fri Jul 24, 2009 11:17 am
by jpopowski1
debug and trace are both set to false.