0

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.

Arindam Nayak
  • 7,298
  • 4
  • 31
  • 47
Binil
  • 105
  • 9

1 Answers1

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 -

Community
  • 1
  • 1
Binil
  • 105
  • 9