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. PassportIdentity.Compress - ??

PassportIdentity.Compress - ??

Scheduled Pinned Locked Moved C#
asp-netcomsecuritytoolsquestion
3 Posts 2 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.
  • B Offline
    B Offline
    BlackDice
    wrote on last edited by
    #1

    I've tried to use this method just as I see it after Googling every way I can find, and the usage is all the same: string strCompressed = PassportIdentity.Compress(strToCompress); But when I try to use it, I get an exception: "Unable to load dll (aspnet_isapi.dll)". I added a reference to System.Web and a using directive for System.Web.Security, and it just won't work. Any clues as to what I'm screwing up? My Music | My Pics | My Articles BlackDice

    O 1 Reply Last reply
    0
    • B BlackDice

      I've tried to use this method just as I see it after Googling every way I can find, and the usage is all the same: string strCompressed = PassportIdentity.Compress(strToCompress); But when I try to use it, I get an exception: "Unable to load dll (aspnet_isapi.dll)". I added a reference to System.Web and a using directive for System.Web.Security, and it just won't work. Any clues as to what I'm screwing up? My Music | My Pics | My Articles BlackDice

      O Offline
      O Offline
      Office Lineman
      wrote on last edited by
      #2
      1. Are you trying to use it in ASP.NET with Microsoft IIS installed? 2) How are you trying to use it? -- I've killed again, haven't I?
      B 1 Reply Last reply
      0
      • O Office Lineman
        1. Are you trying to use it in ASP.NET with Microsoft IIS installed? 2) How are you trying to use it? -- I've killed again, haven't I?
        B Offline
        B Offline
        BlackDice
        wrote on last edited by
        #3

        I've found out I'm using the wrong thing. What I need to use is System.IO.Compression to achieve what I'm trying to do (compress a long string that is sent both ways from client and server using sockets on specific ports) My Music | My Pics | My Articles BlackDice

        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