Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Sep 12, 2007 07:23 AM by pr_wainwright
Member
35 Points
90 Posts
Sep 10, 2007 06:49 AM|LINK
Hi,
I am new to asp.net & have just downloaded the small business starter kit. How do I edit the web.config file to use XML as the data source & not use SQL.
Thanks
Paul.
16 Points
4 Posts
Sep 10, 2007 09:21 PM|LINK
Hi, Ensure that this line of code is after the connection string area of the web.config file.
<SmallBusinessDataProviders peopleProviderName="xmlProvider" testimonialsProviderName="xmlProvider" catalogProviderName="xmlProvider" newsProviderName="xmlProvider">
Sep 12, 2007 07:23 AM|LINK
iceman944,
Thanks for the tip. I have tried your suggestion & it worked ok.
pr_wainwrigh...
Member
35 Points
90 Posts
Edit web.config to use XML data only
Sep 10, 2007 06:49 AM|LINK
Hi,
I am new to asp.net & have just downloaded the small business starter kit. How do I edit the web.config file to use XML as the data source & not use SQL.
Thanks
Paul.
iceman944
Member
16 Points
4 Posts
Re: Edit web.config to use XML data only
Sep 10, 2007 09:21 PM|LINK
Hi, Ensure that this line of code is after the connection string area of the web.config file.
Danpr_wainwrigh...
Member
35 Points
90 Posts
Re: Edit web.config to use XML data only
Sep 12, 2007 07:23 AM|LINK
iceman944,
Thanks for the tip. I have tried your suggestion & it worked ok.
Thanks
Paul.