ASP.NET multi-Tenant Application

前端 未结 4 878
轻奢々
轻奢々 2021-02-04 19:15

I have an Asp.net application 3.5. I want to be able to allow multiple/ different clients to access the same application but using different URL\'s. I have already managed to co

4条回答
  •  生来不讨喜
    2021-02-04 19:41

    To have different url's using the same application, i would use "301 redirect" subdomains. I'm not really sure how to have a webapp create these subdomains.

提交回复
热议问题