Database Problem in using one of the Starter Kitshttp://forums.asp.net/t/1245160.aspx/1?Database+Problem+in+using+one+of+the+Starter+KitsWed, 09 Apr 2008 23:59:46 -040012451602285909http://forums.asp.net/p/1245160/2285909.aspx/1?Database+Problem+in+using+one+of+the+Starter+KitsDatabase Problem in using one of the Starter Kits <p>I copied down one starter kit (Personal website) from www.asp.net. Its running fine in Visual Studio 2005. Then I took web hosting with some web host and when i published my site. Its running with error saying to add custom error tag in either of the following way: </p> <p><font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "></p> <pre>&lt;!-- Web.Config Configuration File --&gt;<br><br>&lt;configuration&gt;<br> &lt;system.web&gt;<br> &lt;customErrors mode=&quot;Off&quot;/&gt;<br> &lt;/system.web&gt;<br>&lt;/configuration&gt;</pre> </font>or <p></p> <p><font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "></p> <pre>&lt;configuration&gt;<br> &lt;system.web&gt;<br> &lt;customErrors mode=&quot;RemoteOnly&quot; defaultRedirect=&quot;mycustompage.htm&quot;/&gt;<br> &lt;/system.web&gt;<br>&lt;/configuration&gt;</pre> <pre>&nbsp;</pre> <pre>I tried both, but still no effect.</pre> <pre>I asked my webhost about it, and he says that i need to buy MS SQL database in that hosting package (its separate from hosting charges), only then it will work. And other reason he told is that, in the web.config file</pre> <pre>the datasource mentioned is &quot;.\SQLExpress &quot;. And for that he will have to move the website to another server which supports SQL 2k5.</pre> <pre>Now I need to know that also, can i use the website by mentioning SQL 2000 also? if yes then how?</pre> <pre>Also provide me solution/answer to above problem.&nbsp;</pre> <pre>&nbsp;</pre> <pre>Thanks in advance,</pre> <pre>Mohit S.</pre> <pre>&nbsp;</pre> </font>&nbsp; <p></p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> 2008-04-09T09:31:24-04:002287730http://forums.asp.net/p/1245160/2287730.aspx/1?Re+Database+Problem+in+using+one+of+the+Starter+KitsRe: Database Problem in using one of the Starter Kits <p>The Personal Web Starter Kit can use SQL 2000, You can download the SQL script <a class="" title="here" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2ee85ed4-7613-47e2-8375-17222b150e4f&amp;displaylang=en" target="_blank"> here</a>&nbsp;I believe that the script works both for 2005 and 2000.</p> <p>Also if you don't want to pay for SQL Server there is an alternate, the Personal Starter kit for Access.&nbsp; You can read this <a class="" title="thread" href="http://forums.asp.net/t/942049.aspx" target="_blank"> thread</a> about it and decide if you want to go that route or not.</p> 2008-04-09T23:59:46-04:00