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

Weird Telerik control behavior - site nonfunctional

2 Answers 123 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 23 Mar 2014, 05:58 AM
I have an aspx web application develop with the Telerik ajax control suite version 2012.2.812.40 which is running on a Win2003 server and IIS version 6.

When the app is deployed under a virtual directory off one of the existing web sites it runs correctly, but when it is deployed on its own site, the Telerik controls are rendered with a different look and do not function properly.  The textbox control is used on the login page and in the latter case the width is smaller and the control always return a blank string to the logic, regardless of what is entered (the app therefore can't get past the login page).  See the attachments below; the urls for the sites are as follows:

Main Site: www.happc360.com
Virtual Directory Site: www.westernesse.com/happc360

Both deployments are pointing to the SAME location on the web server and therefore are running exactly the same code, style sheets, config, etc.  They are also running in the same application pool.

I have gone over the IIS properties of the main site and the virtual directory with a fine tooth comb, but can't see any significant differences.

What would be causing this?




2 Answers, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 27 Mar 2014, 06:24 AM
Hello Richard ,

It seems that the resources are not loaded correctly for some reason. Please have a look at the attached images. Double check if all resources are referenced correctly. Also have a look at these help topics that might be very helpful in this situation:

1. Web Resources Troubleshooting
2. Troubleshooting Deployment on the Production Server
3. Skin Registration

Note: I have also noticed that the mime-types of the requested resources in the two cases are different (see the type column on IE_profiler.jpg image). The html should be of type text/html, the css - html/css and the javascript - text/javascript or application/x-javascript and so on.

I hope this helps.

Regards,
Venelin
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

 
0
Richard
Top achievements
Rank 1
answered on 30 Mar 2014, 10:04 PM
Unchecking the "Verify that the file exists" checkbox on the ".axd" extension solved the problem.

Thank you!
Tags
General Discussions
Asked by
Richard
Top achievements
Rank 1
Answers by
Venelin
Telerik team
Richard
Top achievements
Rank 1
Share this question
or