Advantages of Identity over Membership?
Hi,I am thinking of converting my website from using membership (with roles) to use the identity system. So far, the users are just test users - not production users. So I can delete all my data and...
View ArticleWCF HTTP Post Authentication
HiI have created a Basic REST WCF Service. I have applied Username Authentication so that the Client can pass Credentials at time of request.I have managed to get it working while including the...
View ArticleAccess to the path denied
Hello , In the webiste i have done , in the upload page i am getting the following error:Access to the path 'C:\Users\RTG\Documents\Visual Studio 2012\WebSites\Musa\UploadStorage' is...
View ArticleWeb Api Rest service Aunthentation for IOS
<div class="post-text" itemprop="description">HI,I have implemented basic aunthentation from url http://www.asp.net/web-api/overview/security/basic-authentication. Now I have a question that how...
View ArticleMembership/Roles Providers using Access
The business requirements call for using Access instead of SQL, at least for the next few years. The volume of data will be very low: perhaps a dozen records added per week. I wish to use the...
View ArticleAsp.Net 4 Custom Trust Level
Hi; how can i write a custom trust level policy file with all permissions like full trust policy. I can see high, medium, low and minimal policy file but full policy file nothing any folder, only a...
View ArticleExternal authentication with Web API 2 Service
Hi all,I have been looking through and trying out the various tutorials related to Web API 2 security but have not found what I am looking for (or have not recognised it if I have seen it).Other than...
View Articleclassic vs integrated pipeline login issues
Hi,Recently moved my application from an IIS6 server to an IIS 8.5 (2012 R2).I originally configured the application pool in classic mode and was able to get it running without issue.However, when I...
View Articlemembership keeps logging out at 2nd page request
Dear all,I'm using asp.net membership to manage authentication, i use the standard login page found in account folder, and inside the folder i want only allowed users to access i have configuration...
View ArticleAddUserToRole User cannot be found
Hi,I am trying to add a user to a role, in the example below which is just to explain the issue at the various points, I create a user, check the user exists with GetUser, check the role exists, and...
View ArticleHMACSHA1 Generating Different Hash for Same Input
Any reason why the following code might generate a different hash from the same input?var baseStringBytes = Encoding.UTF8.GetBytes(baseString); var hash =...
View ArticleFormsAuthentication.Encrypt
So, FormsAuthentication uses RijndaelManaged cryptography. We have FIPS Policy enabled on our servers and must avoid using non-FIPS-compliant algorithms. So, we were using FormsAuthentication.Encrypt...
View ArticleLogin and Session
for my website i want to make manually login , i dont want to use login controll, i i dont want to use membership class to signIn and SignOut.,I want to use Session for login, but i dont know how i can...
View ArticleMissing ONE ASP.NET creation wizard in visual studio 2013
Hello, I am trying to follow the instruction related to creating authentication using Visual Studio 2013.www.asp.net/mvc/tutorials/mvc-5/introduction/getting-startedHowever, I don't have the options...
View ArticleFormsAuthenctication : When admin changes password of any normal user , then...
We are using forms authentication for validating user.I have a requirement , as such , we have a website , which are having two types of usernamely , Adminsitrator and Normal User.When Administrator...
View ArticleSecurity - Expiring page
I would like to - instead of using the built in password recovery method in asp.net, send my users email with a link to a page wherer they can reset their password. Most of them dislike the option...
View ArticleUnable to reset password using ASP.net Membership user
I am using MembershipUser to reset the password, but membership user is always returning nullScenario(in both cases): User have not logged on to site, accessing through url for creating...
View ArticleIdentity :ow to override the expiration logic
Hi all, I'm using the mvc5 out of the box project with ASP.NET Identity. I'm setting the ExpireTimeSpan for some minutes. My goal is to run a function once the cookie expires. Is this possible? Can I...
View Articleget userid using c#
How can i get UserID and ApplicationID using c#?i am using web applications project.
View ArticleHow to get current ApplicationID from role management
I am using asp.net Web Forms Application with role management.How can i get current ApplicationID using code.Thanks in advance.
View Article