|
-
Jul 12th, 2005, 06:19 PM
#1
Thread Starter
New Member
ASP.NET beta 2 -connecting to database
I want to change from one db to another one, but I do not understand how.
I have change the <connectionStrings> in web.config
An in the <asp:Login> form I cant see anything I can change;
<asp:Login ID="Login1" runat="server" FailureText="Feil Brukernavn eller passord prøv igjen"
LoginButtonText="Logg inn" PasswordLabelText="Passord" PasswordRequiredErrorMessage="Obs: skriv inn passord"
RememberMeText="Husk meg neste gang" TitleText="Logg inn" UserNameLabelText="Brukernavn:"
UserNameRequiredErrorMessage="Obs: skriv inn Brukernavn" DestinationPageUrl="~/members/Default.aspx" >
</asp:Login>
But det login page is still trying to log in on the old database?
Is it any place I have to change the database that I dont know about?
if you need it:
default
web.config
Sindre
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|