Hello all,
I recently used the Web Site Administration Tool (accessed by clicking the arrow on the side of a Login control) to add membership restrictions to different areas of a website. As the website is, you must login to access certain pages. Member data, stored procedures, etc. are all stored in a database on a SQL 2005 Server. I now need to migrate this web application, and all tables and stored procedures that it uses must be moved to a server running SQL 2000. I would like to simply "remove" this whole "membership" thing and just run the wizard again, but I'm having difficulties doing so. What exactly do I need to remove from web.config in order to make this thing go away?
<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<connectio ...
Go to the complete details ...