You're closing the authentication section and then adding another authentication line ;-). Change it to this:
<authentication mode="Forms">
<forms name=".MyCookie" loginUrl="myaccount.aspx" protection="All" timeout="15" path="/"/>
</authentication>
Tekmaven
Software Architect
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28
I need you to post your entire web.config file. The issue goes deeper then what you've posted.
Also, what you've done is considered "thread hijacking". Proper netiquette states that if you have an issue, you should start your own thread instead of hijacking someone else's thread!
Tekmaven
Software Architect
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28