I have duplicated my site (specifically the Club Starter Kit) so I can run the same site on my local computer and make changes as needed for my new client. I would like to change the application ID of the copied site so the two versions do not collide with each other. Is this necessary and if so, how do I accomplish this?
I’ve tried to update the application id of the copy in the “aspnet_Applications” table and I’m getting the following error:
The data in row 1 was not committed.
Error Source: .Net SqlClient Data Provider
Error Message: The UPDATE statement conflicted with the REFERNCE constraint “FK_aspnet_Me_Appli_145c0a3f”. The conflict occured in databse "c:…VCHSG.mdf, table “dbo.aspnet_Membership”, column ‘ApplicationId’.
Thanks for any help!