<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Visual Web Developer 2005 Express</title><link>http://forums.asp.net/175.aspx</link><description>General discussions about Visual Web Developer 2005 Express Edition</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: ASP.net Web Site Administration tool unable to connect ro my SQL DB</title><link>http://forums.asp.net/thread/3267830.aspx</link><pubDate>Wed, 01 Jul 2009 03:39:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3267830</guid><dc:creator>Thomas Sun – MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3267830.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=175&amp;PostID=3267830</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;
&lt;p&gt;By default, ASP.NET&amp;nbsp;Web Site Administration tool uses connection string named &amp;quot;&lt;font size="2"&gt;LocalSqlServer&lt;/font&gt;&amp;quot;&amp;nbsp;to connect database. It is &amp;quot;data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true&amp;quot;&amp;nbsp;by default.&lt;/p&gt;
&lt;p&gt;In your case, you created your own database using aspnet_regsql. Please make sure this connection string is correct. You can configure it in your web.config.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;lt;connectionStrings&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;lt;remove name=&amp;quot;LocalSqlServer&amp;quot; /&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;lt;add name=&amp;quot;LocalSqlServer&amp;quot; connectionString=&amp;quot;&lt;strong&gt;your connection string&lt;/strong&gt;&amp;quot; providerName=&amp;quot;System.Data.SqlClient&amp;quot; /&amp;gt; &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;lt;/connectionStrings&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I look forward to receiving your test results.&lt;/p&gt;</description></item><item><title>Re: ASP.net Web Site Administration tool unable to connect ro my SQL DB</title><link>http://forums.asp.net/thread/3259198.aspx</link><pubDate>Fri, 26 Jun 2009 04:48:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3259198</guid><dc:creator>albarossa</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3259198.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=175&amp;PostID=3259198</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m not familiar with VWD, try this link:&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/s4yys16a%28VS.80%29.aspx"&gt;http://msdn.microsoft.com/en-us/library/s4yys16a(VS.80).aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>ASP.net Web Site Administration tool unable to connect ro my SQL DB</title><link>http://forums.asp.net/thread/3258928.aspx</link><pubDate>Thu, 25 Jun 2009 23:33:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3258928</guid><dc:creator>Gusto001</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3258928.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=175&amp;PostID=3258928</wfw:commentRss><description>&lt;p&gt;Hi, I am new to VWD and i am trying to use the Provider Configuration in the ASP.net Web Site Administration tool to&amp;nbsp;configure my Web site management data.&lt;/p&gt;
&lt;p&gt;When ever i select the &amp;quot;&lt;a id="ctl00_content_hook" href="http://localhost:49466/asp.netwebadminfiles/providers/ManageConsolidatedProviders.aspx"&gt;Select a single provider for all site management data&lt;/a&gt;&amp;quot; there is only one provider &amp;quot;AspNetSqlProvider&amp;quot;. When i select &amp;quot;test&amp;quot; it give me the following error message:&lt;/p&gt;
&lt;p&gt;&lt;span id="ctl00_ctl00_ctl00_content_content_confirmation_dialogContent_testConnectionLiteral"&gt;&amp;quot;Could not establish a connection to the database.&amp;nbsp;&lt;br /&gt;If you have not yet created the SQL Server database, exit the Web Site Administration tool, use the aspnet_regsql command-line utility to create and configure the database, and then return to this tool to set the provider.&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I have the aspnet_regsql to create a DB, my IIS is already installed and enable but the VWD ASP.net Web Site Administration tool&amp;nbsp;refuse to connect to my SQL DB.&lt;/p&gt;&lt;p&gt;What may be the problem and how can i rectify it.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;</description></item></channel></rss>