Friday, October 12, 2007

Web Parts with SQL Server 2005 instead of sql express for testing

try this:



connectionString="data source=VRTSVR04;Initial Catalog=DemoPortal;User Id=sa2;Password=di902jkd89x88-1;"
providerName="System.Data.SqlClient"/>


keywords: connection string default The entry 'LocalSqlServer' has already been added. aspnetdb

Friday, October 05, 2007

Generate XSD Schema From XML using inference

Upload an xml file and we will return you the schema as an XSD file. This is called Inferring the schema. This uses the .Net InferSchema method of the XmlSchemaInference class. Create an XML file given an XSD.