Ask a Question related to ASP.NET General, Design and Development.
-
Jack Johnston #1
Release Mode
My ASP.NET is running slowly so I build it in release mode to check
real performance. However when I run my app throught IE there seems to
no difference in performance. Do I need to copy files somewhere or do
something else?
Jack Johnston Guest
-
#39289 [NEW]: all right in CGI/FastCGI mode, but not right in ISAPI mode.
From: bin at tbswe dot com Operating system: Windows 2003 PHP version: 5.1.6 PHP Bug Type: Dynamic loading Bug description: ... -
Difference b/w Flex Mode and Classic Mode
Hi can anyone explain the difference b/w Flex Mode and Classic mode of serialization tag in gateway-config.xml .? what is the purpose of ... -
ANN: MP3::Tag new release
sent to Ilya Zakharevich <nospam-abuse@ilyaz.org>], who wrote in article <c6nt64$sqr$1@agate.berkeley.edu>: v 0.92 released now. The changelog... -
Normal Mode and Expert Mode in MX2004
In this case I think the appalling way MM is treating us WAY trumps any "netiquette" issues. In fact, I think more people should be posting the... -
release
Paul Eggert <eggert@twinsun.com> writes in comp.unix.solaris: |It's apparently tough to convince people to upgrade to Solaris 9. |I guess Solaris 9... -
Kevin Spencer #2
Re: Release Mode
How are you measuring the difference in performance? How much difference did
you expect in compiling it to release? You shouldn't expect a lot, certainly
none that you could see with the naked eye.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Complex things are made up of
lots of simple things.
"Jack Johnston" <mike@my-syte.com> wrote in message
news:b6975421.0308120101.1cfe029a@posting.google.c om...> My ASP.NET is running slowly so I build it in release mode to check
> real performance. However when I run my app throught IE there seems to
> no difference in performance. Do I need to copy files somewhere or do
> something else?
Kevin Spencer Guest
-
S. Justin Gengo #3
Re: Release Mode
Jack,
This won't improve performance an awful lot either, but make sure your
web.config file has its debug line set to false:
<compilation defaultLanguage="vb" debug="false" />
Sincerely,
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"Jack Johnston" <mike@my-syte.com> wrote in message
news:b6975421.0308120101.1cfe029a@posting.google.c om...> My ASP.NET is running slowly so I build it in release mode to check
> real performance. However when I run my app throught IE there seems to
> no difference in performance. Do I need to copy files somewhere or do
> something else?
S. Justin Gengo Guest



Reply With Quote

