Re: Need help with ASP.NET website administration tool! - Can't connect to the database when clicked on (AspSqlProvider) test link!
- From: "Learner" <pradev@xxxxxxxxx>
- Date: 6 Mar 2006 16:37:49 -0800
Hello Dominick,
Thanks for the quick reply. I have done as you directed but no luck
yet and a I am not sure if I have done it right.
Here is the ConnectionStrings code from the machine.config file
*********************************************************************
<connectionStrings>
<!--<add name="LocalSqlServer" connectionString="data
source=.\SQLEXPRESS;Integrated
Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User
Instance=true" providerName="System.Data.SqlClient" />-->
<add name="LocalSqlServer" connectionString="data
source=.\DEV\SQLDM2005;Integrated
Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User
Instance=true" providerName="System.Data.SqlClient" />
</connectionStrings>
********************************************************************
In the above code I have commented out the original line of connection
string as you see and copy pasted the same line and changed the
datasource paramater to , data source=.\DEV\SQLDM2005 but I got the
same message as in my first post. DEV\SQLDM2005 is SQL Server 2005 and
DEV is our SQL Server 2000 so I tried using both the servers but no
luck.
Have I done it right in the machine.config file? And I am not familiar
how do I it in the provider config file either.
Please help.
Thanks
-L
.
- Follow-Ups:
- Re: Need help with ASP.NET website administration tool! - Can't connect to the database when clicked on (AspSqlProvider) test link!
- From: Learner
- Re: Need help with ASP.NET website administration tool! - Can't connect to the database when clicked on (AspSqlProvider) test link!
- From: Dominick Baier [DevelopMentor]
- Re: Need help with ASP.NET website administration tool! - Can't connect to the database when clicked on (AspSqlProvider) test link!
- References:
- Need help with ASP.NET website administration tool! - Can't connect to the database when clicked on (AspSqlProvider) test link!
- From: Learner
- Re: Need help with ASP.NET website administration tool! - Can't connect to the database when clicked on (AspSqlProvider) test link!
- From: Dominick Baier [DevelopMentor]
- Need help with ASP.NET website administration tool! - Can't connect to the database when clicked on (AspSqlProvider) test link!
- Prev by Date: Re: Need help with ASP.NET website administration tool! - Can't connect to the database when clicked on (AspSqlProvider) test link!
- Next by Date: Re: Need help with ASP.NET website administration tool! - Can't connect to the database when clicked on (AspSqlProvider) test link!
- Previous by thread: Re: Need help with ASP.NET website administration tool! - Can't connect to the database when clicked on (AspSqlProvider) test link!
- Next by thread: Re: Need help with ASP.NET website administration tool! - Can't connect to the database when clicked on (AspSqlProvider) test link!
- Index(es):
Relevant Pages
|