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
95
Setup an application to use Webschedule
posted

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?