Hi,
There is no tutorial explaining how to setup a web site (or web application) to use webshdule.
I'm working on windows xp and there is no inetpub folders on C drive.
All the forms are located at : C:\Program Files\Infragistics\NetAdvantage 2010.1\ASP.NET\CLR2.0\Forms\WebSchedule.
i've copied the aspx page in a Folder name "Forms" in my website. i've also copied folders "Scripts", "Style", "Image", "App_code" and "GlobalRessource) in my website.
i have put this in wy web.config file :
<infragistics.web styleSetName="Default" formsDirectory="~/Forms/" javaScriptDirectory="~/Scripts/" imageDirectory="~/Images/" cssDirectory="~/Styles/" />
When i run my site, i got javascript error : "Can't init script for webscheduleInfo"
Am i doing something wrong?