Posso postare solo questo (webconfig):

<configuration>
<appSettings>
<add key="MM_CONNECTION_HANDLER_Test" value="default_oledb.htm" />
<add key="MM_CONNECTION_STRING_Test" value="Provider=SQLOLEDB.1;Password=Sito;Persist Security Info=True;User ID=Sito;Initial Catalog=Sito;Data Source=VITOG" />
<add key="MM_CONNECTION_DATABASETYPE_Test" value="OleDb" />
<add key="MM_CONNECTION_SCHEMA_Test" value="" />
<add key="MM_CONNECTION_CATALOG_Test" value="" />
</appSettings>
</configuration>


Non sono riuscito a fare nulla perchè non mi fa fare nulla a causa di quell'errore.

Consigli anche per un SW?

Tieni presente che sono proprio al primo approccio.

La mia esperienza è ASP.

Grazie ancora.

Vito