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. What kind of authentication to use?

What kind of authentication to use?

Scheduled Pinned Locked Moved ASP.NET
securityquestioncsharpasp-netsysadmin
4 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.
  • P Offline
    P Offline
    Priya Prk
    wrote on last edited by
    #1

    Dear all, I have a asp.net page to import some files from the local network and export them to other network locations or upload to ftp servers. the user can configure the import and export locations. im using also impersonation with a network domain account to set the read/write permissions on the network machines for the page. The webpage will be used most of the time locally on the webserver, or through lan. so i can't use iis security settings because everybody who is logged in on the webserver can change the iis settings or the web.config file. My question is how to secure the page in this situation? Thanks in advance.

    N 1 Reply Last reply
    0
    • P Priya Prk

      Dear all, I have a asp.net page to import some files from the local network and export them to other network locations or upload to ftp servers. the user can configure the import and export locations. im using also impersonation with a network domain account to set the read/write permissions on the network machines for the page. The webpage will be used most of the time locally on the webserver, or through lan. so i can't use iis security settings because everybody who is logged in on the webserver can change the iis settings or the web.config file. My question is how to secure the page in this situation? Thanks in advance.

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

      Priya Prk wrote:

      everybody who is logged in on the webserver can change the iis settings or the web.config file. My question is how to secure the page in this situation?

      Why would you allow users to change the web.config? How can a user change IIS setting? I think you have more problems with your design than just authentication.


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

      P 1 Reply Last reply
      0
      • N Not Active

        Priya Prk wrote:

        everybody who is logged in on the webserver can change the iis settings or the web.config file. My question is how to secure the page in this situation?

        Why would you allow users to change the web.config? How can a user change IIS setting? I think you have more problems with your design than just authentication.


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

        P Offline
        P Offline
        Priya Prk
        wrote on last edited by
        #3

        Hi Mark, the website will be hosted by the user's company. they can reach it through the local network, but some of them can also log in into the webserver's(iis) pc, in this case they can change the iis or the web.config file. But i want at lease prevent them to use the webapplication.

        N 1 Reply Last reply
        0
        • P Priya Prk

          Hi Mark, the website will be hosted by the user's company. they can reach it through the local network, but some of them can also log in into the webserver's(iis) pc, in this case they can change the iis or the web.config file. But i want at lease prevent them to use the webapplication.

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

          You can't. If they have root access they undo any changes you make to the config or settings.


          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