Ho lanciato in run un mio progetto e mi dice :
impossibile avviare il debug sul server web.Il server non supporta il debug delle applicazioni ASP Net o ATL Server
Cosa devo fare ?
Facendo una ricerca su Google, mi dice di verificare se esiste nel progetto il webconfig e debug impostato a True; questo è ok !
To resolve this problem, use one of the following methods, depending on your circumstances:
- If your project does not have a Web.config file, add a Web.config file to the directory that contains the ASP.NET application. If you are working in Visual Studio .NET, right-click the project in Project Explorer, click Add New Item, and then click Web Configuration File.
- If your project already has a Web.config file, and if the debug attribute is set to true in the <compilation> section of the Web.config file, follow these steps to set the Execute Permissions property for the project folder:
- Start Internet Services Manager, and then click the project that you are trying to debug.
- Right-click the project, and then click Properties.
- Click the Directory tab.
- If None is selected in the Execute Permissions list, click Scripts only, and then click Apply.
Poi mi dice che caso contrario bisogna :
- Start Internet Services Manager, and then click the project that you are trying to debug.
- Right-click the project, and then click Properties.
- Click the Directory tab.
- If None is selected in the Execute Permissions list, click Scripts only, and then click Apply.
Ma dove lo trovo ? S riferisce a IIS ? Se è questo l'ho aperto (strumenti di amministrazione--> Internet Information System) ma quando trovo il progetto e vado con il tasto destro sopra --> proprietà non esce !! Insomma dove posso intervenire o dove sbaglio ?
Altra cosa poi : se eseguo correttamente gli altri progetti, vedo sulla barra degli indirizzi in esecuzione : http://localhost:50225/... mentre invece su questo in questione : http://localhost/folder/...
PERCHE' ?
Grazie