how to post pkcs #7 message
HiI have created pkcs #7 message and want to post the message to one URL.Ravindra
View ArticleSession User Problem
Hello,I'm trying to solve the following problembut I can't:The issue is prevent "broken authentication and session management" security problem. In logout I put this...
View Articletesting technique
what is performance , correctness,realinity testing technique and security.. i can find out google but not valid answer
View ArticleEncoding URL To Prevent XSS ?
I found a security hole in an asp.net app where I can manipulate the NavigateUrl value for XSS. I've tried HttpUtility.UrlEncode() but it does not work. Perhaps I am doing it incorrectly or there is...
View ArticleUsing FormsAuthentication the correct way
I am developing a site which uses FormsAuthentication. I am not using the built-in asp.net Membership feature. The <authentication mode is set to forms> in the web.config file. Roles are also...
View ArticleSQL tables come back ok but Authenticating using SQL not?
Dear Forum,Following code i'm using for authentication. But i'm getting error 26 - error locating server/instance specified.However, If I call the same table in a gridview it turns up just fine? How...
View ArticleAsp.net VB - Membership and Administration
Hi,Im creating my first asp.net vb web application and i want to know is there a tutorial for setting up membership roles and admin roles in the 4.5 version as im using webforms also im not using...
View ArticleCustom CreateIdentity
Hi,I am new to Microsoft.AspNet.Identity. I took asp.net website from vs2013 templates. I got inbuilt Login controls, methods.But I want to customize it. I have used entity framework 6. I have...
View ArticleCustom Password Reset
I am looking for a way to reset my users passwords efficiently.Select UserName from DropDown list Push button to reset OnClick I would like to:Unlock the account if it is locked Email a auto generated...
View ArticleASP.NET MVC 5 Membership? Identity?
Hello,I have been desperate to find any good tutorial, explanation or some kind of information of how to create your own membership system to your mvc project. I'm looking for a system where usernames...
View ArticleMVC ExtendedMembershipProvider implementation
I implemented the ExtendedMembershipProvider. I have the Register Action in the Account controller that has a WebSecurity.CreateUserandAccount(model.UserName,model.Password,etc....) Is there anyone...
View ArticleSystem.Security.Principal.WindowsIdentity.get_AuthenticationType() throws...
Can anyone tell me what the minimum user rights are to successfully call this method each and every time, under IIS 6.0 Windows Authentication with identity impersonation on?I'm getting one of the...
View ArticleLogon _ExternalLoginsListPartial
I have decided that the external logins are great for me and want to remove the site login The bolded text is used for the login controls and not enclosed around the External accounts.Any advice on...
View ArticleLoginView like Hotmail Login Page.
Hello.I want to display tooltip in my textbox which will dissappear when user start to input username like on hotmail login page.Also need in password textbox too.How can i do this?Thank you.
View ArticleGenerate account number for new memebr
Is it possible to generate an account number for members of a website. If this can be achieved what is the easiest way to do it please?Cheers Paul
View ArticleTemporarily disable WAAD security (organizational accounts) during local app...
Hooking up the WAAD Identity feature is made easy in the wizard when you create a new Web project. Selecting "Organizational Account" and then connecting to WAAD is all very streamlined.But now the...
View ArticleDefault connection string to aspnetdb.mdf?
I'm looking at some existing code that is working in production. However, looking at the web.config file I see nowhere that the /appdata/aspnetdb.mdf file is specified as a connection string. Does it...
View ArticleCode for Logout
Hi Everyone,Please help me in writing code for logout in asp.net..My webapplication is not having site.master page...In my aspx page...<a id="Logout" runat="server">Logout</a>In aspx.cs...
View ArticleBest place to Encrypt?
I found some code on AES encryption that works brilliantly, I modified it enough to make it just that much faster to use.The only thing that I am wondering about, I have a table that needs a couple of...
View ArticleError when getting User info from Separate table in foreach loop in ASp.Net...
Hello,I want to Show all Users on a Page. I am storing Profile info in a Separate table called UserProfileInfo. All is working ok. In a foreach loop when I get the FirstName or other fields stored in...
View Article