Hai Friends,
I try to include LiveSupportWeb in my existing Online application in remote server.For the deployment ,I created a Directory namely LiveSupportWeb and uploaded all the necessory files into that directory including the Cutesoft_client.and all dll files are loaded into my applications roots Bin Directory.My root directory having webconfig and global.aspx files and Livesupportweb having its own webconfig and global.aspx files. when i try to run the following error obtained. (when i try to combine the 2 webconfig files both having different authentication modes; My Existing aplication having 'windows' authentication mode and Livesupport having 'Form' authentication. and both the global.aspx having different namespaces...)Please help me to run the Livesupport Online....Please Go thru the error...
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 7: <compilation defaultLanguage="c#" debug="true" />
Line 8: <customErrors mode="Off" />
Line 9: <authentication mode="Forms">
Line 10: <forms timeout="100000000" />
Line 11: </authentication>
|
Source File: C:\Domains\trinettechnoreality.com\wwwroot\LiveSupportWeb\web.config Line: 9
Thanks in Advance
Bijesh