Hi
I am using ASP.NET 4.0 for my web application. I have used AjaxControlTool kit for using ModalPopup control. It runs fine in my development machine. But when i deploy in production environment i am getting two javascript error messages which are stoping the page functionality altogether.
1) ASP.NET AJAX Client Side framework failed to load.
2) 'Sys' is undefined.
I have tried with the below solutions but none worked.
a) Tried re-installing the framework 4 in my prod server.
b) Tried with new version of AjaxControlTool Kit(4.1).
Could you please help me to solve this issue at the earliest.
Comments: Note: This issue happens only in my production server but not in development machine. Does IE browser settings have any relation to this issue? (Like blocking the javascript from loading? because normally production environments will have 'High' security settings).
I am using ASP.NET 4.0 for my web application. I have used AjaxControlTool kit for using ModalPopup control. It runs fine in my development machine. But when i deploy in production environment i am getting two javascript error messages which are stoping the page functionality altogether.
1) ASP.NET AJAX Client Side framework failed to load.
2) 'Sys' is undefined.
I have tried with the below solutions but none worked.
a) Tried re-installing the framework 4 in my prod server.
b) Tried with new version of AjaxControlTool Kit(4.1).
Could you please help me to solve this issue at the earliest.
Comments: Note: This issue happens only in my production server but not in development machine. Does IE browser settings have any relation to this issue? (Like blocking the javascript from loading? because normally production environments will have 'High' security settings).