Open web config and look at teh connection strings portion. If you do not
have one for LocalSqlServer, you will never get anywhere with this approach.
I assume you are using table adapters?

Signature
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
*************************************************
> Using ASP.NET 2.0
>
[quoted text clipped - 16 lines]
> providerName="System.Data.SqlClient" />
> </connectionStrings>
VB Programmer - 07 Sep 2007 19:45 GMT
Yes. I'm using LocalSqlServer throught the web project. It's in the
web.config and working fine.
I just want to know how I can make DataSet1.xsd use LocalSqlServer. It
keeps wanted to use the other one.
Thanks.
> Open web config and look at teh connection strings portion. If you do not
> have one for LocalSqlServer, you will never get anywhere with this
[quoted text clipped - 24 lines]
>> providerName="System.Data.SqlClient" />
>> </connectionStrings>