I have an asp.net web application which uses a jquery multiple select dropdown list. It works perfectly in VS 2012 development server. But once I publish it to our web server and when I access the page using IP, the control fails and throws script errors. I dont know where to check.
Asked
Active
Viewed 1,575 times
0
-
1Are the scripts being served to the client? Open a debugger and make sure they return 200 or 304. – Malk Oct 21 '14 at 18:22
-
Have you deployed your scripts too! – Arindam Nayak Oct 21 '14 at 18:24
-
Are there any errors on the browser's developer tool? – Louis Michael Oct 21 '14 at 22:27
-
Yes it is throwing script error on the controls javascript. Error is the object is not available. It is like the script file is not accessible – Binil Oct 22 '14 at 04:48
1 Answers
0
The issue was actually related to rendering of CSS. I found this link from
CSS renders differently on web server than on development environment.
Added a meta tag for IE -