That's how I did it. I messed around with things and eventually the site to come up (I'm not sure which part of what I did helped the most), but then I got the error that the upgrade couldn't finish because the umbracoMigrate table is missing from my database.
Upgraded to 7.3.1, error in web config on Umbraco.Web.Security.Providers.UsersMembershipProvider
Hey folks,
I just upgraded by downloading the zip from 7.2.8 to 7.3.1, and when I pull up the site, the error I get is:
Exception has been thrown by the target of an invocation.
I don't see Umbraco.Web.Security in my bin. Am I missing something?
-j
No takers? :)
How did you upgrade?
You can try a fully manual upgrade:
Stop the app pool
Stop the web
download a fresh copy of the 7.3.1 zip
Copy the following directories, over-writing everything after taking a backup:
Start up the web
Start up the App Pool
That's how I did it. I messed around with things and eventually the site to come up (I'm not sure which part of what I did helped the most), but then I got the error that the upgrade couldn't finish because the umbracoMigrate table is missing from my database.
-j
What version are you showing in your web.config?
And what permissions does your DB user have on the DB?
is working on a reply...