Dear DayPilot,
I'm intergrating the DayPilot Scheduler (DayPilotPro-7.3.2834) to make an web application. Unfortunately i'm having some troubles using the scheduler. To make sure that the problem is at the scheduler, i've started an new (.NET Framework 4) ASP.NET Empty Web Application. Added a new empty aspx form and only add the scheduler module to the form. When I run the project (at visual studio 2012) at my development machine; everything works fine. Yet when i deploy the website to a server (Windows Server 2008 R2 Standard), i'm only getting a blank screen (also see attachment example.png). Do you have any suggestions... I allready compaired application pool framework versions, they are both identical. Also i've found out, that when I open the server url with Firefox; the scheduler is showing (see attachment example.png). I'm hoping you can help me.
With kind regards,
Wendel
[aspx content]
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="SchedulerTest.Default" %>
<%@ Register Assembly="DayPilot" Namespace="DayPilot.Web.Ui" TagPrefix="DayPilot" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<DayPilot:DayPilotScheduler ID="DayPilotScheduler1" runat="server"></DayPilot:DayPilotScheduler>
</div>
</form>
</body>
</html>