So, I've got a script that reads multiple config files for matches (maxconnection) and then outputs if it found a match or not.
I want to visually confirm the match to verify settings in the file:
<add address="*"
maxconnection="2"
/>
This should output as...
This is similar to this post:
http://www.tek-tips.com/viewthread.cfm?qid=1168363&page=1
I've written a script that will search a machine.config for various strings. It has just occurred to me that there might be varying installs of .NET Framework.
This is what I need to do:
Search under...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.