Bonjour,
je souhaite mettre une application developper avec
visual studio 2005 en production sur un serveur
IIS 5.1.
J'ai ajouter installer le framework
2.0.50727 dans IIS avec la commande suivante :
aspnet_regiis -iLe succès de l'installation a été vérifié grâce à :
aspnet_regiis -lvPuis, j'ai ajouter mon repertoire virtuel dans IIS, en indiquant que le framework est le
2.0.50727 dans l'onglet ASP.NET.
J'ai ensuite executé la commande :
aspnet_regiis -s W3SVC/1/ROOT/mon_de_mon_repertoire_virtuelQuand j'execute la commande suivante :
aspnet_regiis -lkmon répertoire virtuel apparait bien, avec le framework correspondant (
2.0.50727).
En revanche, quand je me rend à l'url suivante, je suis confronté à l'erreur suivante :
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.
Les autres applicatons implémenté sur le framework 1.1.4322 fonctionnent toujours.
Je dois tester cela en local sur mon pc avant de pouvoir mettre mon application en prod sur un serveur.
Avez vous une solution à mon problème ?
Merci par avance.