Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. HTTP Handler Problem

HTTP Handler Problem

Scheduled Pinned Locked Moved C#
csharpquestionasp-netvisual-studiosysadmin
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    snouto
    wrote on last edited by
    #1

    Hello everybody , i have created an ASP.NET Web service application , but in the same solution i have created a class that implements IHTTPHandler interface and i used this class in my web.config file as the main http handler for *.asmx extensions , i have put the following line

    it works fine in Cassini embedded web server in visual studio . but when i deploy it to my domain web server , it tells me it could not load this type or its dependencies whereas this class is associated with one of the solution folders. how can i solve this problem IIS 6 ?

    Human knowledge belongs to the world.

    L N 2 Replies Last reply
    0
    • S snouto

      Hello everybody , i have created an ASP.NET Web service application , but in the same solution i have created a class that implements IHTTPHandler interface and i used this class in my web.config file as the main http handler for *.asmx extensions , i have put the following line

      it works fine in Cassini embedded web server in visual studio . but when i deploy it to my domain web server , it tells me it could not load this type or its dependencies whereas this class is associated with one of the solution folders. how can i solve this problem IIS 6 ?

      Human knowledge belongs to the world.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      snouto wrote:

      how can i solve this problem

      You could satart by posting in the correct forum[^].

      Just say 'NO' to evaluated arguments for diadic functions! Ash

      1 Reply Last reply
      0
      • S snouto

        Hello everybody , i have created an ASP.NET Web service application , but in the same solution i have created a class that implements IHTTPHandler interface and i used this class in my web.config file as the main http handler for *.asmx extensions , i have put the following line

        it works fine in Cassini embedded web server in visual studio . but when i deploy it to my domain web server , it tells me it could not load this type or its dependencies whereas this class is associated with one of the solution folders. how can i solve this problem IIS 6 ?

        Human knowledge belongs to the world.

        N Offline
        N Offline
        Not Active
        wrote on last edited by
        #3

        Have you placed the assembly in the GAC on the server?


        I know the language. I've read a book. - _Madmatt

        S 1 Reply Last reply
        0
        • N Not Active

          Have you placed the assembly in the GAC on the server?


          I know the language. I've read a book. - _Madmatt

          S Offline
          S Offline
          snouto
          wrote on last edited by
          #4

          No i can't because it is a shared hosting , but the web service in the local iis is configured successfully and everything works fine

          Human knowledge belongs to the world.

          N 1 Reply Last reply
          0
          • S snouto

            No i can't because it is a shared hosting , but the web service in the local iis is configured successfully and everything works fine

            Human knowledge belongs to the world.

            N Offline
            N Offline
            Not Active
            wrote on last edited by
            #5

            The HttpHandler must be in the GAC since it is an IIS component, not just for your application BTW: You can delete the message in the ASP.NET forum. Richard correctly informed you it should have been posted there, however, the damage has already been done and you have been receiving answers here. Having it two places will be confusing.


            I know the language. I've read a book. - _Madmatt

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups