Hi!
I don't know if this has been answered already and a search gave to many results.
I have a website that is built with ASP.NET and that uses some javascript.
When I run a debug on localhost to check for errors the ASP.NET code works just fine, but every single piece of javascript code generates some kind of error on a OnClick event.
The specifik error is not important. What is important is that it is an error.
When I publish to a dedicated webserver the javascript does yields no errors what so ever.
I have done a few google searches and the few hits that I got with this problem gave no answers, just a few lame excuses that the security settings may be to high or something like it.
Now, I have tried this with a very low setting with the same result.
So. What's the difference, besides this being localhost, between a webserver on localhost and a webserver on a server?
And why do I, and others, get a javascript error only on localhost?
I'm running IIS on both with identical configurations.