Greatings,
I have had a hosting account at a company for a number of years and have hosted my umbraco sites, there..but sometimes when I deploy my sites to the server I have issues, strange umbraco errors, and some times I have to restart my app pool.. etc etc to get it working.
So the other day I tried Windows Azure, directly from Visual Studio I deployed my Umbraco site and it was very quick and worked perfectly.
So the site is running, but the problem is the database is still on the old server, I am having GREAT DIFFICULTY recreating my database on Azure.
I JUST found this on the wiki : http://our.umbraco.org/wiki/install-and-setup/how-to-install-umbraco-on-windows-server-2008/installing-umbraco-to-sql-azure
But step 3 says Add primary key to umbracoUserLogins table (contextID, userID)
What does that mean exactly do I create a new field and make that the primary key? Or do I set the ContextId to a primary key? or is it UserId I need to set to Primary Key or both?
ANY IDEAS WELCOME... :-)
Thanks
BY THE WAY I AM USING UMBRACO 6 MVC mode... if that makes a diffrence I don't know.