Results 1 to 3 of 3

Thread: WCF Service host in Windows service

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2010
    Posts
    3

    WCF Service host in Windows service

    I create WCF service library and i test that working fine on WCF Test client(default). when i host the WCF service in winodws service that time i got the error. I am using windows XP sp3, .Net 3.5 and Visual Studio 2008.

    Error opening host : HTTP could not register URL "http://+:8731/WCFServerDLL/Service1/." Your process does not have access rights to this namespace (see "http://go.microsoft.com/fwlink/?LinkId=70353" for details).

    the above link for microsoft to given and refer to implement the httpcfg.
    Here i run the "httpcfg.exe set urlacl /u http://localhost:8731/WCFServerDLL/Service1/ /a"

    i get the result

    HttpSetServiceConfiguration completed with 0.
    I got same issue, what is the problem? can you give me a suggation.

  2. #2
    Frenzied Member Lightning's Avatar
    Join Date
    Oct 2002
    Location
    Eygelshoven
    Posts
    1,611

    Re: WCF Service host in Windows service

    Why is the a + sign in the url?
    VB6 & C# (WCF LINQ) mostly


    If you need help with a WPF/WCF question post in the NEW WPF & WCF forum and we will try help the best we can

    My site

    My blog, couding troubles and solutions

    Free online tools

  3. #3

    Thread Starter
    New Member
    Join Date
    Dec 2010
    Posts
    3

    Re: WCF Service host in Windows service

    Quote Originally Posted by Lightning View Post
    Why is the a + sign in the url?
    + sign,that is Error message as created by .Net for 'localhost'.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width