开发者

Encrypt web.config Error No mapping between account name and security IDs was done

I am trying to encryp web.confif using RsaProtectedConfigurationProvider. Everything works fine on my machine which is Windows XP. I know I am supposed to use "ASPNET" in following command for XP. My test server is WIndows server 2007 and following command gives me an error. "No mapping between account name and security IDs was done." I know ASPNET is not the default application pool on the 开发者_StackOverflowserver. What command should I use on the server?

aspnet_regiis -pa "NetFrameworkConfigurationKey" "ASPNET" Thanks


Got the answer. Command should be this on the windows server.

It shoud be aspnet_regiis -pa "NetFrameworkConfigurationKey" "NT AUTHORITY\NETWORK SERVICE"

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜