Hey guys,
I added the RSS Toolkit to the site. It worked perfectly as far as displaying feeds, but now no one can login. The logins aren't passing authentication. The weird thing is that new accounts that have been created since then DO work. I feel it was something that was changed in the web.config.
Here are the entries that were added:
<system.web>
<compilation debug="true">
<assemblies>
<add assembly="RssToolkit,Version=1.0.0.1,Culture=neutr al,PublicKeyToken=02e47a85b237026a"/>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
</assemblies>
<buildProviders>
<add extension=".rss" type="RssToolkit.RssBuildProvider,RssToolkit,Versi on=1.0.0.1,Culture=neutral,PublicKeyToken=02e47a85 b237026a"/>
<add extension=".rssdl" type="RssToolkit.RssdlBuildProvider,RssToolkit,Ver sion=1.0.0.1,Culture=neutral,PublicKeyToken=02e47a 85b237026a"/>
</buildProviders>
</compilation>
</system.web>
<appSettings>
<add key="defaultRssTtl" value="10"/>
</appSettings>
<system.net>
<defaultProxy useDefaultCredentials="true"/>
</system.net>
Any idea what would be causing this?
Thanks!
Link to RSS Toolkit:
http://blogs.msdn.com/dmitryr/archiv...26/561200.aspx