I am hosting an application on IIS but application gets up very late when I restart IIS. So I want to debug it at the begining of the application start but I cannot attach a process if the application doesnt start. so what is the proper way to debug an application that is host on IIS when the application firstly begin ?
Share
How about put a
Debugger.Launch()inGlobal.Application_Start