|
-
February 8th, 2008, 11:14 AM
#1
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
-
February 8th, 2008, 11:47 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|