I am having another problem when I deploy my ASP.Net web application on IIS. My entire web page is working fine but the javascripts are not running on browser. I believe it has nothing to do with the Infragistic controls on my web page but still I am posting this query here as I am unable to fix this and its urgent. If I debug my solution I can see the parameters are passing correctly to the url to navigate to another web page but it is giving me Object reference not set to an instance of an object error.
Any kind of help would be appreciated.
Hello mmegha,
Let me know if you have additional questions.
In order to be sure that this behavior is not caused by deployment of our controls on ISS you should read our ASP deployment overview here - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.1/CLR4.0/html/Web_Deployment_Overview.html - to see what files are required for our controls to function properly.
You should also read the following articles that shows how to deploy the ASP application that uses our controls to the IIS server - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.1/CLR4.0/html/Web_Deploying_Your_Application.html
If this exception is not related to our controls you can read the articles on IIS official site about deploying web applications on IIS Server - http://learn.iis.net/page.aspx/37/deploying-web-sites-on-iis-7-and-above/
Let me know if you have further questions.