FxCop Rule to Identify DB Connection Pooling
-
Monday, September 03, 2012 7:09 AM
Hi
I want to create a custom FxCop rule to identify connection pooling enabled in the web.config file or not.Is there any way to do this.
Thanks
Vasanth
All Replies
-
Tuesday, September 04, 2012 9:50 AMModerator
Hi Vasanth,
I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
Best Regards,
Jack Zhai [MSFT]
MSDN Community Support | Feedback to us
-
Wednesday, September 05, 2012 6:01 AM
Hi Jack
I have followed this approach.What i did is I pass the "ModuleNode" as a parameter and from the Module.Directory i find the web.config and read the config file using ConfigXmlDocument.Is this the correct approach?.Kindly give your thoughts on this.
Best regards
Vasantharajan

