[Mono-list] connection string errors

Keith C. Perry netadmin at vcsn.com
Wed Jan 25 11:20:38 EST 2006


I have a test app designed in Visual Studio 2005 and the way it composes
connection strings is throwing an exception in mono.

In the Web.config file, the relevant lines are:

    <connectionStrings>
        <add name="TestDBConnectionString" connectionString="Data
Source=10.1.1.16;Initial Catalog=TestDB;User ID=test;Password=tset321"
            providerName="System.Data.SqlClient" />
    </connectionStrings>


Should this work in mono or is this one of the gotcha's porting things over to mono?


-- 
Keith C. Perry, MS E.E.
Director of Networks & Applications
VCSN, Inc.
http://vcsn.com
 
____________________________________
This email account is being host by:
VCSN, Inc : http://vcsn.com


More information about the Mono-list mailing list