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.

)
"llevi" <> wrote in message
news:262FD699-817E-466F-A332-...
> 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" <> wrote in message
>> news:F778EBE2-06C1-483D-B8AD-...
>> > 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
>>