Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ASP.NET Ajax client-side error
Message
De
20/12/2013 11:49:43
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01590374
Message ID:
01590711
Vues:
42
>Anybody knows how I can debug a Login page of the site? For example, the Login page uses Site.Master. I want to get into the debugger right before or right after the Site.Master starts loading.
>Is it possible?

SiteMaster and the Login page are combined into one before sending to the client so you can only look at the Login page. Assuming you are talking about the std. MS Login page:

In Chrome :
Navigate to the Login page.
Hit Ctrl-Shift-I to open the debugger.
In the Sources tab open the Login item.
Set a breakpoint on the 'var (!theForm).... line
Reload the page in the browser.

If your looking to see which files were pulled over the wire then check the 'Network' tab.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform