HTTP Error 500 during HTTP Post

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

    HTTP Error 500 during HTTP Post

    Hi,

    I built a simple WebService with a method, that returns a string. When
    I run the project in VS.NET, the asmx file is shown properly and I can
    select the method. The following page offers the button for calling
    the method using HTTP Post. Clicking this button results in an empty
    html page with the HTTP Error 500 - internal server error. Can anybody
    help, please?

    TIA, Frank


  • Alvin Bruney [MVP - ASP.NET]

    #2
    Re: HTTP Error 500 during HTTP Post

    post your code? before posting, if you are running iis 6 and server 03, you
    may want to allow the get and post

    --
    Regards,
    Alvin Bruney - ASP.NET MVP

    [Shameless Author Plug]
    The Microsoft Office Web Components Black Book with .NET
    Now available @ www.lulu.com/owc, Amazon.com etc
    "Frank Jeseit" <buddyholly4@gm x.de> wrote in message
    news:e3Ri%2354X FHA.3584@TK2MSF TNGP14.phx.gbl. ..[color=blue]
    > Hi,
    >
    > I built a simple WebService with a method, that returns a string. When I
    > run the project in VS.NET, the asmx file is shown properly and I can
    > select the method. The following page offers the button for calling the
    > method using HTTP Post. Clicking this button results in an empty html page
    > with the HTTP Error 500 - internal server error. Can anybody help, please?
    >
    > TIA, Frank
    >[/color]


    Comment

    • Frank Jeseit

      #3
      Re: HTTP Error 500 during HTTP Post

      Hi Alvin,

      thank You for replying.[color=blue]
      > post your code? before posting, if you are running iis 6 and
      > server 03, you may want to allow the get and post[/color]

      Surely it's no problem with the code. The WebService ran a few weeks
      before. I think, there's something wrong with the iis config. Eventlog
      says, the
      IUSR_SERVER could not be logged on, because "the module wasn't found"
      (or something similar, I use a german OS).



      TIA, Frank


      Comment

      • Frank Jeseit

        #4
        Re: HTTP Error 500 during HTTP Post

        Hi,
        [color=blue]
        > config. Eventlog says, the
        > IUSR_SERVER could not be logged on, because "the module wasn't
        > found" (or something similar, I use a german OS).[/color]

        I solved the problem so far. I use another account and it works.

        regards, Frank


        Comment

        Working...