In order to run these demos you need the following:
- ASP.NET 2.0
- MSDE, SQL Server 2000, 2005, Express
Connection String Configuration
The samples are set up to run out of the box with SQL Express file based data set up in the App_Data directory. If you're not running SQL Express you'll have to attach the App_Data database preferrably as a AjaxAspNet database. Default Connection strings are provided for both with the local file access enabled by default. The connection string has to be changed in two places in web.config:
- Connection Strings Section
Just change AjaxAspNet connection string to match your database settings- wwDbResourceProvider Section ConnectionString
This connection string is used for the Sql based Resource Provider/Localization
example and should be set to the same connection string as above.
IIS Configuration
If you plan on running with IIS rather than the built-in ASP.NET Web Server, you can run the provided _WebConfiguration.exe file, which can be used to set up a virtual directory and set directory permissions directly. Simply run the utility out of the sample directory with Explorer. Once done you can navigate to the virtual directory you configured - ScriptCallbacks by default.
© Rick
Strahl, West Wind Technologies
|