Base solution for your next web application
Open Closed

Public Website Included #2955


User avatar
0
justinp created

I wanted to evaluate the public website that is included in the application to determine how much to reuse and how much to rewrite. What I really want to understand is:

  • What is included?
  • If it integrates with the API/UI solutions. If yes, how?
  • How do we get and configure the website if we are using the CORE + Angular solution? I understand from what is written on the aspnetzero website that it is "ASP.NET MVC based application for your public web site."

Thanks


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Angular2 version does not contain frontend but ASP.NET MVC 5.x and ASP.NET Core versions do. It contains Home and About pages, not much but, main idea is a starting point for your frontend.

    If you want to use it in angular2 version, you need to create a new project with ASP.NET Core & jQuery and copy necessary files to your solution.

    Thanks.

  • User Avatar
    0
    justinp created

    Is the public website in 4.1 a mistake or is this implemented intentionally? Is there any guidance on using the public website, or is it the same as other project types (MVC+jQuery)?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @JustinP,

    Yes we developed it on purpose :). Why did you think it might be a mistake ?

    Also yes, it is a ASP.NET Core & jQuery application. It just provides a way to login users form your admin website. You can also use most of the features in admin website like calling app services from client side etc...

    We did this to host public website seperately because including it in our Angular4 version was not a good idea. Also, having a multi page public website is good for SEO.

    Thanks.