Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create SDDL failed, Error: 1332

I'm trying to use IIS Express with Visual Studio 2010 SP1.

I'm following this tutorial. When I run this command.

netsh http add urlacl url=https://Melnibone:443/ user=everyone 

I get this message:

Create SDDL failed, Error: 1332 

What's happening?

like image 469
VansFannel Avatar asked Sep 17 '13 16:09

VansFannel


1 Answers

Well, I have found the problem.

I'm running Windows 7 in Spanish, so the right command is:

netsh http add urlacl url=https://Melnibone:443/ user=todos 

Funny, isn't it?

UPDATE:

If you want, you can add a comment to this question telling us how it is in your language.

like image 91
VansFannel Avatar answered Nov 08 '22 15:11

VansFannel