FORUMS

c360 Forums
 Home        Members    Calendar    Who's On

Welcome Guest ( Login | Register )
      



Help with appSettings for the clone utilityExpand / Collapse
Message
Posted 11/19/2007 4:02:03 AMPost #1875
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
Following the Clone install instructions, I am told to

a. Set the <appSettings> ISVIntegration key to "All" (please note that this value is case sensitive and that the "A" needs to be capitalized): <add key="ISVIntegration" value="All"/>
b. Add the following line inside the <appSettings> element tags:
<add key="CRMServer" value="http://localhost:5555"/>

But as you will see from my web.config below I have no <appSettings> tags, does anyone know where should they go, so that the above can be added?

<?xml version="1.0" encoding="utf-8"?>
<configuration> 
 <system.web>
  <compilation defaultLanguage="C#" debug="false"/>
  <authentication mode="Windows"/>
  <customErrors mode="Off"/>
  <pages buffer="true" enableSessionState="false" enableViewState="false" validateRequest="false"/>
  <sessionState mode="Off"/>
  <trace enabled="false"/>
  <identity impersonate="true"/>
 </system.web> 
</configuration>

« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: kanika.jackson, Ken Champion

PermissionsExpand / Collapse

All times are GMT -5:00, Time now is 7:45am

Powered by InstantForum.NET v4.1.4 © 2008
Execution: 1.141. 12 queries. Compression Enabled.