Remeber me Next time check box
I have the standard (asp.net 2.0) logon box with a remember me next time check box.Question: where and how do I set the time frame for how long this 'remember me' lasts between logons??Please remind...
View Articleunrecognized configuration section membership when adding membership provider...
I have an ajax site that i'm trying to change the password policy requirments and i keep getting this error when i add the membership code to my web config. I just want to change the requirement of 1...
View Articlewidows authentication, active directory credentials persistance
I have an intranet web site using windows authentication. There are no restrictions on the home page. Anyone with an AD account can navigate to it. For other restricted pages in the site, there is a...
View ArticleOverride Membership_GetAllUsers
I know this has probably asked and answered a hundred different ways, but I am very confused.I fairley new to VB and need a very simple but yet well explained way to use my own copy of the the stored...
View ArticleSimple forms authenticated website does not redirect after login
I have a website built on a simple authentication model. It runs fine locally and on local IIS, but it is not redirecting to the default page after typing in the correct credentials, all this in the...
View ArticleMembership Proivder and UserID for Foreign Key
I created a new MVC3 project in VWD2010. It setup the Membership Provider stuff by default. I want to have the logged in user's "userID" stored as a foreign key in my own database tables. I see the...
View ArticleUser Login Problem
I have a user that can login to my asp.net application on a specific computer, but sometimes they cannot. They are sure that they are using the correct credentials (the same ones that let them login on...
View ArticleCannot login
It's a very strange thing.I've a webapp on my local PC work great. I've trasferred on my new windows 2008 r2 server (sql express 2012 r2). When try to login hangs and wait for response. No other...
View ArticleCannot open user default database. Login failed. Login failed for user...
I changed my custom Membership Provider to my database and this error occured. I don't even know how to start dealing with it. Please help. I can still login to my DB server via Management Studio.
View Articleposting user credentials from html page/javascript to asp.net page
Hi allMaybe a very simple question but i cant seem to get my head round itI have created a page (auth.html) which uses javascript to read a smartcard certificate, and then authenticate the contents in...
View ArticleError logging out using asp:LoginStatus
Hello,Im doing a project at the moment and have run into a very annoying, and for me unlogical error, so hopefully some of you can help me out.I have created a masterpage where I have given the user...
View ArticleServer.MapPath("/") return my site root not iis root
Server.MapPath("/") return my site root not iis rootI use visual studio 2012 & iis 8 on windows 8. When i use Server.MapPath("/") it is return MySite root not the iis...
View ArticleMicrosoft Account Login
Hi, I'm sorry if this question is in the wrong forum or has already been asked a few times before! Well over to the point; me and my friend working on a website in ASP.NET on our free time, hobbything...
View ArticleCheck if a user is logged on
Hi, I'm using forms authentication and I want the many to show different panels depending on the user being logged in or not. There are pages in my application that can be viewed by both logged in...
View ArticleCustom MembershipProvider and OnValidatingPassword
Hi all,I have developed a custom MembershipProvider. Except for validating the password strength, it works.I call the OnValidatingPassword virtual method as shown in the ODBC...
View Articleautorization
HiIm looking for complete autorization for enterprise application?does Net sql azman right for this?Thanks
View ArticleImplementing 2-Way SSL (Mutual Authentication) in ASP.Net web application
I’m researching 2-way SSL to web application because client requests the change at last minute. My ASP.Net web application runs Dot Net 3.5 running under Windows Server 2003 I have found this...
View ArticleSetting loginview template pragmatically
hey all,I need to know is theres a way to set the loginview template pragmatically in the code behind using C#
View ArticleAccess WebService in WebApplication with Forms Authentication
I have a WebApplication that uses forms authentication. In an subfolder (fe. webservices) i want to include some simple WebServices. Those WebServices should not use a separate Logon Procedure, perhaps...
View Article