Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diffrent Web.Host project all application service show two project. #6954

Closed
tayfunuyar opened this issue May 15, 2024 · 4 comments
Closed

Comments

@tayfunuyar
Copy link

Hi,
I have a copy project with Company.Web.Host.
My copy web project show application services same with Company.Web.Host
How to show only custom application service diffrent Web.Host project.

@ismcagdas
Copy link
Member

I think easiest way is to create a new Company.Custom.Application project and move your custom app services into this project. Then, you can reference Company.Custom.Application to your copied Company.Web.Host project.

@tayfunuyar
Copy link
Author

@ismcagdas thanks for quick response.
How to resolve authentication service for this solution
Do I need to add Common.Application (for User,General,Setting) for the common application service?

@ismcagdas
Copy link
Member

No, it will cause problems. You can add same references your current Application project has to newly created applicaiton service. Then, auth, settings etc... should be accessible.

@tayfunuyar
Copy link
Author

Thanks @ismcagdas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants