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.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on May 20, 2025, 06:55