Click to See Complete Forum and Search --> : Localhost and Debug mode


sener
October 10th, 2002, 02:17 AM
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.

Yovav
October 17th, 2002, 07:45 PM
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"