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. Web Development
  3. ASP.NET
  4. HTTP Handler

HTTP Handler

Scheduled Pinned Locked Moved ASP.NET
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.

    S 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.

      S Offline
      S Offline
      Sandesh M Patil
      wrote on last edited by
      #2

      Dont ask the same question again as you asked in C# forum :)

      Cheers,
      SMP

      Recent Tip/Tricks
      Prevent a drag and drop text and Copy paste text in your textbox control
      Find a column name within SQL database

      N 1 Reply Last reply
      0
      • S Sandesh M Patil

        Dont ask the same question again as you asked in C# forum :)

        Cheers,
        SMP

        Recent Tip/Tricks
        Prevent a drag and drop text and Copy paste text in your textbox control
        Find a column name within SQL database

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

        This could be confusing to the OP as they were told in the other forum to not post there, and now you are telling them to not post here. If you read the responses to the first posting you would see they have been advised to remove the question from this forum, which they can't do now that you replied to it.


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

        S 1 Reply Last reply
        0
        • N Not Active

          This could be confusing to the OP as they were told in the other forum to not post there, and now you are telling them to not post here. If you read the responses to the first posting you would see they have been advised to remove the question from this forum, which they can't do now that you replied to it.


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

          S Offline
          S Offline
          Sandesh M Patil
          wrote on last edited by
          #4

          Ok thats my misunderstanding, i dont check the timings. Thanks for correcting me, cheers :)

          Cheers,
          SMP

          Recent Tip/Tricks
          Prevent a drag and drop text and Copy paste text in your textbox control
          Find a column name within SQL database

          S 1 Reply Last reply
          0
          • S Sandesh M Patil

            Ok thats my misunderstanding, i dont check the timings. Thanks for correcting me, cheers :)

            Cheers,
            SMP

            Recent Tip/Tricks
            Prevent a drag and drop text and Copy paste text in your textbox control
            Find a column name within SQL database

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

            My friend i would like to inform you that the http handler works fine without injecting the assembly in the GAC , because the http handler is not in a different assembly , it is in the same assembly namespace as the whole project but the problem was as follows . i didn't put the assembly name after declaring the fully qualified namespace of the handler for example the assembly name is GAndroidService and the fully qualified namespace for the handler is GAndroidService.Android.AndroidHandler so the assembly is successfully loaded in memory when the web service runs in the context of asp.net engine so i had to put it like that GAndroidService.Android.AndroidHandler , GAndroidService i hope this could help. Thank you guys for your great support and taking time to reply

            Human knowledge belongs to the world.

            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