Questo è l'errore:
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1003: Syntax error, '(' expected
Source Error:
Line 4:
Line 5: // connessione che non funziona
Line 6: using System.Data.SqlClient; //Questa è la riga
Line 7: SqlConnection con = new SqlConnection();
Line 8: con.ConnectionString = "Initial Catalog = pubs; Data Source = Killer; Workstation ID = Killer;User Id=sa;Password=;";
Source File: E:\wwwroot\aspnet\prove\prova3.aspx Line: 6
Ciao e grazie a tutti coloro che mi saranno d'aiuto!