asp.net login contol using url redirect

From: Rico Wind (usenet_at_rico-wind.dk)
Date: 07/20/05


Date: Wed, 20 Jul 2005 11:51:01 +0200

Hello

I have an asp.net website that uses the login control and a custom build
membership provider. The site is running fine, but the problem is that
i cannot use it in a frame from another site. When logging in the login
screen just reapears. It will however give back a message if a wrong
username/password combination is given.
I could of course put the code on the site that uses the frame, but the
component is to be used from several sites and I would really like to
keep the code on one server to easially be able to upgrade the
underlying pages.

/rw



Relevant Pages

  • How to use membership provider with login control
    ... I have created a custom Membership Provider, ... I have also set deny users ="?" ... The ValidateUser return true, but it can't redierct to home.aspx. ... How can I use Membership Provider without login control? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: SQLException after submitting form in ASP.Net 2.0
    ... You have to execute InstallCommon.sql too ... I developed a form using Login Control in ASP.Net 2.0. ... used Membership provider. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Login default provider
    ... 'couldnt connect to SqlServer Express....'. ... Unless you specify otherwise, the Login control uses the default ... I dont have a membership provider in my web config, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: web.config credentials section - original reply
    ... default membership provider ... membership APIs don't check the credentials stored in web.config. ... You are free to write a custom membership provider that can validate user ... Or you can write a custom Login control that can do this. ...
    (microsoft.public.dotnet.framework.aspnet)