R
RG EPM
I'm developing some code that will handle proejct server Save and Publish
events and wanted to incorporate the Microsoft Enterprise Library into the
code that will handle exception handling and logging.
The problem I'm having is trying to determine where to located the
app.config file for the Enterprise Library and which web.config I need to
reference it using <appSettings file="app.config"></appSettings>.
I've been able to place the XML from the app.config into the machine.config
with success, but if I try to reference it using <appSettings
file="app.config"></appSettings> in the web.config file within
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG or other web.config
files under WSS or Project Server paths, the Enterprise Library is unable to
located the config settings
Any suggestions would be helpful.
events and wanted to incorporate the Microsoft Enterprise Library into the
code that will handle exception handling and logging.
The problem I'm having is trying to determine where to located the
app.config file for the Enterprise Library and which web.config I need to
reference it using <appSettings file="app.config"></appSettings>.
I've been able to place the XML from the app.config into the machine.config
with success, but if I try to reference it using <appSettings
file="app.config"></appSettings> in the web.config file within
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG or other web.config
files under WSS or Project Server paths, the Enterprise Library is unable to
located the config settings
Any suggestions would be helpful.