Deployment of ASP.NET ajax enabled website to production server
-
Hi, I am using VS 2005 in VISTA Business PC. I developed a AJAX Enabled Website and it is working fine in my PC. But when i deployed it to my server, and when i try to access it, I am getting the following error message box. "Sys.WebForms.PageRequestManagerServerErrorException. The status code that was returned from server was: 502" Can someone help me please. Thank you.
-
Hi, I am using VS 2005 in VISTA Business PC. I developed a AJAX Enabled Website and it is working fine in my PC. But when i deployed it to my server, and when i try to access it, I am getting the following error message box. "Sys.WebForms.PageRequestManagerServerErrorException. The status code that was returned from server was: 502" Can someone help me please. Thank you.
So, You are trying to deploy it on IIS. In which IIS you are deploying ? IIS 6.0 or IIS 7.0 ? Does .NET Framework installed in your production server or ? Check Wheather ASP.NET Exceution is disabled or not in your IIS?
cheers, Abhijit My Recent Article : Beginner's Guide To View State
-
So, You are trying to deploy it on IIS. In which IIS you are deploying ? IIS 6.0 or IIS 7.0 ? Does .NET Framework installed in your production server or ? Check Wheather ASP.NET Exceution is disabled or not in your IIS?
cheers, Abhijit My Recent Article : Beginner's Guide To View State
I am trying to deploy in IIS 6.0 Yes, .Net framework as well as Ajax extensions are also installed. There are few other projects which are developed in ASP.NET 2.0 and they are running fine on Server. Here i think my problem is with AJAX Enabled website. This is my first AJAX enabled site.
-
I am trying to deploy in IIS 6.0 Yes, .Net framework as well as Ajax extensions are also installed. There are few other projects which are developed in ASP.NET 2.0 and they are running fine on Server. Here i think my problem is with AJAX Enabled website. This is my first AJAX enabled site.
SUDHAKAR PALLAM wrote:
Here i think my problem is with AJAX Enabled website. This is my first AJAX enabled site.
No !!! It should not be happend. I think reason is different. Can you please check all WebService Extention are enabled on IIS or not. and let me check if any other issue can happen !!!
cheers, Abhijit My Recent Article : Beginner's Guide To View State