I am in the process of attempting to install the CutechatStandalone v5.0 demonstration package into IIS 6.0. I have run into difficulties and am getting a configuration error between the IIS configuration and the web.config file. The error is shown below:
I currently have the IIS configuration as ASP.NET v1.14322 with the home directory set up in 'DefaultAppPool' and the application name as CuteChat. I have also tried other configurations, including ASP.NET 2.0 and using the AppPool.Net 2.0 and ASP.NET 2.0. I have also tried CutechatStandalone as the application name and still get the same error. I do not know what I am doing wrong here and need your assistance. Thanks in advance.
__________________________________________________________________________________________________________
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 9: <system.web>
Line 10: <customErrors mode="Off"/>
Line 11: <authentication mode="Forms">
Line 12: <forms name=".UserManagementASPXAUTH" loginUrl="~/Login.aspx"/>
Line 13: </authentication>
|