Click to See Complete Forum and Search --> : IIS web.config file


FMadore
February 8th, 2008, 10:14 AM
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

FMadore
February 8th, 2008, 10:47 AM
The keyword to add settings in the web.cong file is : appSettings and not : applicationSettings