开发者

My Jquery libraries won't reload when I navigate back to my page

开发者 https://www.devze.com 2023-03-31 13:37 出处:网络
Hello I am writing a MVC2 开发者_如何学编程site that utilizes several Jquery Libraries to help improve some ui Elements.One particular page updates a database and then navigates back to the original p

Hello I am writing a MVC2 开发者_如何学编程site that utilizes several Jquery Libraries to help improve some ui Elements. One particular page updates a database and then navigates back to the original page and pulls the new data out of the database. Now, for some reason, All of my jquery libraries simply won't reload with them causing a couple of very serious errors. Fidler is telling me there is an HTTP Error 401 - Unauthorized. It happens to all of them. I am not sure why this is? What would cause this?


Are you sure this only happens on reload? That exception would point me towards a security problem with the files on disk. Maybe the web process has no permission to view them? Can you read the files correctly when you try to access them via their url directly?

0

精彩评论

暂无评论...
验证码 换一张
取 消