<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Victor Corey &#187; ASP.NET</title>
	<atom:link href="http://victorcorey.com/category/code/aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://victorcorey.com</link>
	<description>When the power of love overcomes the love of power the world will know peace.</description>
	<lastBuildDate>Thu, 17 Mar 2011 16:32:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>KickApps Starter Kit</title>
		<link>http://victorcorey.com/2009/10/kickapps-starter-kit/</link>
		<comments>http://victorcorey.com/2009/10/kickapps-starter-kit/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 17:14:41 +0000</pubDate>
		<dc:creator>Victor Corey</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://victorcorey.com/?p=58</guid>
		<description><![CDATA[KickApps provides brands, enterprises and web publishers with solutions that enable them to create and manage next generation web experiences that are social, interactive, dynamic, distributed, and data-informed. KickApps solutions consist of a suite of hosted social and media applications and services that are used by some of the world’s largest websites and brands to [...]]]></description>
			<content:encoded><![CDATA[<p><a title="KickApps" href="http://www.kickapps.com" target="_blank">KickApps</a> provides brands, enterprises and web publishers with solutions that enable them to create and manage next generation web experiences that are social, interactive, dynamic, distributed, and data-informed. KickApps solutions consist of a suite of hosted social and media applications and services that are used by some of the world’s largest websites and brands to grow &amp; engage their online audiences and foster deeper relationships with customers.<span id="more-58"></span></p>
<p>I had planned on building a .vsi package for a <strong>KickApps Starter Kit</strong> but got frustrated with the support from KickApps along the way. This Starter Kit is integrated with the <a title="Sample Access Provider Starter Kit" href="http://msdn.microsoft.com/en-us/vstudio/cc533524.aspx" target="_blank">AccessDataProvider Starter Kit</a> from Microsoft.</p>
<p>There are a few appSettings in the web.config and you should be good to go. I have not tested anything.</p>
<hr /><code><ul class="dlm_download_list"><li><a href="http://victorcorey.com/downloads/KickAppsStarterKit.zip" title="Downloaded 81 times"><img src="/wp-content/themes/victorcorey/images/kask.png" alt="KickApps Starter Kit" /></a></li><li><a href="http://victorcorey.com/downloads/personalstarterkitmsaccess.vsi" title="Downloaded 331 times"><img src="/wp-content/themes/victorcorey/images/pwsk_cs.png" alt="Personal Site Starter Kit for MS Access" /></a></li><li><a href="http://victorcorey.com/downloads/personalstarterkitmsaccessvb.vsi" title="Downloaded 287 times"><img src="/wp-content/themes/victorcorey/images/pwsk_vb.png" alt="Personal Site Starter Kit for MS Access" /></a></li><li><a href="http://victorcorey.com/downloads/ExtendedPersonalStarterKitForMSAccess.vsi" title="Downloaded 314 times"><img src="/wp-content/themes/victorcorey/images/pwsk_ext.png" alt="Extended the Personal Site Starter Kit for MS Access" /></a></li></ul></code></p>
]]></content:encoded>
			<wfw:commentRss>http://victorcorey.com/2009/10/kickapps-starter-kit/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Extended the Personal Site Starter Kit for MS Access</title>
		<link>http://victorcorey.com/2009/10/extended-the-personal-site-starter-kit-for-ms-access/</link>
		<comments>http://victorcorey.com/2009/10/extended-the-personal-site-starter-kit-for-ms-access/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 23:05:59 +0000</pubDate>
		<dc:creator>Victor Corey</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Extended Personal Site Starter Kit]]></category>
		<category><![CDATA[Personal Site Starter Kit]]></category>
		<category><![CDATA[Personal Website]]></category>
		<category><![CDATA[Starter Kit]]></category>

		<guid isPermaLink="false">http://victorcorey.com/?p=53</guid>
		<description><![CDATA[The Extended Personal Starter Kit for MS Access contains administration for links, photos, news, blogs, and users. The Personal Site Starter Kit from Microsoft is typical personal site that includes a photo album system. Also included are static pages for a resume and links and comes in your choice of white or black&#8230; just change [...]]]></description>
			<content:encoded><![CDATA[<p>The Extended Personal Starter Kit for MS Access contains administration for links, photos, news, blogs, and users.</p>
<hr />The <a title="Personal Site Starter Kit" href="http://www.asp.net/downloads/starter-kits/personal/" target="_blank">Personal Site Starter Kit</a> from Microsoft is typical personal site that includes a photo album system. Also included are static pages for a resume and links and comes in your choice of white or black&#8230; just change the theme!</p>
<p>I was new to .NET and I had been trying to work with the Personal Starter Kit as a learning tool. Unfortunately, my host did not allow the use of SQL Express 2005 and SQL Server will cost extra.<span id="more-53"></span></p>
<p>I converted the &#8220;personal&#8221; database into MS Access and then used the <a title="Sample Access Provider Starter Kit" href="http://msdn.microsoft.com/en-us/vstudio/cc533524.aspx" target="_blank">Sample Access Provider Starter Kit</a> to modify the Login controls to use a MS Access database. Now the project runs on two MS Access databases.</p>
<p>I created a C# version and VB.net. Check the original <a title="Personal Site Starter Kit for MS Access" href="http://forums.asp.net/t/942049.aspx" target="_blank">forum post</a> for help.</p>
<hr /><code><ul class="dlm_download_list"><li><a href="http://victorcorey.com/downloads/KickAppsStarterKit.zip" title="Downloaded 81 times"><img src="/wp-content/themes/victorcorey/images/kask.png" alt="KickApps Starter Kit" /></a></li><li><a href="http://victorcorey.com/downloads/personalstarterkitmsaccess.vsi" title="Downloaded 331 times"><img src="/wp-content/themes/victorcorey/images/pwsk_cs.png" alt="Personal Site Starter Kit for MS Access" /></a></li><li><a href="http://victorcorey.com/downloads/personalstarterkitmsaccessvb.vsi" title="Downloaded 287 times"><img src="/wp-content/themes/victorcorey/images/pwsk_vb.png" alt="Personal Site Starter Kit for MS Access" /></a></li><li><a href="http://victorcorey.com/downloads/ExtendedPersonalStarterKitForMSAccess.vsi" title="Downloaded 314 times"><img src="/wp-content/themes/victorcorey/images/pwsk_ext.png" alt="Extended the Personal Site Starter Kit for MS Access" /></a></li></ul></code></p>
]]></content:encoded>
			<wfw:commentRss>http://victorcorey.com/2009/10/extended-the-personal-site-starter-kit-for-ms-access/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Personal Site Starter Kit for MS Access</title>
		<link>http://victorcorey.com/2009/10/personal-site-starter-kit-for-ms-access/</link>
		<comments>http://victorcorey.com/2009/10/personal-site-starter-kit-for-ms-access/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 12:34:51 +0000</pubDate>
		<dc:creator>Victor Corey</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Personal Site Starter Kit]]></category>
		<category><![CDATA[Personal Website]]></category>
		<category><![CDATA[Starter Kit]]></category>

		<guid isPermaLink="false">http://victorcorey.com/?p=3</guid>
		<description><![CDATA[The Personal Site Starter Kit from Microsoft is typical personal site that includes a photo album system. Also included are static pages for a resume and links and comes in your choice of white or black&#8230; just change the theme! I was new to .NET and I had been trying to work with the Personal Starter Kit [...]]]></description>
			<content:encoded><![CDATA[<p>The <a title="Personal Site Starter Kit" href="http://www.asp.net/downloads/starter-kits/personal/" target="_blank">Personal Site Starter Kit</a> from Microsoft is typical personal site that includes a photo album system. Also included are static pages for a resume and links and comes in your choice of white or black&#8230; just change the theme!</p>
<p>I was new to .NET and I had been trying to work with the Personal Starter Kit as a learning tool. Unfortunately, my host did not allow the use of  SQL Express 2005 and SQL Server will cost extra.<span id="more-3"></span></p>
<p>I converted the &#8220;personal&#8221; database into MS Access and then used the <a title="Sample Access Provider Starter Kit" href="http://msdn.microsoft.com/en-us/vstudio/cc533524.aspx" target="_blank">Sample Access Provider Starter Kit</a> to modify the Login controls to use a MS Access database. Now the project runs on two MS Access databases.</p>
<p>I created a C# version and VB.net. Check the original <a title="Personal Site Starter Kit for MS Access" href="http://forums.asp.net/t/942049.aspx" target="_blank">forum post</a> for help.</p>
<hr /><code><ul class="dlm_download_list"><li><a href="http://victorcorey.com/downloads/KickAppsStarterKit.zip" title="Downloaded 81 times"><img src="/wp-content/themes/victorcorey/images/kask.png" alt="KickApps Starter Kit" /></a></li><li><a href="http://victorcorey.com/downloads/personalstarterkitmsaccess.vsi" title="Downloaded 331 times"><img src="/wp-content/themes/victorcorey/images/pwsk_cs.png" alt="Personal Site Starter Kit for MS Access" /></a></li><li><a href="http://victorcorey.com/downloads/personalstarterkitmsaccessvb.vsi" title="Downloaded 287 times"><img src="/wp-content/themes/victorcorey/images/pwsk_vb.png" alt="Personal Site Starter Kit for MS Access" /></a></li><li><a href="http://victorcorey.com/downloads/ExtendedPersonalStarterKitForMSAccess.vsi" title="Downloaded 314 times"><img src="/wp-content/themes/victorcorey/images/pwsk_ext.png" alt="Extended the Personal Site Starter Kit for MS Access" /></a></li></ul></code></p>
]]></content:encoded>
			<wfw:commentRss>http://victorcorey.com/2009/10/personal-site-starter-kit-for-ms-access/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

