You are here:
xnodesystems.com > Downloads
Downloads
| Product |
Version |
Download Action |
Purchase Action |
| XField Suite |
1.7.0.0 |
|
|
Installation of XField Suite
To install XField Suite to your Web site or Web application:
- Unzip the downloaded *.zip file to a folder on your computer.
- Copy file "XNode.Web.XField.dll" and "XNode.Web.XField.xml" from the folder containing the
unzipped files to the "Bin" folder of your Web site or Web application. Replace any file with
the same name when prompted.
- If you're building a Web application, add references to file "XNode.Web.XField.dll" in your
application's "Bin" folder from Visual Studio. If you're building a Web site, skip this step.
- In Visual Studio, make sure the "App_Data" folder exists in your Web site or Web application.
- Backup the contents in the "App_Data" folder if it already exists.
- Copy file "XNode.Web.XField.lic" from the folder containing the unzipped files
to the "App_Data" folder mentioned above. Replace any file with the same name when prompted.
- Add XField Suite in the "web.config" file located at the root folder of your Web site or
Web application as follows:
<system.web>
<pages>
<controls>
<add
tagPrefix="xfield"
namespace="XNode.Web.XField.Controls"
assembly="XNode.Web.XField"/>
</controls>
</pages>
</system.web>