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)
-
0
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
-
0
Ok thanks.