In a Windows 2003 domain, I would like to create a SRV record programmatically at install time to advertise to clients where my server is located.
Since I do not have the luxury of running as Domain Admin, what kind of permissions do I need to have to create the SRV record?
Generally I'd be using the .NET classes to create the SRV record. I just don't want to go down the wrong architectural path here.