<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Get Your Starter Kit Launched on a Web Host</title>
	<atom:link href="http://aspstarterkit.com/index.php/getting-started/how-to-get-your-starter-kit-launched-on-a-web-host/feed/" rel="self" type="application/rss+xml" />
	<link>http://aspstarterkit.com/index.php/getting-started/how-to-get-your-starter-kit-launched-on-a-web-host/</link>
	<description>Helping get your ASP Starter Kit online</description>
	<lastBuildDate>Thu, 06 Oct 2011 18:18:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: jason</title>
		<link>http://aspstarterkit.com/index.php/getting-started/how-to-get-your-starter-kit-launched-on-a-web-host/comment-page-1/#comment-2795</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Wed, 17 Jun 2009 14:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=3#comment-2795</guid>
		<description>You can combine the two databases into one and then use that one database with your GoDaddy account. To accomplish this you must run a SQL script on your aspnetdb database and, second you must modify your  web.config file settings. Microsoft has a download for the sql modifications that must be made to the aspnetdb. 
Here&#039;s a link to the Microsoft download: 

http://www.microsoft.com/downloads/details.aspx?FamilyId=2EE85ED4-7613-47E2-8375-17222B150E4F&amp;displaylang=en

Run the Microsoft SQL script on your aspnetdb database (use query analyzer to do so) and it will add the tables personal.mdf contains in your aspnetdb.mdf file. 
Next you need to modify your  section in your web.config to point to just one database. Thus both the LocalSqlServer and Personal connection strings need to point to aspnetdb.</description>
		<content:encoded><![CDATA[<p>You can combine the two databases into one and then use that one database with your GoDaddy account. To accomplish this you must run a SQL script on your aspnetdb database and, second you must modify your  web.config file settings. Microsoft has a download for the sql modifications that must be made to the aspnetdb.<br />
Here&#8217;s a link to the Microsoft download: </p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=2EE85ED4-7613-47E2-8375-17222B150E4F&#038;displaylang=en" rel="nofollow">http://www.microsoft.com/downloads/details.aspx?FamilyId=2EE85ED4-7613-47E2-8375-17222B150E4F&#038;displaylang=en</a></p>
<p>Run the Microsoft SQL script on your aspnetdb database (use query analyzer to do so) and it will add the tables personal.mdf contains in your aspnetdb.mdf file.<br />
Next you need to modify your  section in your web.config to point to just one database. Thus both the LocalSqlServer and Personal connection strings need to point to aspnetdb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adrian</title>
		<link>http://aspstarterkit.com/index.php/getting-started/how-to-get-your-starter-kit-launched-on-a-web-host/comment-page-1/#comment-2719</link>
		<dc:creator>adrian</dc:creator>
		<pubDate>Mon, 15 Jun 2009 13:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=3#comment-2719</guid>
		<description>Hope you&#039;re still visiting this article since deployment in GoDaddy is really driving me nuts.. Right now, their econo-hosting package only gives 1 database setup.. Since starter kit utilizes two databases (Personal.mdf and AspnetDB.mdf), i&#039;m clueless on how i&#039;m going to deploy my site.. Hope you can help me dude, thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hope you&#8217;re still visiting this article since deployment in GoDaddy is really driving me nuts.. Right now, their econo-hosting package only gives 1 database setup.. Since starter kit utilizes two databases (Personal.mdf and AspnetDB.mdf), i&#8217;m clueless on how i&#8217;m going to deploy my site.. Hope you can help me dude, thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://aspstarterkit.com/index.php/getting-started/how-to-get-your-starter-kit-launched-on-a-web-host/comment-page-1/#comment-1012</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 07 Apr 2009 11:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=3#comment-1012</guid>
		<description>I&#039;ve tried just about everything, including without the ~/.  I think I have found that the issue is with my hosting provider.  Eventhough they state I am unable to setup my root folder as an application folder, by moving my site to this location I was able to get to my other pages using the sitemap.

Thanks for your suggestions.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried just about everything, including without the ~/.  I think I have found that the issue is with my hosting provider.  Eventhough they state I am unable to setup my root folder as an application folder, by moving my site to this location I was able to get to my other pages using the sitemap.</p>
<p>Thanks for your suggestions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://aspstarterkit.com/index.php/getting-started/how-to-get-your-starter-kit-launched-on-a-web-host/comment-page-1/#comment-1009</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Tue, 07 Apr 2009 02:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=3#comment-1009</guid>
		<description>Brian - First have you tried using just Default.aspx, etc without the ~/? Second - Is your only problem related to your sitemap or are there other issues as well? I wonder because perhaps your subfolder is not setup correctly as an app folder? Third - You could try getting a free trial hosting account from the guys at aspkit.net and testing your website there to confirm that the issue is isolated to your current hosting provider.

If none of that works - you can email me some of your site files to admin@aspstarterkit.com and I can take a look.</description>
		<content:encoded><![CDATA[<p>Brian &#8211; First have you tried using just Default.aspx, etc without the ~/? Second &#8211; Is your only problem related to your sitemap or are there other issues as well? I wonder because perhaps your subfolder is not setup correctly as an app folder? Third &#8211; You could try getting a free trial hosting account from the guys at aspkit.net and testing your website there to confirm that the issue is isolated to your current hosting provider.</p>
<p>If none of that works &#8211; you can email me some of your site files to <a href="mailto:admin@aspstarterkit.com">admin@aspstarterkit.com</a> and I can take a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://aspstarterkit.com/index.php/getting-started/how-to-get-your-starter-kit-launched-on-a-web-host/comment-page-1/#comment-1008</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 07 Apr 2009 01:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=3#comment-1008</guid>
		<description>add name=&quot;XmlSiteMapProvider&quot; description=&quot;reads XML files&quot; type=&quot;System.Web.XmlSiteMapProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&quot; siteMapFile=&quot;web.sitemap&quot; securityTrimmingEnabled=&quot;true&quot;</description>
		<content:encoded><![CDATA[<p>add name=&#8221;XmlSiteMapProvider&#8221; description=&#8221;reads XML files&#8221; type=&#8221;System.Web.XmlSiteMapProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&#8221; siteMapFile=&#8221;web.sitemap&#8221; securityTrimmingEnabled=&#8221;true&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://aspstarterkit.com/index.php/getting-started/how-to-get-your-starter-kit-launched-on-a-web-host/comment-page-1/#comment-1006</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 07 Apr 2009 01:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=3#comment-1006</guid>
		<description>Ok, well guess it doesn&#039;t like me pasting things in here... so I will try to describe.

All of my site map nodes use the &quot;~/&quot; in front of the page name.  Like this: url=&quot;~/Default.aspx&quot;.  My hosting account does not allow my root folder to be setup as an application folder, so I have a subfolder and have all of my pages within there.  My Domain name is configured to point to that subfolder as its root folder.

I&#039;m not sure what other information to give you, but I appreciate any help you can give me... 

Brian</description>
		<content:encoded><![CDATA[<p>Ok, well guess it doesn&#8217;t like me pasting things in here&#8230; so I will try to describe.</p>
<p>All of my site map nodes use the &#8220;~/&#8221; in front of the page name.  Like this: url=&#8221;~/Default.aspx&#8221;.  My hosting account does not allow my root folder to be setup as an application folder, so I have a subfolder and have all of my pages within there.  My Domain name is configured to point to that subfolder as its root folder.</p>
<p>I&#8217;m not sure what other information to give you, but I appreciate any help you can give me&#8230; </p>
<p>Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://aspstarterkit.com/index.php/getting-started/how-to-get-your-starter-kit-launched-on-a-web-host/comment-page-1/#comment-994</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Sun, 05 Apr 2009 22:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=3#comment-994</guid>
		<description>Are you using relative or absolute sitemap referneces? Relative references should still work for you. Post specifics of your setup/ sitemap if you would like more help.</description>
		<content:encoded><![CDATA[<p>Are you using relative or absolute sitemap referneces? Relative references should still work for you. Post specifics of your setup/ sitemap if you would like more help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://aspstarterkit.com/index.php/getting-started/how-to-get-your-starter-kit-launched-on-a-web-host/comment-page-1/#comment-977</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 04 Apr 2009 04:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=3#comment-977</guid>
		<description>I am having a very strange issue myself... When I publish my site to my hosting provider I must place it in a sub-folder, since they do not allow me to setup the root or home folder as an application directory through IIS.  My problem is that the links within the sitemap do not work.  They work fine on my development computer though.  Some how there is an extra folder in there. Instead of seeing www.mysite.com/page.aspx, I see www.mysite.com/myfolder/page.aspx.  I feel like I have been banging my head against the wall and nothing seems to be fixing it.</description>
		<content:encoded><![CDATA[<p>I am having a very strange issue myself&#8230; When I publish my site to my hosting provider I must place it in a sub-folder, since they do not allow me to setup the root or home folder as an application directory through IIS.  My problem is that the links within the sitemap do not work.  They work fine on my development computer though.  Some how there is an extra folder in there. Instead of seeing <a href="http://www.mysite.com/page.aspx" rel="nofollow">http://www.mysite.com/page.aspx</a>, I see <a href="http://www.mysite.com/myfolder/page.aspx" rel="nofollow">http://www.mysite.com/myfolder/page.aspx</a>.  I feel like I have been banging my head against the wall and nothing seems to be fixing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://aspstarterkit.com/index.php/getting-started/how-to-get-your-starter-kit-launched-on-a-web-host/comment-page-1/#comment-231</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Fri, 21 Nov 2008 03:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=3#comment-231</guid>
		<description>Congrats! It often seems like more of a challenge to these sites up than it needs to be, which is why I try to help out. Best of luck with your site.</description>
		<content:encoded><![CDATA[<p>Congrats! It often seems like more of a challenge to these sites up than it needs to be, which is why I try to help out. Best of luck with your site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaolin</title>
		<link>http://aspstarterkit.com/index.php/getting-started/how-to-get-your-starter-kit-launched-on-a-web-host/comment-page-1/#comment-230</link>
		<dc:creator>Shaolin</dc:creator>
		<pubDate>Fri, 21 Nov 2008 03:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://aspstarterkit.com/?p=3#comment-230</guid>
		<description>I figured it out!!!...the welcome.htm tells you how to switch from SQL to XML providers.....YES!!!

Jason....I would like to thank you very much for taking the time to help me out with this!!! 

You didnt have to reply to any of my requests....but you stuck this out with me!!! I am very grateful....

If its of any concern...I also asked for help on ASP.net forums around the same time frame of my initial posting...and no one ever replied to me...on the other hand....you help me with more than you can ever imagine.

Thank you so much....I&#039;ll be continue to come back from time to time for your help :)</description>
		<content:encoded><![CDATA[<p>I figured it out!!!&#8230;the welcome.htm tells you how to switch from SQL to XML providers&#8230;..YES!!!</p>
<p>Jason&#8230;.I would like to thank you very much for taking the time to help me out with this!!! </p>
<p>You didnt have to reply to any of my requests&#8230;.but you stuck this out with me!!! I am very grateful&#8230;.</p>
<p>If its of any concern&#8230;I also asked for help on ASP.net forums around the same time frame of my initial posting&#8230;and no one ever replied to me&#8230;on the other hand&#8230;.you help me with more than you can ever imagine.</p>
<p>Thank you so much&#8230;.I&#8217;ll be continue to come back from time to time for your help <img src='http://aspstarterkit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

