i tutorials non funzionano
Ciao ragazzi,
ho instlto Vstudio.net e sto guardando gli esempi di
ASP:NET QuickStart Tutorials.. ma qndo ne voglio vedere uno mi dà questo errore...perchè??
codice:The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL: 1. Add a "Debug=true" directive at the top of the file that generated the error. Example: <%@ Page Language="C#" Debug="true" %> or: 2) Add the following section to the configuration file of your application: <configuration> <system.web> <compilation debug="true"/> </system.web> </configuration>

Rispondi quotando