<?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>《Simplemembership实现用户权限管理-扩展数据库》的评论</title>
	<atom:link href="http://www.tystudio.net/2013/03/01/simplemembership-userprofile/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tystudio.net/2013/03/01/simplemembership-userprofile/</link>
	<description>TYStudio是一个专注于WEB前端开发技术的IT博客，原创并翻译国外优秀的WEB前端开发开技术文章和资讯。</description>
	<lastBuildDate>Wed, 06 Feb 2019 01:58:28 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.34</generator>
	<item>
		<title>作者：天屹</title>
		<link>http://www.tystudio.net/2013/03/01/simplemembership-userprofile/#comment-2434</link>
		<dc:creator><![CDATA[天屹]]></dc:creator>
		<pubDate>Mon, 23 Dec 2013 05:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tystudio.net/?p=71#comment-2434</guid>
		<description><![CDATA[正在运行的项目数据库那方面的东西好改。你先建立一个数据库，运行一下这个程序把各个表结构生成，然后手动的merge到你们原有的数据库，这样你们原有的数据库不就有表格了么，然后把web.config中的连接串改到新的库就可以了，记得注释一下自动生成表接口那块（不用注释也没关系，那段已经做了判断，判断有没有，有了就不加了）， 麻烦的是把你需要的新权限一个个的加到原有的系统中。]]></description>
		<content:encoded><![CDATA[<p>正在运行的项目数据库那方面的东西好改。你先建立一个数据库，运行一下这个程序把各个表结构生成，然后手动的merge到你们原有的数据库，这样你们原有的数据库不就有表格了么，然后把web.config中的连接串改到新的库就可以了，记得注释一下自动生成表接口那块（不用注释也没关系，那段已经做了判断，判断有没有，有了就不加了）， 麻烦的是把你需要的新权限一个个的加到原有的系统中。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：MVC</title>
		<link>http://www.tystudio.net/2013/03/01/simplemembership-userprofile/#comment-2433</link>
		<dc:creator><![CDATA[MVC]]></dc:creator>
		<pubDate>Mon, 23 Dec 2013 03:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.tystudio.net/?p=71#comment-2433</guid>
		<description><![CDATA[这样不合适啊，正在运行的项目怎么能这么干。如何通过这个Model直接变更数据库结构？？]]></description>
		<content:encoded><![CDATA[<p>这样不合适啊，正在运行的项目怎么能这么干。如何通过这个Model直接变更数据库结构？？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：天屹</title>
		<link>http://www.tystudio.net/2013/03/01/simplemembership-userprofile/#comment-1437</link>
		<dc:creator><![CDATA[天屹]]></dc:creator>
		<pubDate>Fri, 13 Sep 2013 02:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tystudio.net/?p=71#comment-1437</guid>
		<description><![CDATA[数据库删了,重新生成以下应该能解决.]]></description>
		<content:encoded><![CDATA[<p>数据库删了,重新生成以下应该能解决.</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Aran</title>
		<link>http://www.tystudio.net/2013/03/01/simplemembership-userprofile/#comment-1436</link>
		<dc:creator><![CDATA[Aran]]></dc:creator>
		<pubDate>Fri, 13 Sep 2013 02:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tystudio.net/?p=71#comment-1436</guid>
		<description><![CDATA[没有向UserProfile添加字段前运行了项目 然后数据库中只有UserID 和UserName两个字段
向UserProfile添加自己的字段，例如Email，PhoneNumber，Address等等。
为什么我向UserProfile中添加了字段后 重新运行了项目
然后去数据库中看了下表结构
表结构中还是只有UserID 和UserName两个字段而没有我添加的新的字段呢？
请赐教！]]></description>
		<content:encoded><![CDATA[<p>没有向UserProfile添加字段前运行了项目 然后数据库中只有UserID 和UserName两个字段<br />
向UserProfile添加自己的字段，例如Email，PhoneNumber，Address等等。<br />
为什么我向UserProfile中添加了字段后 重新运行了项目<br />
然后去数据库中看了下表结构<br />
表结构中还是只有UserID 和UserName两个字段而没有我添加的新的字段呢？<br />
请赐教！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：天屹</title>
		<link>http://www.tystudio.net/2013/03/01/simplemembership-userprofile/#comment-92</link>
		<dc:creator><![CDATA[天屹]]></dc:creator>
		<pubDate>Thu, 23 May 2013 13:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tystudio.net/?p=71#comment-92</guid>
		<description><![CDATA[TYStudioMembership用来存储一些membership的信息，用户名的密码和修改密码用到的一些验证，通常情况下只会用到password，]]></description>
		<content:encoded><![CDATA[<p>TYStudioMembership用来存储一些membership的信息，用户名的密码和修改密码用到的一些验证，通常情况下只会用到password，</p>
]]></content:encoded>
	</item>
</channel>
</rss>
