Search code examples
iisssliis-express

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?


Solution

  • 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.