Open Closed

Add public project in existing project #3516


User avatar
0
kapil created
  • ABP Framework version: v5.2.1
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I want to add web.public project in existing project then what should i do?


2 Answer(s)
  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    I want to add web.public project in existing project then what should i do?

    Hi, we don't have any built-in command that can add a public-web project to your solution.


    You can create a new project with the public-website option and then move the public-web project to your existing solution and make the necessary changes.

    To create a project with the public-website option, you can use the --with-public-website as below:

    abp new Acme.BookStore --with-public-website
    
  • User Avatar
    0
    kapil created

    Ok thanks.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11