Bonjour,

J'ai créé un projet ASP.NET 4.7.2 avec WebForm afin d'avoir un projet déjà créé.
Quand je met ce projet à la racine de mon hébergeur je n'ai pas de problème, il fonctionne très bien.
Mais si à la racine de mon hébergeur je créé un dossier "Site1" et que je met le projet dedans plus rien ne fonctionne.
Quelle est la configuration à changer pour que cela fonctionne, le savez-vous ?

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
 
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level.  This error can be caused by a virtual directory not being configured as an application in IIS.
 
Source Error:
 
 
An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
 
 
Source File: E:\kunden\homepages\8\d775041429\www\defibril\web.config    Line: 17
 
 
Show Additional Configuration Errors:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3282.0
Cordialement.