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
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to