J
Jack Wright
Dear All,
I would like to read the processModel from machine.config.
The following is code I have writte
Dim hConfig As Object =
ConfigurationSettings.GetConfig("system.web/processModel")
But if I try to typecast hConfig with
System.Web.Configuration.ProcessModelConfig I get the following error:
'System.Web.Configuration.ProcessModelConfig' is not accessible in
this context because it is 'Private'.
I would like to access attribute 'responseDeadlockInterval'.
Please help.
TALIA
Many Regards
Sunil
I would like to read the processModel from machine.config.
The following is code I have writte
Dim hConfig As Object =
ConfigurationSettings.GetConfig("system.web/processModel")
But if I try to typecast hConfig with
System.Web.Configuration.ProcessModelConfig I get the following error:
'System.Web.Configuration.ProcessModelConfig' is not accessible in
this context because it is 'Private'.
I would like to access attribute 'responseDeadlockInterval'.
Please help.
TALIA
Many Regards
Sunil