Deploying a Custom .NET Oracle WebCenter Interaction Development
Kit (IDK) Project in IIS
These steps describe how to deploy a custom .NET Oracle
WebCenter Interaction Development Kit (IDK) project in IIS.
These instructions
assume you have installed the .NET version of the Oracle WebCenter
Interaction Development Kit (IDK) and set up Visual Studio for IDK
development.
- Compile the
class that implements the Oracle WebCenter Interaction Development
Kit (IDK) interface(s).
- Content services, identity services and SCI pages require
additional configuration. You must add the class and the assembly
that contains it to the appropriate *Assembly and *Impl keys in the
web.config file in your project. For details, see Web Service Class Names (*Impl).
- If you do not
already have a virtual directory in IIS for your services, add one
using the steps below:
- Navigate
to Internet Services Manager (Internet Information Services) in the Control Panel under Administrative Tools.
- Select Default Web Site.
- Click and type the name of
your Visual Studio location.
- Click Next twice. Type the path to the home directory for
the IDK: <installdir>\idk\6.0\devkit\dotnet.
- Check
both the Read and Scripts only
checkboxes if they are cleared (they should be checked
by default). Click Next then click Finish.
- Copy the compiled class files to the \bin folder in the
<installdir>\idk\<version>\devkit\dotnet directory.