Getting error "The server is not operational" intermittently while calling...
Hello,We are seeing the below error when page calls "Membership.GetUser". User is able to login but when user try to view or edit user information user is getting below error on production website...
View ArticleRemote OS Command Injection
I check my site with OWSAP Tool and i got some issues related OS Command injection. I used Hidden field control through out my site. Tool (OWSAP) saying hidden field is a big security hole. I seen...
View ArticleUnable to cast object of type 'System.Web.Security.FormsIdentity' to type...
I am unable to upload the file which return the 500 error. As checked while upload the file the custom authentication changed as form authentication. So our system not allow to upload the file in the...
View ArticleWhen is full trust not full trust?
Hi, and I hope I've got this in the correct forum area for this question...First up, I don't want to get into a debate about full trust and why not to use it ;) For the site in question I think I am...
View ArticleHow Do I Get User Information From Active Directory
I have an ASP.NET application that uses LDAP to authenticate users against active directory. Once authenticated, I would like to get logged in user name and email so that I can send email. The log in...
View ArticleExternal reportviewer image not working
String storeLogo = @"File:///C:\Users\Hesham\Desktop\ITI\Logo\Dell.png"; ReportParameter[] parms = new ReportParameter[1]; parms[0] = new ReportParameter("pStoreLogo", storeLogo);
View ArticleWeb App without credentials
Hello, we have a web app for our citizens complaint things irregular in the use of public goods, to do it the citizens don not need to use a login, they fill a form a press the Sunmit button, but we...
View ArticleSignInManager.PasswordSignInAsynch calling ResetAccessFailedCountAsync
In my Login method in the account controller, I have the following code [HttpPost] [AllowAnonymous] [ValidateAntiForgeryToken] public async Task<ActionResult> Login(LoginViewModel model, string...
View ArticleIdentity Role Management Pages for WebForms
HelloI cannot find any help with creating role management pages with WebForms, only MVC.I have looked at Wingtips and it does not help.What I am looking for are a simple pages where I can add/edit...
View ArticleLog on with wrong profile
Hi, I 'm working on an web based .net application. I'm using vs 2010. The user logon end up with someone else's profile. It's scary and how this could happen. After they switch browser from ie to...
View ArticleMVC Static Identity Class
Hi please help me, i have this codepublic static class SiteIdentity { public static IIdentity Current { get { return System.Threading.Thread.CurrentPrincipal.Identity as IIdentity; } } public static...
View ArticleAttaching Claims to the FormsIdentity in ASP.NET MVC
I am attempting to add custom claims to my FomsIdentity class instance after logging in through Forms Authentication in ASP.NET MVC. However, when I attempt to retrieve my Claims back from another...
View ArticleLogin with wrong profile
Hi, I 'm working on an web based .net application. I'm using vs 2010. The user logon end up with someone else's profile. It's scary and how this could happen. After they switch browser from ie to...
View ArticleWhere to check authorize/activate?
OK - I use the create user wizard with additional fields. At the end I want to make the user get an email that they must answer in or to activate their account. I think I know how to do that. I have a...
View ArticleUser by Company - Asp.net Identity
I would like some help with Identity., please Here, the user account is by Company, I made the customization of ApplicationUser putting CompanyID field, and the field in AspNetUsers table. Everything...
View ArticleGetProfile for other users
I have been through the web site to web application project headaches, created my ProfileCommon class which wasn't necessary for web site projects, etc. Everything is working except getting profile...
View Article"Access to the path... is denied" - As asked numerous other times
I know this question has been asked previously and been answered by a number of people but frankly none of them work for me and none of them make sense to me in my problem. I have a very simple asp.net...
View ArticleSite keeps prompting for login
I have a site that has started prompting for login for no reason. If you just press the link again it work and then not and then ok, no real need to log in again. So it seems the system knows the...
View ArticleSession overridden
I have session issue. 30% of user login with wrong identity. After login his identity is overridden by last user who logged in. Example, if John login at 12pm, then when Marry login at 12:01 pm,her...
View Articlewant to prevent asp.net membership firing if new user does not complete form...
hi,I am using a create user wizard that has been personlized to capture address and other data.There is also a file upload control that accepts MP3In web config I specified maximum of 20MBif the user...
View Article