Hey all, Just started playing about with MVC and liking it heaps. Hard to describe, it just feels nice.
Anyway, something odd happened and trying to work out why i'm now getting an error when I run the site locally. When I opened my solution it gave me a message saying it was modifying my IIS config. The solution file seems to have added local authentication for IIS. Not sure why it did that but I went with it. Now when I run the site I get an error show up "JavaScript critical error at line 1, column 1 in http://localhost:63109/Account/Login?ReturnUrl=/Scripts/jquery.validate.unobtrusive.js SCRIPT1002: Syntax error" hit continue "JavaScript critical error at line 1, column 1 in http://localhost:63109/Account/Login?ReturnUrl=/Scripts/jquery.validate.js SCRIPT1002: Syntax error" Stop Debugging, or Continue. If I Continue then it shows the login page, and shows me being authenticated as my local user account (at top in the user logged in part) Also if I click the link for user name it tells me I have no local login and I can set a local password. So, I get I have some stuff to learn on how the authentication stuff works (locally and remotely when on Azure). But whats with the javascript errors all of a sudden? any tips appreciated... (have been watching some videos from asp.net and pluralsight... but they dont mention what to do when stuff breaks. :) Ideal world stuff) cheers, Stephen
