Installing the UGC extension to a .NET Web site
If you add the extension to a .NET Web site, a number of configuration tasks are required.
- Adding the Ambient Data Framework client to a .NET Web application
Set up the Ambient Data Framework client in a Web application by editing its Web.config file. - Configuring UGC in the .NET Web application definition
Edit the .NET Web application definition file, Web.config, to enable UGC. - Configuring Claim forwarding in the Ambient Data Framework configuration for the UGC Web site extension
To ensure that Claims can be forwarded from your .NET Web extension, update the Ambient Data Framework configuration file, cd_ambient_conf.xml. - Specifying UGC Server Controls in your Page Templates
Your Page Templates need a directive if you added Server Controls. - Deploying the .NET Web application
Deploy the Server Role as a Web application by starting the Web application. Refer to your IIS documentation to learn how.