Programmically Using Web Application Tool

Discussion in 'Control Panel API' started by dfowler45, Dec 20, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello,

    I have written an app that creates directories with ASP.net files in them. Problem is I have to go to the web application tool and install the application for it to work. How can I do this programmically in .Net? I don't see an API for it and the info here on the forum is confusing or the answers are obscure. I see this app working very nicely and would like to do the same to 'install' the new apps (directories) that are created. :cool:

    Thank you,

    dfowler45
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    There's no API for application root creation.

    You can consider using Web Deploy to publish your application. Web Deploy can create application.
     
  3. Thanks Bruce! I actually figured it out...I had to add the offending .DLL to the bin directory of the root! :) Thanks again and Merry Christmas!
     
  4. mjp

    mjp

    Glad you worked it out!
     
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