fguigui
fguigui

Reputation: 314

hot towel angular 1.2 - web ap(i) with breeze

I've developed, 2 years ago, a little web app with the .Net project template hot towel angular breeze. It used to work perfectly at this time. I've decided to make it work recently but it doesn't work anymore. In this application there are these technologies :

hot towel angular breeze.

So 2 years ago it used to work.

No I've aborts on the membershiprovider at the Login to the application (The underlying provider failed on Open).

Why doesn't this web app work anymore ?

Any idea ?

I've well seen some posts on this problem, but it doesn't work. I'll show you some code if necessary.

Thanx in advance for your help.

Regards.

PS : I have changed of environment between since the first time, it used to work on windows 7 professional 64 bits, and now it doesn't work on windows 10 professional 64bits. That's the reason ?

Upvotes: 0

Views: 75

Answers (1)

fguigui
fguigui

Reputation: 314

So apparently it's a known problem, and no problem with the connectionString (that is correct).

There is a problem with the membershipProvider, when a Login action is called from the client that is called too soon (use of Webmatrix.Data and Webmatrix.WebData). See this : Attempt by security transparent method 'WebMatrix.WebData.PreApplicationStartCode.Start()'

Then after you have to use Microsoft.AspNet.WebHelpers (another nugget to install) so there will be a problem of compatibility between webmatrix and WebHelpers and do what is explained in this stackoverflow post. And it should be working.

Upvotes: 0

Related Questions