<?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>Security</title><link>http://forums.asp.net/25.aspx</link><description>All about ASP.NET security (authentication, authorization, membership, roles, etc.) and the Login controls. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=24&amp;c=17" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Login Control and Custom Membership provider with Remember Me</title><link>http://forums.asp.net/thread/2115716.aspx</link><pubDate>Thu, 17 Jan 2008 16:15:11 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2115716</guid><dc:creator>evon</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2115716.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=25&amp;PostID=2115716</wfw:commentRss><description>&lt;p&gt;Nevermind I found a solution. Just move the logic to the Session_Start. Methodology below in case it might help anyone or someone sees a reason why this would not work.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff"&gt;&lt;font size="2"&gt;protected&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2"&gt;void&lt;/font&gt;&lt;font size="2"&gt; Session_Start(&lt;/font&gt;&lt;font size="2"&gt;Object&lt;/font&gt;&lt;font size="2"&gt; sender, &lt;/font&gt;&lt;font size="2"&gt;EventArgs&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt; e)&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&lt;font color="#0000ff"&gt;{&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff"&gt;&lt;font size="2"&gt;&amp;nbsp;&amp;nbsp; if&lt;/font&gt;&lt;font size="2"&gt; (Context.Request.IsAuthenticated == &lt;/font&gt;&lt;font size="2"&gt;true&lt;/font&gt;&lt;font size="2"&gt;)&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.Web.Security.&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;FormsIdentity&lt;/font&gt;&lt;font size="2"&gt; fi = (System.Web.Security.&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;FormsIdentity&lt;/font&gt;&lt;font size="2"&gt;)Context.User.Identity;&lt;/p&gt;&lt;/font&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VerifyUser(&lt;font size="2"&gt;fi.Name&lt;/font&gt;)&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;font size="2"&gt; }&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;}&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;Seems very obvious now , thanks to all for you help!!&lt;/font&gt;</description></item><item><title>Re: Login Control and Custom Membership provider with Remember Me</title><link>http://forums.asp.net/thread/2115661.aspx</link><pubDate>Thu, 17 Jan 2008 15:56:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2115661</guid><dc:creator>evon</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2115661.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=25&amp;PostID=2115661</wfw:commentRss><description>&lt;p&gt;Ok , perhaps I spoke to soon. Seems that the event is constantly called at every request ( sometimes many times per page request ) . To verify the user at every click would tax the system too much and I cannot access session state from this context to prevent it. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;Any ideas ?&lt;/p&gt;</description></item><item><title>Re: Login Control and Custom Membership provider with Remember Me</title><link>http://forums.asp.net/thread/2115563.aspx</link><pubDate>Thu, 17 Jan 2008 15:17:28 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2115563</guid><dc:creator>evon</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2115563.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=25&amp;PostID=2115563</wfw:commentRss><description>&lt;p&gt;Excellent exactly what I was looking for to work around this issue.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks Tons!!&lt;/p&gt;</description></item><item><title>Re: Login Control and Custom Membership provider with Remember Me</title><link>http://forums.asp.net/thread/2114977.aspx</link><pubDate>Thu, 17 Jan 2008 11:43:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2114977</guid><dc:creator>XiaoYong Dai – MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2114977.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=25&amp;PostID=2114977</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;evon:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;Problem is if the user selects to be remembered and returns to the site some time later there is no authentication or even validation in any way. What if that user has been deleted&amp;nbsp;,&amp;nbsp;disabled , or changed their password ? I can&amp;#39;t believe this is an oversight in the Platform. Anyone have any clues what I&amp;#39;m missing&amp;nbsp;? &lt;/div&gt;&lt;/BLOCKQUOTE&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;You can check user information at Application_AuthenticateRequest event when he/she returns to your website&amp;nbsp;and delete auth cookie&amp;nbsp;use the following code&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;-----------------Global.asax----------------&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="kwd"&gt;protected void&lt;/span&gt; Application_AuthenticateRequest(&lt;span class="kwd"&gt;object&lt;/span&gt; sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HttpApplication app = (HttpApplication)sender;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HttpContext ctx = app.Context;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="kwd"&gt;if&lt;/span&gt; (ctx.User != &lt;span class="kwd"&gt;null&lt;/span&gt;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="kwd"&gt;if&lt;/span&gt; (ctx.Request.IsAuthenticated == &lt;span class="kwd"&gt;true&lt;/span&gt;) &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.Web.Security.FormsIdentity fi = (System.Web.Security.FormsIdentity)ctx.User.Identity;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="kwd"&gt;if&lt;/span&gt; (CheckUser_deleted_disabled_passwordChanged_otherCondition(fi.Name))&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.Web.Security.FormsAuthentication.SignOut();&amp;nbsp; //sign out user&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Redirect(&lt;span class="st"&gt;&amp;quot;login.aspx&amp;quot;&lt;/span&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="kwd"&gt;private&lt;/span&gt; Boolean CheckUser_deleted_disabled_passwordChanged_otherCondition(&lt;span class="kwd"&gt;string&lt;/span&gt; username)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="kwd"&gt;return true&lt;/span&gt;;&amp;nbsp; //please add customize logic&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&amp;nbsp;</description></item><item><title>Re: Login Control and Custom Membership provider with Remember Me</title><link>http://forums.asp.net/thread/2114007.aspx</link><pubDate>Wed, 16 Jan 2008 23:24:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2114007</guid><dc:creator>Stib AB</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2114007.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=25&amp;PostID=2114007</wfw:commentRss><description>&lt;p&gt;Is this what you are looking for?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;pre class="coloredcode"&gt;&lt;span class="kwd"&gt;Sub&lt;/span&gt; Load_login(&lt;span class="kwd"&gt;ByVal&lt;/span&gt; sender &lt;span class="kwd"&gt;As Object&lt;/span&gt;, &lt;span class="kwd"&gt;ByVal&lt;/span&gt; e &lt;span class="kwd"&gt;As&lt;/span&gt; System.EventArgs) &lt;span class="kwd"&gt;Handles&lt;/span&gt; Login1.Load
&lt;span class="cmt"&gt;&amp;#39;here you can read cookies and do other stuff for remembermefunctions..
&lt;/span&gt;&lt;span class="kwd"&gt;End&lt;/span&gt; sub

&lt;span class="kwd"&gt;Sub&lt;/span&gt; LoggedIn_login(&lt;span class="kwd"&gt;ByVal&lt;/span&gt; sender &lt;span class="kwd"&gt;As Object&lt;/span&gt;, &lt;span class="kwd"&gt;ByVal&lt;/span&gt; e &lt;span class="kwd"&gt;As&lt;/span&gt; System.EventArgs) &lt;span class="kwd"&gt;Handles&lt;/span&gt; Login1.LoggedIn
&lt;span class="cmt"&gt;&amp;#39;here you can set userprops after sucessful login
&lt;/span&gt;&lt;span class="kwd"&gt;End&lt;/span&gt; sub

&lt;span class="kwd"&gt;Sub&lt;/span&gt; Authenticate_LoggedIn(&lt;span class="kwd"&gt;ByVal&lt;/span&gt; sender &lt;span class="kwd"&gt;As Object&lt;/span&gt;, &lt;span class="kwd"&gt;ByVal&lt;/span&gt; e &lt;span class="kwd"&gt;As&lt;/span&gt; System.EventArgs) &lt;span class="kwd"&gt;Handles&lt;/span&gt; Login1.Authenticate
&lt;span class="cmt"&gt;&amp;#39;here you can do things on authentication
&lt;/span&gt;&lt;span class="kwd"&gt;End&lt;/span&gt; sub


&lt;span class="kwd"&gt;Sub&lt;/span&gt; LoginError_login(&lt;span class="kwd"&gt;ByVal&lt;/span&gt; sender &lt;span class="kwd"&gt;As Object&lt;/span&gt;, &lt;span class="kwd"&gt;ByVal&lt;/span&gt; e &lt;span class="kwd"&gt;As&lt;/span&gt; System.EventArgs) &lt;span class="kwd"&gt;Handles&lt;/span&gt; Login1.LoginError
&lt;span class="cmt"&gt;&amp;#39;here you can set errormessage or redirects to createpage and so on
&lt;/span&gt;&lt;span class="kwd"&gt;End&lt;/span&gt; sub
&lt;/pre&gt;&amp;nbsp;</description></item><item><title>Re: Login Control and Custom Membership provider with Remember Me</title><link>http://forums.asp.net/thread/2112989.aspx</link><pubDate>Wed, 16 Jan 2008 15:26:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2112989</guid><dc:creator>evon</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2112989.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=25&amp;PostID=2112989</wfw:commentRss><description>&lt;p&gt;Thanks for your reply&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Not sure&amp;nbsp;how that would alleviate the situation&amp;nbsp;, we&amp;#39;d like to support the &amp;quot;remember me&amp;quot; paridigm and turn it on and off easily on a per client basis using the IDE ( this product currently needs to support over 100 clients each with customized versions&amp;nbsp;which have become unwieldy ).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I could do the entire login control and it&amp;#39;s methdology in a day and not use the rich framework , but the point in using this rich set of tools is to get away from the grind of doing these type of things and focus on other busisness logic. The more we have commited to the framework the more work it seems we need to do to work around it&amp;#39;s limitations and this one is particularly surprising as it poses a security risk to anyone using the control. &lt;/p&gt;
&lt;p&gt;I&amp;#39;m still holding out that someone knows how to make this work correctly as I cannot believe such an oversite would make&amp;nbsp;the framework at it&amp;#39;s current age.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Login Control and Custom Membership provider with Remember Me</title><link>http://forums.asp.net/thread/2112934.aspx</link><pubDate>Wed, 16 Jan 2008 14:59:47 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2112934</guid><dc:creator>s10n</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2112934.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=25&amp;PostID=2112934</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;You could just read the cookies on the client and force a log out if you find the coookie that the provider uses to store the login information.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Login Control and Custom Membership provider with Remember Me</title><link>http://forums.asp.net/thread/2112878.aspx</link><pubDate>Wed, 16 Jan 2008 14:42:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2112878</guid><dc:creator>evon</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2112878.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=25&amp;PostID=2112878</wfw:commentRss><description>&lt;p&gt;SSO is not appropriate for the solution.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;So this is an over sight in the ASP.NET infrastructure that you can still log on to a web site after your accont has been deleted ? Amazing.&lt;/p&gt;</description></item><item><title>Re: Login Control and Custom Membership provider with Remember Me</title><link>http://forums.asp.net/thread/2111709.aspx</link><pubDate>Wed, 16 Jan 2008 00:30:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2111709</guid><dc:creator>roni_schuetz</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2111709.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=25&amp;PostID=2111709</wfw:commentRss><description>&lt;p&gt;search on the web for SSO - single sign on ... &lt;/p&gt;
&lt;p&gt;other option is that you keep information within clients cookie. &lt;/p&gt;</description></item><item><title>Login Control and Custom Membership provider with Remember Me</title><link>http://forums.asp.net/thread/2111510.aspx</link><pubDate>Tue, 15 Jan 2008 21:59:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2111510</guid><dc:creator>evon</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2111510.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=25&amp;PostID=2111510</wfw:commentRss><description>&lt;p&gt;Having a bit of a problem. Using the ASP:Login control and a custom provider to authenticate against corp data. Problem is if the user selects to be remembered and returns to the site some time later there is no authentication or even validation in any way. What if that user has been deleted&amp;nbsp;,&amp;nbsp;disabled , or changed their password ? I can&amp;#39;t believe this is an oversight in the Platform. Anyone have any clues what I&amp;#39;m missing&amp;nbsp;? &lt;/p&gt;
&lt;p&gt;&amp;nbsp;Is there a way to force the control to authenticate ? or Detect an &amp;quot;Remebered Login&amp;quot; ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;My other problem which is directly related to this is that at login I load a considerable amount of data about the users enviroment and settings ( I cannot use the ProfileProvider methodology since a user can have many profiles and select the desired one which is surprisingly missed in the framework ) &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any assitance or advice would be greatly appreciated. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>