Closed trailmax closed 7 years ago
I haven't personally seen this error before and have to take your word that the firewall is off, so I can only give you general advice:
Indeed, including computer name for local server was the issue. I did not realise that this was the actual address of the remote machine. Removing it worked:
CreatePool(new ApplicationPoolSettings()
{
Name = "MyProject.dev",
IdentityType = IdentityType.LocalSystem,
});
Thank you for pushing into the right direction!
I'm hitting this exception:
I'm running as admin and firewall is off. But I'm trying to configure the localhost (I'm automating my development setup).
I hit problems on trying to create AppPool:
where
MyProject.dev
is a domain name inhosts
file pointing to127.0.01
.Anything I can do to debug?