Aleksander Widzki

Aleksander Widzki Student, Akademia
Ekonomiczna im.
Karola Adamieckiego
w K...

Temat: pytanie odnosnie ASP.NET MVC i web.config

Ucze sie ASP.NET MVC i mam problem z jedna rzecza. Domyslnie ASP.NET ma swoja baze z tabelami na loginy, hasla, role, przywileje itd. o nazwie 'aspnetdb.mdf'. Ja oczywiscie chcialbym te tabele dodac do swojej bazy o nazwie 'bazadanych.mdf' zbodnie z tym tutorialem:
http://www.asp.net/learn/mvc/tutorial-17-cs.aspx
sekcja 'Configuring Authentication'.

Jesli teraz mam w web.config:

<connectionStrings>

<add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true"
providerName="System.Data.SqlClient" />

<add name="bazadanychConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\bazadanych.mdf;Integrated Security=True;User Instance=True"
providerName="System.Data.SqlClient" />

</connectionStrings>


to zgodnie z tym tutorialem powinienem zrobic:


<connectionStrings>

<add name="ApplicationServices" connectionString="data source=localhost;Integrated Security=SSPI;Initial Catalog=bazadanych" />
</connectionStrings>

<add name="bazadanychConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\bazadanych.mdf;Integrated Security=True;User Instance=True"
providerName="System.Data.SqlClient" />

</connectionStrings>


tyle, ze to mi nie dziala - dlaczego ?Aleksander Widzki edytował(a) ten post dnia 30.06.09 o godzinie 14:48

konto usunięte

Temat: pytanie odnosnie ASP.NET MVC i web.config

A powiesz nam czym się objawia niedziałanie czy mamy zgadywać, zerkać w szklaną kulę czy też wróżyć z fusów?
Aleksander Widzki

Aleksander Widzki Student, Akademia
Ekonomiczna im.
Karola Adamieckiego
w K...

Temat: pytanie odnosnie ASP.NET MVC i web.config

No tak zapomnialem napisac, dostaje komunikat:

There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store.

The following message may help in diagnosing the problem: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

konto usunięte

Temat: pytanie odnosnie ASP.NET MVC i web.config

Olek, ciagle nie widzisz gdzie jest problem ?:P
Aleksander Widzki

Aleksander Widzki Student, Akademia
Ekonomiczna im.
Karola Adamieckiego
w K...

Temat: pytanie odnosnie ASP.NET MVC i web.config

?

konto usunięte

Temat: pytanie odnosnie ASP.NET MVC i web.config


<connectionStrings>

<add name="ApplicationServices" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\bazadanych.mdf;Integrated Security=True;User Instance=True"
providerName="System.Data.SqlClient"/>

<add name="bazadanychConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\bazadanych.mdf;Integrated Security=True;User Instance=True"
providerName="System.Data.SqlClient" />

</connectionStrings>
Aleksander Widzki

Aleksander Widzki Student, Akademia
Ekonomiczna im.
Karola Adamieckiego
w K...

Temat: pytanie odnosnie ASP.NET MVC i web.config

o dzieki - teraz jest ok :)
Grzegorz W.

Grzegorz W. właściciel, Webio

Temat: pytanie odnosnie ASP.NET MVC i web.config

Nie prosciej zalozyc baze w SQL Express z ktorego korzystasz i wygenerowac tabele do membersip/role/profile providera za pomoca programu aspnet_regsql.exe?

Następna dyskusja:

Logowanie w ASP.NET MVC 3 +...




Wyślij zaproszenie do