Hi
I went to the link "http://www.opencalais.com/calaisnet" which talks about:
Calais.NET is a .NET 3.5 project that provides a friendly API to the Calais web service. It greatly simplifies the call structure and provides easy to use lists of extracted entities.
But when I go to the provided url i.e. http://chrisfulstow.com/blog/post/CalaisNET---building-aNET-API-for-the-..., I see the following error:
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
Source Error:
Line 14: <section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/></sectionGroup></sectionGroup></sectionGroup></configSections> Line 15: <BlogEngine> Line 16: <blogProvider defaultProvider="XmlBlogProvider"> |
Source File: E:\web\chrisfulsto\htdocs\blog\web.config Line: 16
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (E:\web\chrisfulsto\htdocs\blog\web.config line 62)
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (E:\web\chrisfulsto\htdocs\blog\web.config line 63)
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (E:\web\chrisfulsto\htdocs\blog\web.config line 75)
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (E:\web\chrisfulsto\htdocs\blog\web.config line 83)
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (E:\web\chrisfulsto\htdocs\blog\web.config line 91)
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3074; ASP.NET Version:2.0.50727.3074
Please help me, I really need this API asap!
Thanks for the help.

You'll find the Calais.Net homepage here : http://calaisdotnet.codeplex.com/