Built In web server painfully slow !

V

Victor

Dear all,
I'm working with Visual studio express 2005 on a web project. As of
today, the integrated web server used to run the application & to
configure the ASP application is very, very slow. Even to configure the
security settings, etc... I have to wait 1-2 min, and sometimes even
get a timeout !
Any idea?
THanks !
 
O

Oliver Sturm

Hello Victor,
I'm working with Visual studio express 2005 on a web project. As of
today, the integrated web server used to run the application & to
configure the ASP application is very, very slow. Even to configure the
security settings, etc... I have to wait 1-2 min, and sometimes even
get a timeout !
Any idea?

Not about the possible reason, no. But have you tried running the same
application in IIS instead? Of course you can also try stepping through
whatever initialization code you have, maybe that helps you find the place
where the majority of time is being spent. Or use a profiler...
If it turns out that it's not your application's fault at all, then the
reason would probably be on your system or in your installation. In that
case I'm not sure this is the best group to get advice on such an issue.


Oliver Sturm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top