Je cours IIS5.0 et j'essaye de changer le compte de processus d'ASP.NET à mon compte d'utilisateur de domaine.changer l'utilisateur aspnet à l'utilisateur de domaine pour accéder à iis
J'ai suivi tout ce qui est possible here.
Lorsque je navigue sur le fichier .svc
(ce qui est un service WCF) Je reçois cette erreur:
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.
Eventlog dit:
aspnet_wp.exe could not be started. The error code for the failure is 80070522. 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.
Quand je lance le client, je reçois le texte suivant erreur:
The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 872 bytes of the response were: '
essayé, il montre le succès pour tous les processus aspnet_wp.exe. et aucun accès refusé chaîne. Mais je reçois toujours l'erreur mentionnée ci-dessus "Application serveur non disponible" – genericuser
Avez-vous vérifié vos journaux d'événements? Une erreur d'indisponibilité de l'application serveur entraînera généralement l'écriture d'une entrée d'événement. –