Image not showing in MasterPage during login
I have an image in the masterpage which works fine everywhere except
the login page. I have the login control on a page (login.aspx
naturally) and the user is directed to it via forms authentication. On
that page, the image in the masterpage is replaced by the default
square. Anyone know what's up with this?
.
Relevant Pages
- Re: ASP.NET 2.0 Login control
... masterpage). ... then get a reference to your login button in the login control (convert ... i got this information searching the msdn asp.net documentation and it ... when the login control is configured to "refresh" itself on the client ... (microsoft.public.dotnet.framework.aspnet) - Re: What Determines the Default Page (And How to Change)?
... it appears they just get taken to the login page even though they are already logged in and authentication code withing default.aspx would never get a chance to run. ... "Jonathan Wood" wrote in message ... I implemented this by redirecting the user to the appropriate home page in the handler for the LoggedIn event of the Login control. ... For example, if I check the Remember Me box and then disconnect and then reconnect, I go straight to default.aspx in the root folder withough having to log in again. ... (microsoft.public.dotnet.framework.aspnet) - Re: can someone explain this weird behaviour?
... IIS to also authenticate with another protocol before even allowing ... authentication scheme seems confusing, and I agree -- and that is why ... The "Dir Security" property you change is one of the ... But for the same asp.net application with the same login control etc.. ... (microsoft.public.inetserver.iis.security) - Re: Forms authentication credentials fail
... the login control does not work againt the section in web.config ... handle the authenticate event of the login control and call FormsAuthentication.Authenticate ... I have a site with an admin folder that is protected with forms ... to use my own user authentication for the rest of the site. ... (microsoft.public.dotnet.framework.aspnet.security) - Re: Image not showing in MasterPage during login
... I have the login control on a page (login.aspx ... Authentication began blocking access to all files, ... If you figure out the original reason, ... (microsoft.public.dotnet.framework.aspnet) |
|