3

I worked with this top solution provided on the stack over flow till now Visual Studio 2013 and ASP.NET Web Configuration Tool. I used it perfectly but now i have stuck in another problem having an internal error like "CS0122: 'System.Configuration.StringUtil' is inaccessible due to its protection level" Any help please....

Community
  • 1
  • 1
Awais Ahmad
  • 427
  • 3
  • 17
  • Rather than continuing to use an old unsupported tool that you have to hack to work, why not write your own interface? Or use [a replacement tool](http://www.hanselman.com/blog/ThinktectureIdentityManagerAsAReplacementForTheASPNETWebSiteAdministrationTool.aspx)? – mason Sep 22 '15 at 17:22

1 Answers1

0

You can comment out the code that tries to call StringUtil. See this answer: https://stackoverflow.com/a/32488883/3854195

Community
  • 1
  • 1
Morpheus
  • 1,616
  • 1
  • 21
  • 31