[Mono-list] connection string errors
T Senganal
tsenganal at novell.com
Fri Jan 27 01:01:22 EST 2006
Hi
The connection string seems fine and should work in mono.. Can u pls
post the exception thrown ?
Regards
Senga
>>> "Keith C. Perry" <netadmin at vcsn.com> 1/25/2006 9:50 pm >>>
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?
More information about the Mono-list
mailing list