webservice securityexception request failed

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • patrickinchicago

    #1

    webservice securityexception request failed


    Hi!
    I'm trying to debug a wcf service on a local machine, using a
    servicehost to create a service on localhost, and i'm getting a very
    unhelpful error

    the offending code is this :

    servicehost = New ServiceHost(Get Type(MasterComm ander.StatsCons umer),
    statsbaseAddres s)

    and it returns this :

    A first chance exception of type 'System.Securit y.SecurityExcep tion'
    occurred in mscorlib.dll

    Additional information: Request failed.

    ...
    I've looked around the forums a bit and often this is caused because
    people are running it off of a network drive, but i'm on a local
    machine, so this can't be my problem.

    thanks for any clues you can give me.
    patrick


    --
    patrickinchicag o
    ------------------------------------------------------------------------
    patrickinchicag o's Profile: http://www.msusenet.com/member.php?userid=7283
    View this thread: http://www.msusenet.com/t-1874591627

Working...