How to deploy my msi file to the web server

Discussion in 'ASP.NET / ASP.NET Core' started by Bruce, Nov 11, 2004.

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

    Bruce DiscountASP.NET Staff

    We do not install msi file on our server.

    If your application is created with VS.NET, you should use the copy project feature.

    If this is a commerical application, you should install it on your computer first and upload the content.

    In addition, the error you get is caused by that the directory is not set up as an application. Set up the directory as an application using the web application tool in the control panel.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  2. I have my msi file and I want to deploy it to the discountasp.net web server.
    Howto doit?

    Before to create the msi file, I uploaded just all the files but I got this error:


    Server Error in '/' Application.


    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

    Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

    Source Error:






    Code:
    Line 23:           "Forms", "Passport" and "None"
    Line 24:     -->
    Line 25:     <authentication mode="Windows" /> 
    Line 26: 
    Line 27: 
    Source File: E:\web\eblackboar1\htdocs\WebExam\web.config Line: 25


    Can anybody help me?[​IMG]
     
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