Where in the web.config file does the data directory code go?

  •  08-11-2007, 11:55 PM

    Where in the web.config file does the data directory code go?

    Can you tell me which lines this should go between or can I simply put it at the bottom of the web.config file?

    thanks

      <appSettings>
      ...
       <add key="CuteChat.DataDirectory" value="DesktopModules/CuteSoft_Client/CuteChat" />
      </appSettings>

View Complete Thread