CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2002
    Location
    The Netherlands
    Posts
    2

    Unhappy Localhost and Debug mode

    Hai all,

    Last time, we have problems with very (x10) slow start-up in the debug mode, explorer appears and in the status bar appears the following text "connecting to the localhost", and after 20 sec. it commes with first page. What can be the problem? Help! Help!(x100)

    Maybe we can do an setting in the .NET (IDE) , IIS and Explorer environment, which can solve the problem.

    Greatings from Holland,

    Ilyas.

  2. #2
    Join Date
    Apr 2001
    Location
    Las Vegas
    Posts
    539

    Hi,

    if U wanna stop the debug mode (which does take a long time)
    U can change the line below on the file "Web.config"
    from
    debug="true"
    to
    debug="false"
    Last edited by Yovav; October 17th, 2002 at 07:50 PM.
    Best Regards - Yovav

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured