Search code examples
asp.netiisintranet

Internal ASP.NET Web Application deployment to IIS


I have an ASP.NET 2.0 application that I am deploying to an IIS 6.0 web server. My ASP.NET application is being deployed as a virtual directory. Currently, this ASP.NET application is publicly visible on the internet. However, I need the ASP.NET application to run only inside of my corporate firewall.

How do I configure my application so that individuals outside of my company canNOT access/use the web application?

Thank you,


Solution

  • I would do one of the following:

    if your app is standalone 1: create separate site for your application with DNS host name that is internal

    if not 2: apply security to your virtual directory (windows auth can be seamless)