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: Hi Solved this issue by adding .axd extension to your project in IIS. In IIS6, you can check this in the Website properties --> Home Directory --> Configuration
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: Hi Solved this issue by adding .axd extension to your project in IIS. In IIS6, you can check this in the Website properties --> Home Directory --> Configuration