English 中文(简体)
如果有的话,协会会这样做。 NET MVC 4 储存账户信息?
原标题:Where does ASP.NET MVC 4 stores accounts information?

我已经安装了MVC 4,并创建了新的“互联网应用”。 在管理申请和增加一些账户之后,我发现信息存放地点。 我以前曾与第二军委会合作。 它储存在一家银行。 NET数据库。

最佳回答

如果你谈论违约情况,则很可能在明确的情况下储存数据。 在解决方案探索者中,看着隐藏的档案,你应当看到。 否则,利用服务器检查其连接连接连接的数据库。

问题回答

www.un.org/spanish/ecosoc 解决办法探索者没有显示。

A brand new MVC4 app creates tables user data in the database that your default connection string points to. So if a new MVC 4 app is created with the connection string:

<add name="DefaultConnection" connectionString="Data Source=localhostSQLEXPRESS;Integrated Security=SSPI;database=aspnetdb" providerName="System.Data.SqlClient" />

然后,你在新台上点击“登记员”,其结果是设立了以下表格,并刊登在网页上。 该屏幕显示:

“MVC





相关问题
Index was outside the bounds of the array in @Scripts.Render

For each controller have a folder (with the same name controler), and for each action a script file. For each file is creating a bundle following the pattern: "~/Scripts/Controllers/{controller-name}/...

Persist querystring across requests in MVC 3

I have a page containing a list of clients with an ActionLink that allows the user to display (or hide) "inactive" clients. The showInactive=True is attached to the url as a querystring to the ...

How do I create a MVC Razor template for DisplayFor()

I have a couple of properties in my view model that are display-only but I need to retrieve their values using jQuery to perform a calculation on the page. The standard Html.DisplayFor() method just ...

Windows Workflow Foundation 4 and ASP.NET MVC

We are evaluating Windows Workflow Foundation 4 to use in MVC 3 based Web Applications. We would like to create flexible order workflows for different projects. Does anybody know good information ...

Asp.net MVC Authentication how does the Authentication work

May be my question is crazy. 1) ASP.net MVC is stateless, so there is no session involved in here. How does the authentication module work and do you have any articles which you can point me to ...

ASP.NET MVC Razor Concatenation

I m trying the render an HTML list that looks like the following, using the Razor view engine: <ul> <li id="item_1">Item 1</li> <li id="item_2">Item 2</li> </ul&...

Razor actionlink autogenerating ?length=7 in URL?

I have the link below on a razor page: @Html.ActionLink("Create New Profile", "Create", "Profile", new { @class="toplink" }) It appears in thes source of view page as shown below: <a href="/...

MVC 2 / MVC 3 / MVC 4

MVC 2 我们可以轻松地创造领域。 现在,我的问题涉及nes地区(地区内)。

热门标签