Posted 9/22/2006 3:58:21 PM | | | I am stumped as to how to install the SDK. If some one could help me it would be greatly appreciated.
Here's what I've done:
Created a Web app in VS 2003 called C360Test
Extracted the SDK files to Inetpub\wwwroot\C360test
Ran the license app and copied the files to Inetpub\wwwroot\C360test\licenses
Edited the default.aspx page in VS project to derive the page from AreaPage class. Also added references to the c360 dll's.
Compiled the project with no errors
Edited Inetpub\wwwroot\C360test\config\c360.config to these values
In Inetpub\wwwroot\C360test\Web.config I added the key:
When I open the page the following error occurs:
Access to the path "C:\Inetpub\wwwroot\C360Test\Config\C360Test.config" is denied.
I assume this is because the file is not there?
In Inetpub\wwwroot\C360test\Web.config I changed the key to:
When I open the page the following error occurs:
Unable to find where the c360 products have been installed. Please add the c360Location key in web.config to indicate the location.
I've tried several variaition on this and always seem to get one of these two errors.
Any help would be greatly appreciated.
Thanks
|
| Posted 9/25/2006 8:39:04 AM | | | When I open the page the following error occurs: Access to the path "C:\Inetpub\wwwroot\C360Test\Config\C360Test.config" is denied. I assume this is because the file is not there? This sounds like the permissions are not set correctly on the Config folder. Users need to be able to read and write in this folder so that config files can be read and updated if need be.
When I open the page the following error occurs: Unable to find where the c360 products have been installed. Please add the c360Location key in web.config to indicate the location.
The key you enter in web.config must reflect the name of the virtual directory where you installed the SDK. For example, <add key="c360Location" value="/c360Sdk" />. Also, make sure that the c360.config is present in the config folder. This is the file that the SDK is looking for.
Jeremie Desautels VP, Product Marketing c360 Solutions |
| |
|