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. ISAPI Authentication in asp.Net

ISAPI Authentication in asp.Net

Scheduled Pinned Locked Moved ASP.NET
csharpquestionasp-netsecurityhelp
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.
  • S Offline
    S Offline
    Saranya B
    wrote on last edited by
    #1

    Hello everybody, Can anybody help me how can I implement ISAPI Authentication in my application using C#.Net? Are Form Authentication and ISAPI Authentication one and same? Anticipating for your answers!!! Thank You... -Saranya Balasubramanian

    N 1 Reply Last reply
    0
    • S Saranya B

      Hello everybody, Can anybody help me how can I implement ISAPI Authentication in my application using C#.Net? Are Form Authentication and ISAPI Authentication one and same? Anticipating for your answers!!! Thank You... -Saranya Balasubramanian

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      ISAPI is Internet Server Application Programming Interface.

      Saranya B wrote:

      Are Form Authentication and ISAPI Authentication one and same?

      I think both are different. ISAPI authentication is used in the IIS. Basically they are programs (non cgi executables ) written to interact with the webserver requests. There are basically 2 types of ISAPI programs. Extensions and filters. ISAPI filters can modify incoming and outgoing requests. Main problem for this method is, it can stop your webserver from working once this programs got crashed.

      Saranya B wrote:

      can I implement ISAPI Authentication in my application using C#.Net

      I am not sure regarding this. I think it is done at the end of IIS. Could you tell me why you are so specific on using this method ?

      Navaneeth My Website

      S 1 Reply Last reply
      0
      • N N a v a n e e t h

        ISAPI is Internet Server Application Programming Interface.

        Saranya B wrote:

        Are Form Authentication and ISAPI Authentication one and same?

        I think both are different. ISAPI authentication is used in the IIS. Basically they are programs (non cgi executables ) written to interact with the webserver requests. There are basically 2 types of ISAPI programs. Extensions and filters. ISAPI filters can modify incoming and outgoing requests. Main problem for this method is, it can stop your webserver from working once this programs got crashed.

        Saranya B wrote:

        can I implement ISAPI Authentication in my application using C#.Net

        I am not sure regarding this. I think it is done at the end of IIS. Could you tell me why you are so specific on using this method ?

        Navaneeth My Website

        S Offline
        S Offline
        Saranya B
        wrote on last edited by
        #3

        My application will be used by internal users and also users from outside. So, I cant use windows authentication. And the requirement is to use ISAPI Authentication. Any idea on how to implement this?

        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