CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2000
    Posts
    33

    IIS web.config file

    Hi,

    I host some .NET remoting objects in IIS .NET Framework 2.0, IIS 6.0

    Everything is working well with my remote objects.

    But now, how could I add other settings in the web.config file for my remote objects? It seems that the tag <applicationSettings> is not supported in IIS but its the tag I used for the settings of my server dll in visual sudio.

    Thanx

  2. #2
    Join Date
    May 2000
    Posts
    33

    Re: IIS web.config file

    The keyword to add settings in the web.cong file is : appSettings and not : applicationSettings

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured