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....
Asked
Active
Viewed 8,936 times
3
-
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 Answers
0
You can comment out the code that tries to call StringUtil. See this answer: https://stackoverflow.com/a/32488883/3854195
-
yeahhh ... finally solved it!!!!! thank you :) .. why don't they fix it by theirselvers :/ – Awais Ahmad Sep 22 '15 at 17:42
-