Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

ISS - ASP.NET Problpème

1 réponse
Avatar
Suedois
J'ai un problème avec mon IIS. Celui-ci fonctionne correctement, mis à part
qu'il ne traîte pas du tout les pages .Net.

Le message est le suivant:
Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser to
retry your request.
Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web server.
Please review this log entry to discover what caused this error to occur.

Un tour dans l'event viewer me montre :
aspnet_wp.exe (PID: 2672) failed to startup because webengine.dll could
not be initialized. Error code: 0x80131702
Et
aspnet_wp.exe could not be started. The error code for the failure is
80131702. This error can be caused when the worker process account has
insufficient rights to read the .NET Framework files. Please ensure that the
.NET Framework is correctly installed and that the ACLs on the installation
directory allow access to the configured account.

J'ai bien évidemment cherché dans la base Microsoft, puis 'googeliser', mais
le résultat n'est pas très probant (le message semble être générique)

Avez-vous déjà eu ce genre de problèmes? Avez-vous une idée de la solution
pour corriger celui-ci ?

Stéphane Schwartz

1 réponse

Avatar
Olivier
Bonjour,
Vous pouvez essayer ca :
1) Run %windir%microsoft.netFrameworkv.1.xxxxaspnet_regiis -u
2) Supprimer les comptes ASP.NET
3) Run %windir%microsoft.netFrameworkv.1.xxxxaspnet_regiis -i
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cpgrfaspnetiisregistrationtoolaspnet_regiisexe.asp

Cordialement,
Olivier B

"Suedois" wrote in message
news:
J'ai un problème avec mon IIS. Celui-ci fonctionne correctement, mis à
part
qu'il ne traîte pas du tout les pages .Net.

Le message est le suivant:
Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser
to
retry your request.
Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web
server.
Please review this log entry to discover what caused this error to occur.

Un tour dans l'event viewer me montre :
aspnet_wp.exe (PID: 2672) failed to startup because webengine.dll could
not be initialized. Error code: 0x80131702
Et
aspnet_wp.exe could not be started. The error code for the failure is
80131702. This error can be caused when the worker process account has
insufficient rights to read the .NET Framework files. Please ensure that
the
.NET Framework is correctly installed and that the ACLs on the
installation
directory allow access to the configured account.

J'ai bien évidemment cherché dans la base Microsoft, puis 'googeliser',
mais
le résultat n'est pas très probant (le message semble être générique)

Avez-vous déjà eu ce genre de problèmes? Avez-vous une idée de la solution
pour corriger celui-ci ?

Stéphane Schwartz