views:

209

answers:

3

I need to register HTTP URL namespace to a particular group of users. On MSDN it is explained that I have to use HttpCfg.exe which appears that doesn't exists for Windows XP 64 bit.

Does anyone has an idea on how to do this?

Regards, Mita Cokic

+1  A: 

Problem is solved using http://blogs.msdn.com/paulwh/attachment/2416236.ashx application. I just add HTTP URL namespace and gave execute right to particular user.

Mita
A: 

The zip file that @Mita posted contains a helpful project for managing namespaces, but I found the companion article more useful: PaulWh discusses the AddressAccessDeniedException.

dthrasher
A: 

Download the Windows Server 2003 Service Pack 2 Support Tools from the Microsoft website here: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=96a35011-fd83-419d-939b-9a772ea2df90&displaylang=en

The tools are 32-bit but are supported on x64.

Simon Piercy