Defining an ASP.NET web application in IIS programatically?

Discussion in 'ASP.NET / ASP.NET Core' started by Thomas, Nov 20, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Is it possible to automate the process of defining an ASP.NET web application for newly created folders?


    Thanks
    Thomas

    Post Edited (Thomas) : 11/20/2008 12:45:00 PM GMT
     
  2. Thomas,

    I don't think this will be possible. To start an asp.net application on a subdirectory you will need to configure that subdirectory as an application directory. Currently there is no API that will allow you to do this. This is something that will have to be manually done within the hosting control panel under Web Application Tool which defeats the purpose of 'automate'.

    rcp
    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page