Hello
I must migrate my website.
In the old server I had on web.config file the following connection:
Now, my new server (brinkster), does not support DSN connection.
Can someone tell me how can i make the connection?
Thanks
MBento
I must migrate my website.
In the old server I had on web.config file the following connection:
Code:
<connectionStrings> <add name="ConnectionString" connectionString="Dsn=ecm_sql;SERVER=localhost;UID=sqladmin;PWD=sql1024" providerName="System.Data.Odbc" /> </connectionStrings>
Can someone tell me how can i make the connection?
Thanks
MBento
Comment