Re: IIS response is slow
- From: "Jeff Winn" <jwinn@xxxxxxxxxx>
- Date: Mon, 23 Jun 2008 22:30:19 -0400
Check the output window when you're trying to run the site. Keep an eye on the IDEs progress as it builds your project. As long as it's not hanging while building the startup time seems normal to me. If the IDE has finished building and IE sits open for an extensive amount of time it might be something with the debugger trying to attach itself to IIS.
In all honesty everything seems perfectly normal to me. It could be your computer is just slow. :o)
"llevi" <llevi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:262FD699-817E-466F-A332-252EE1C0962F@xxxxxxxxxxxxxxxx
Thanks for your reply.
I did try running the page directly from the browser (outside of the IDE)
and that response is normal, fast. However, any attempt to run from within
the IDE (with or without the changes that you suggested) result in a response
of at least 1 or more mins.
"Jeff Winn" wrote:
Try loading the page directly from your browser by connecting to the website
when it's running. If it's fast there it's an issue with VS either building
the site, or attaching the debugger.
If you're working with a "Web Site" type of project and not a "Web
Application" you can go to the project properties for the build
configuration and tell the IDE to not build the website when you run it. The
assemblies used for the pages will build themselves when they're needed, so
you don't need to worry about it. If you're using a Web Application you'll
just have to wait while the project is being built.
"llevi" <llevi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F778EBE2-06C1-483D-B8AD-7DE6C688E0D6@xxxxxxxxxxxxxxxx
> Hi there.
>
> I have a simple web page ( 1 textbox, 1 label, 1 button). The page runs
> under IIS, but it takes at least a minute before it allows me to enter
> keystrokes after pressing ctl+f5.
> environment: vista home premium, visual studio .net 2005.
>
> Any ideas as to why this is so slow? how may i resolve this issue?
>
> Thanks in advance,
>
> llevi
.
- References:
- Re: IIS response is slow
- From: Jeff Winn
- Re: IIS response is slow
- Prev by Date: Re: ASP.net 2.0 Datagrid & Dataview Item DataBound problems
- Next by Date: Re: ASP.NET 2.0 Web Page Problem?
- Previous by thread: Re: IIS response is slow
- Next by thread: Re: IIS response is slow
- Index(es):