The other day all of a sudden I received the following error in my web.config at the following line in a BlogEngine site I have hosted at Godaddy.
I haven’t touched the site for weeks but of course Godaddy say it’s a problem with my code. I have tried everything I can to fix the error but nothing works. I checked my permissions, I made sure the XML files had not become corrupt, from my end nothing has changed.
I’ve even uploaded the whole site to a new directory but received the same error and the whole site works fine locally on my computer.
<add name="XmlMembershipProvider" type="BlogEngine.Core.Providers.XmlMembershipProvider, BlogEngine.Core" description="XML membership provider" passwordFormat="Hashed"/>
Does anyone know what may have gone wrong here???