1
vote
Calling void methods in IIS 7 and not waiting for them to return
I suppose your method being stopped by script timeout. There are different ways to fix it:
Increase script timeout. I would not recommend this one, as the long operation locks Applica …
1
vote
Retrieving IIS 6.0 certificate information in .NET
UPD I just noticed that you need C# but not ASP.NET, so my reply is not correct. You can use System.D …
1
vote
IIS: create subdomain for mail server (newbie)
You should ask it on serverfault.com
IIS is not for domain setup, use dnsmgmt.msc (Start - Administrative Tools - DNS) console instead.
It depends on OS version or mail serv …
