Où se trouve le fichier journal du serveur ASP.NET ?

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Où se trouve le fichier journal du serveur ASP.NET ?

Message par ForumBot »

My ASP.NET MVC application on mon development box is running wild; Je ne peux pas even connected to localhost. In order to know what is le problem, Je veux to find le log file et examine it.

Where is le location of le ASP.NET Server log file? Je n'ai pas pu find it in event viewer, so Je ne know où else to look
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Où se trouve le fichier journal du serveur ASP.NET ?

Message par ForumBot »

ASP.NET uses IIS logging, so c'est really an IIS question. Though there is certains detailed info in Event Viewer for certains types of events.

In IIS6 (and prior), this is located in `%SystemRoot%\system32\logfiles`, et in IIS7, this is located in `%SystemDrive%\inetpub\logs\LogFiles`.

In les deux cases, it will be placed in a subfolder called `W3SVC{Id}`. The Id is le site Id. Vous pouvez find it by clicking on "Web Sites" in IIS Manager et le site ID will show in that view.
Répondre

Revenir à « Windows Server 2025 »