« Previous Next »

Thread: How best to provide access for this scenario?

Last post 01-16-2009 9:13 AM by tomkmvp. 3 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (4 items)

Sort Posts:

  • 01-16-2009, 8:46 AM

    • ioloop
    • Not Ranked
    • Joined on 06-30-2007, 10:32 AM
    • Posts 4

    How best to provide access for this scenario?

    Hi

    I need to allow an external user access to a website running internally on our LAN. This external user has a dynamic IP so I want to password protect access to the website rather than restrict by IP address. How do I best go about setting this up (securely) in IIS?

    Advice appreciated.

  • 01-16-2009, 9:02 AM In reply to

    Re: How best to provide access for this scenario?

    Hi,

    Probably the most secure method would be to use Basic Authentication and SSL. Alternatively, if you have an existing VPN you could provide access via that.

    Regards, 

     

    Paul Lynch | www.iisadmin.co.uk
  • 01-16-2009, 9:03 AM In reply to

    Re: How best to provide access for this scenario?

    My initial thoughts are this will be complex to setup as you want and you will have to change the would setup/infrastructure of your internal website for this 1 user.

    You will have to:

    Make the site visible from the outside world.(allow routing, domain names if neded, etc)

    Disable the anoymous access (which I presume you are using at the moment) and force all the pages in your site to be logged in by the user accounts (active directory or create accounts on the server, etc)

    Give the user another sepearte account.

    But this way everyone will have to login to the server to get access to it.

  • 01-16-2009, 9:13 AM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 10:27 AM
    • Central NJ
    • Posts 6,232
    • IIS MVPs

    Re: How best to provide access for this scenario?

Page 1 of 1 (4 items)
Microsoft Communities