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

Script Not working on staging server

1 Answer 71 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
roshani
Top achievements
Rank 1
roshani asked on 29 Mar 2011, 11:54 AM
Hello admin,

I am using the radscheduler  in our project. Everything is working fine on the local machine. Also the precompiled code runs finely on the local machine. But after uploding the same to staging server some of the fuction of the scheduler not working properly. I am unable to track the issue. The local machine is configured with windows 2007 whereas staging server  has windows 2003.
Following is the handlers section for web.confing. 

<
handlers>
<remove name="WebServiceHandlerFactory-Integrated"/>
<remove name="ScriptHandlerFactory"/>
<remove name="ScriptHandlerFactoryAppServices"/>
<remove name="ScriptResource"/><remove name="UrlRoutingHandler"/>
<add name="HtmlPages" path="*.html" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,runtimeVersionv2.0,bitness32"/>
<add name="Exececute Xml Package" preCondition="integratedMode" path="execpackage.aspx" verb="*" type="ExecXmlPackage"/>
<add name="Chart Image Handler" path="ChartImage.axd" verb="*" preCondition="integratedMode" type="Telerik.Web.UI.ChartHttpHandler"/>
<add name="Telerik_Web_UI_DialogHandler_aspx" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*"/>
<add name="Telerik.ReportViewer.axd_*" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=4.2.10.1110, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode"/>
<add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource,Culture=neutral, PublicKeyToken=a9d7983dfcc261be"/>
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add name="ScriptResource" verb="GET,HEAD" path="ScriptResource.axd" preCondition="integratedMode" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add name="UrlRoutingHandler" verb="*" path="UrlRouting.axd" preCondition="integratedMode" type="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/></handlers>
when I double click on the timeslot of the scheduler the modal form opens but whe i tried to select the time from the date picker, nothing happens on the form save,cancel, close buttons also do not work. While the same runs fine on the local machine. Also i tried to hide the recurrence editor check box using following code -
function OnClientFormCreated(sender, eventArgs) {
            var $ = $telerik.$;
            $('.RecurrenceEditor').hide();
        }
This works on local machine but not on the staging site. How can i resolve this problem ? All the devlopement has been done.
please reply soon.

Thanks,
roshani

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 30 Mar 2011, 01:25 PM
Hello roshani,

Please, try the suggestion from the Troubleshooting deployment on the production server help topic.


Greetings,
Peter
the Telerik team
Tags
Scheduler
Asked by
roshani
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or