0

When you create a new MVC project in Visual Studio, you get an AccountController that supports user self-registration and self-help changing passwords. This is great as a basic first step for a public internet site. But for an intranet site where an admin is responsible for creating users and assign them roles, is there any equivalent pre-existing template to start from?

To clarify, I am looking for a template that continues to use basic auth and that continues to use the ASP.Net membership and role services, as does the internet template, but provides UIs for user and role management that are intended for use by an administrator. The site is going to be on the internet but is not going to be "public" per se. There will be one or more sys-admin accounts that will have the ability to provision other users. The site will hosted by a yet-to-be-selected hosting provider.

4

1 回答 1

0

是的,它被称为 Intranet 应用程序。我知道,谁会认为 Intranet 应用程序是 Intranet 应用程序?

MVC3 有 3 个模板,Empty、Internet Application 和 Intranet Application。

在此处输入图像描述

于 2012-04-20T14:10:25.857 回答