摘要:
获取管理员权限 //获取管理员权限 @echo off >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" if '%errorlevel%' NEQ '0' ( echo run as 阅读全文
摘要:
今天继续调试WCF Web API源代码,方向是跟踪其单元测试,结果一上手就出了一个错误: HTTP could not register URL http://+:8000/testservice/. Your process does not have access rights to this 阅读全文