Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
970
Can't properly deploy.
posted

VS 2012, Server 2008 running IIS 7.0, Infragistics ASP.Net 2012.2, .NET 4 libraries, IE 10 on W7 developers platform.

I'm new to ASP so this should be a simple solution.  New project, add new web page.  Add a ScriptManager and WebDatePicker

<div>
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
<ig:WebDatePicker ID="WebDatePicker1" runat="server" EditModeFormat="F" Width="250px">
</ig:WebDatePicker>
</div>

and it runs just fine locally.  Now I go to the server, copy over the whole project source and all.  Then I add all of the Infragistics 4 web binaries to the bin directory.  I then go to IIS Manager and Add Application, then set the default page, etc.  When I hit the new page, I get zero errors.  But the control button that should be on the right side is 250px wide.  When I click it I don't get anything and the tooltip shows {0}.  So what did I forget.  Thanks in advance.