ClearAuthenticationCache
Hi!I have some problems with :document.execCommand("ClearAuthenticationCache") .The command ClearAuthenticationCache it's compatible only for IE.I am searching a solution for Chrome.Can someone help...
View ArticleFormsAuthenticationTicket and changing LoginName control
I have written several in-house ASP.NET apps, many of which may need to be open at the same time in a browser in different tabs. All of these apps set the authentication ticket as such:Dim authTicket...
View ArticleProblem using FormsAuthenticationTicket and multiple different apps open at...
I have several different apps that I use LDAP AD authentication with. I set the FormsAuthenticationTicket as such:Dim authTicket As FormsAuthenticationTicket = New FormsAuthenticationTicket(1, _...
View Articlethe most secured connection for preview business data
Hello, I am very new in web development and i want to know which is the most secure connection for displaying or updating data (a sql database) in a webpage.Pls, I appreciate to inform for the best...
View ArticleAsp.net MVC 5 Identity & Web Api
Hi,I read this article regarding using asp.net mvc5 identity for securing my mvc web application. It talks about using aspnet identity, Owin Auth etc using social logins and using custom micro orm like...
View Articlesecure gridview edit button
I have 3 roles super admin , admin , user any user has role "admin" can open this page i want user in role admin can only edit his data and prevent other users from edit his data example : user...
View ArticleNot able to open word programatically due to permissions issues(maybe)
Team,Working on a web app installed on 64 bit Windows 2008 OS and using 64 bit office 2010.I have tried hard to find a fix for this. I am not able to open a word file programatically . I get this error...
View ArticleLogin failed for user 'NT AUTHORITY\ANONYMOUS LOGON' after code deployment
Sometimes, when we deploy new code to the server, we're getting the following error:Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'we're using windows authentication and in our connectionstring...
View ArticleGet Facebook Profile Picture for a logged in user
Hi All,I am using Visual Studio 2013 Web Forms and I have activated the external login via Facebook. While the registration looks fine and works ok, I am not able to show the user facebook profile...
View Articletutorial on Identity with webforms
Hi, I was looking for tutorial on identity with webforms (roles, membership administrations).Please help
View ArticleUnable to remove user external login
I've trying the MVC 5.2 template with individual account. Everything works except when I trying to remove the user's login that I get the following error message:The operation failed: The relationship...
View Articlecustomizing Users and roles asp.net identity with webforms
Anyone with tutorial links.Thanks
View ArticleImplementing a password reset token
I'm using AspNet.Identity.Owin setup for security, and I can generate and email a token that passes this token back into a [POST] reset password action, however I am struggling with how to check the...
View ArticleLoginStatus - implicit Logout
HiWhile looking into Anti-XSRF on Web Forms v4.5.1 - Site.Master I found the following template code:<asp:LoginStatus runat="server" LogoutAction="Redirect" LogoutText="Log off" LogoutPageUrl="~/"...
View ArticleEncrypt Existing SQL Server Values Using MVC 4 Default Password Encryption
I created a new MVC 4 project and modified the connectionString slightly to point to a different db table. When I Register a new user the code below uses my existing UserTable and appears to creates 4...
View ArticleUserManager.ResetPassword How to Test What is Not Working
I believe I am a few steps from having a working password reset but cannot seem to identify what is the problem. The following, in my LostPassword action post, I can confirm gives me a token (which I...
View ArticleOAuth 2.0 Linkedin
Hello all,Can somebody give me basic information how to make auth call with OAuth token?According to this article:http://developer.linkedin.com/documents/authenticationIn step four you can find this...
View ArticleLogin access via web.config
Guys, as a beginner and having self study to .net. I have been trying to create a login which connects to my database but I a not able to understand that how to get complete my connection string from...
View ArticleAssistance with Membership Providers
Hi there, since I am new here and will most likely be coming back regularly, I feel like I need to state that I am COMPLETELY new to ASP.NET, and fairly new to programming in general, however I have a...
View ArticleLog-in form - couple of questions
HelloI have a 'register new user form' in VB.NET, Register.aspx, and have introduced the default 'Log in' form from Solution Explorer to my project.The Log in button now has this code:<div...
View Article