authentication - jQuery is Undefined, json is undefined, 'fn' is null or not an object -


i updated jquery, unobtrusive ajax , other libraries in asp.net mvc4 website. things working pretty fine till friday both on localhost on server i'm totally stuck in many weird errors.

errors
1. localhost not resolving 127.0.0.1: have no idea made change everytime press "run" button visual studio, browser not open http:localhost:53381 link instead goes http://173.6.120.31/ - in fact gets nothing. "operation time out" error after time.

if enter http://127.0.0.1 in browser manually website works.
2. jquery, json scripts not published server when publish website server , try access site browser on system site works properly. however on other system, jquery related components has stopped working in internet explorer.

it throws 'jquery undefined', json undefined etc errors on html page.

i googled more , found windows authentication culprit here. using windows authentication , there 2 types of authentication mechanism i.e. negotiate , ntlm.

not sure if removing negotiate can fix issue has totally stopped development.

here snapshot of fiddler while accessing site server. **strange things: script files first report "user authentication problem" download again

enter image description here in advance.

solved deleting browsing history , removing @scripts.render("~/bundles/jqueryval") layout file.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -