How to disable "Authentication Required" pop up??
My website getting a pop up authentication requiring form (user name and password) every time when anyone hit the website.. Have tried various browsers, Every where i'm facing the same problem. No...
View ArticleSaving profile info with ASP.NET Identity
Hi, I have set up my forms and database to the new Identity system. Databse migrations all in place and model set up to allow use of additional profile items.Have then managed to tie this in to the...
View ArticleHow to use the LoginControl/CreateUserWizard and so on?
Hello together.I hosted my site by vwdhosting, but in course of the timelimit my account expires soon. So, i have now a local located MS SQL Database. How to set my web.config to make the LoginControl...
View Articlesecurity
when there is an error on the site i am notifyed via email and the user see an custom error message .... in the last few days i have received over 3000 enmail with same error message.as follow Invalid...
View ArticleDoes Facebook OAuth retrieve user info?
Hi,I'm thinking about incorporating Facebook authentication into my ASP.NET MVC 5 app. Will I be able to retrieve the following information using Facebook authentication?User's first, middle and last...
View ArticleSQL Server encryption algorithm
Need to decrypt password using SQL Query which is decrypted by System.web.Security macanism. Can anyone tell how to decrypt password using sql query which is encrypted using 3DES also. I have the...
View ArticleForm Authentication with two parts
I've started recreating an application for my employer that was built with a "drag n drop" software that created horrible code. With that being said, here is what I'm trying to do.I have a login page...
View ArticleCookies A Good Option
I've got a login form setup and I needed to store a few pieces of information so that I wouldn't have to query a database every time I need them. What is the best way to store this information in a...
View ArticleNo Overload for method 'CreateUser' takes 5 Argument
I created a registration form myself and afetr passing the parameters to method 'CreateUser' i still get the above error. here is my codeprotected void btnRegister_Click(object sender, EventArgs e) {...
View ArticleHow set anonymous authentication in web.config
Dear Expert, I hv a simple web site published on IIS, but I do not hv access IIS to modify the authentication mode. what I think that I can modify the web.config file to allow anonymous access.Here is...
View ArticleProblems may occur when converting web application to SSL
Hi All,We are just planning to convert our application to SSL, What all problems may occur when converting web application to SSL?Please share if you have any idea related to it.Thanks,
View ArticleImplementing Single Sign-on with a Talent Management Cloud Software against...
We have acquired Talent Management Cloud (SaaS) Software Service and we are considering a solution to implement Single Sign-on (SSO) against Active Directory.The provided guide to implement SSO from...
View ArticleException while registring new user on asp.net mvc application
Hello AllI got error while new registration of user on asp.net mvc application. This error is in German Language as my pc language is German.English version of Error is here.The value NULL can be used...
View ArticleAntiForgery.Validate() appears to accept tokens that it shouldn't
I am creating a custom AuthorizeAttribute for my JsonResult controllers to ensure that all requests are coming from an authorized user.A token is created using @Html.AntiForgeryToken(), which is then...
View ArticleHow Increase Default Logout Time of StarterSite in WebMatrix
It seems to be 20 minutes. I tried adding<system.web> <sessionState timeout="120"></sessionState> </system.web> to my web.cfg, but no joy. Thanks for your help! Brett
View ArticleSecuring WCF service from unauthorized calls.
I have a Windows Forms application that interacts with a WCF service published on IIS. I want the WCF service to use the existing Userprofiles in Commerce Server to authenticate users. The windows app...
View ArticleWhy was the "Users" implemented as an IDbSet and not an actual "DbSet" -...
Okay,So, I have added new properties to the "ApplicationUser" object which derives from "IdentityUser". Some of these actual properties happen to be full blown entities that are stored in other...
View ArticleShow up a modal dialog on a view when a Unathorized event is thrown
Hi, I am trying to show a modal popup to inform the user that the link/action/resource he selected is no authorized for his role. I have decorated the function with a custom annotation...
View ArticleHow do you give/set folder permissions for individual website users - does...
Okay, I am trying to understand how I can give each user of my website permissions to a single personal folder on the server machine. I am really confused about how to do this since all website users...
View ArticleIE11 doesn't recognise Forms Authentication/MVC?!
Just had a client on the phone who was experiencing issues when they log into their site.On further inspection, they are using IE11. When I test, it seems to be putting the auth (or some kind of...
View Article