I cant seem to configure cutechat.
I have placed the \web folder in my website root. Created a virtual directory in IIS that points to this folder.
Now when I approach my website as: www.mysite.com/web I get the following error:
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'Samples' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
|
Line 313: <add namespace="System.Web.Security.SqlMembershipProvider"/>
Line 314: <add namespace="System.Web.UI.HtmlControls"/>
Line 315: <add namespace="Samples.AccessProviders"/>
Line 316: </namespaces>
Line 317: </pages>
|
Source File: c:\Clients\C4204\web.config
Line: 315
Now my own website does work with this web.config, so I dont know what im doing wrong...why does cutechat look in the web.config of my own site and not just in its own web.config in \web?
Thanks!