J
Jeremy
Hello,
I have a question about using SQL as data source. I'm creating an
ASP.net application and need to connect to a SQL database. I am
recieving an error indicating that the "SQL server does not exist".
Using the same exact procedure in a windows form application it
connects just fine. The connection strings are exactly the same.
I have browsed through some other posts and the possible solution
appears to be that ASP.net requires you use "Impersonation". I have
inserted a line into the web.config file setting impersonation to
true...but I still get the same problem. Can some one help me with a
possible solution, as it seems to be somewhere else outside of the
vb.net code behind the page.
Thanks for your help,
Jeremy
I have a question about using SQL as data source. I'm creating an
ASP.net application and need to connect to a SQL database. I am
recieving an error indicating that the "SQL server does not exist".
Using the same exact procedure in a windows form application it
connects just fine. The connection strings are exactly the same.
I have browsed through some other posts and the possible solution
appears to be that ASP.net requires you use "Impersonation". I have
inserted a line into the web.config file setting impersonation to
true...but I still get the same problem. Can some one help me with a
possible solution, as it seems to be somewhere else outside of the
vb.net code behind the page.
Thanks for your help,
Jeremy