Base solution for your next web application
Open Closed

Create MVC page(s) which require no authentication (anonymous) in the Web.Mvc project #10252


User avatar
0
ctallos created
  • What is your product version? v1.0.3.0rc-1
  • What is your product type? (MVC)
  • What is product framework type? (.net core)

I need to create a page that can be accessed publicly without going through the application login. For example when going to a tenant site e.g. default.domain.com or demo.domain.com, public users will be greeted by a home page customized and themed by the tenant themselves. The host admin will remain as-is.

  • Page(s) should be publicly available (like a home page, news, about, etc.)
  • Page(s) should be able to use aspnetzero localization
  • Page(s) should have components managed by the tenant based on the theme they select

Is there an example of this being done somewhere? If so, can you please be specific "exactly" where to find this?


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

    Hi @ctallos

    There is no such example but you can follow such an approach. Define settings for customizing the page you want to build and then create a section on tenant settings page to modify these settings.

    After all, you can get setting values in the page you are going to build and customize the page accordingly.

  • User Avatar
    0
    ctallos created

    I feel as though I've been thrown a red herring here. How about this question then instead. Can you point me to a company or independent contractor that might want to get paid to implement such an approach?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @ctallos

    You can contact with [email protected] for that.

    Thanks,