This is a migrated thread and some comments may be shown as answers.

Problem moving server from iis 7 to 7.5

3 Answers 91 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Clive Hoggar
Top achievements
Rank 1
Clive Hoggar asked on 27 Jul 2015, 03:17 PM

Hi 

I am in the process of moving my site built with Q3 2013 control set and running on iis 7.0 to a new server running iis 7.5. In both case the server is windows server 2008 R2.

 The problem is that after transferring all the files, including web.config and the telerik dlls in /bin to the new server, the ajax function has stooped working. symptoms: drop list does not display, buttons are not active and do not submit forms etc .

 I did upload a standard ajax toolkit menu to make sure it was not inability to run ajax per se, and it is OK.

 I have a feeling the answer lies in web.config, but I try to leave well alone if possible, since this is a legacy site and I don't plan any development work on it; i just want to relocate to a new server!

Can anyone suggest where the problem might lie, or how I can find out what it is?

Thanks

Clive

3 Answers, 1 is accepted

Sort by
0
David
Top achievements
Rank 1
Iron
Veteran
Iron
answered on 27 Jul 2015, 07:15 PM

How did you copy the site?  Simple xcopy or did use the site export/import features?

 

Assuming you did the xcopy route, check your application pool (or create a unique one for your site).  Is it the correct .NET platform?  Is it properly configured to be pipeline or not?  Is your site configured to support scripting?  

In migrations I have done, I have had to adjust the App Pools and then adjust the permissions of the site.  As your web app now runs as the App Pool worker it no longer uses IUSER.

 

0
Clive Hoggar
Top achievements
Rank 1
answered on 29 Jul 2015, 11:34 AM

Hi

I uploaded the site using a plain file uploader. Exactly the same files as on my development machine. 

ASP.Net 4.0 is installed and registered with IIS and the site is in a 4.0 integrated app pool.

I have run some test pages (which work on my other server and development machine) that confirm

1. Plain old javascript IS working fine (used a date time display script)

2. ASP.net 4.0 ajax IS loaded, and enabled for the test page, according to code I got from the microsoft website

3. A simple ajax control toolkit menu control does NOT work (i.e. no mouseover effects)

4. Telerik controls are not ajaxified

Can you suggest some other diagnostics I might try?

 Thanks

Clive

0
Maria Ilieva
Telerik team
answered on 03 Aug 2015, 08:55 AM
Hi Clive,

Can you please check if you have Dynamic IIS Compression enabled on the new IIS you are trying to upload the project on? If yes try to disable it and see how it goes. Also in case you have RadCompression module in the web.config of your application, try to remove it and verify if this makes any difference.

Regards,
Maria Ilieva
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Clive Hoggar
Top achievements
Rank 1
Answers by
David
Top achievements
Rank 1
Iron
Veteran
Iron
Clive Hoggar
Top achievements
Rank 1
Maria Ilieva
Telerik team
Share this question
or