find the more secure way of saving user’s files
Hi,My web site users upload some sensitive data to my hosting space. I am anxious about the security of those files. So I am seeking for the best way to protect them.Someone says saving files in the...
View Articleauthentication db roles ok but isinroles() is always null
I have a website on IIS7, asp.net 2.0, and as of 2 wks ago isinrole() is broken. When a user requests an "admin" page, they receive the "Access Denied" page even if they are in the admin group. They...
View ArticleNeeding 2 Steps For Membership
Hi,I've got an ASP.NET C# application which requires authentican. I used Membership.IsApproved in order to confirm user email and also user.islockedout for password attempt. (User will be unlocked...
View ArticleMVC 5 Google Authentication Get Bearer Token
I am using the inbuilt template in MVC 5 to create an MVC 5 app with Google Authentication. After getting authenticated how do I get access to the bearer token issued by Google? I want to do this in...
View ArticleASP.NET Identity requires dbo permission?
I have an existing application database. I created an ASP.NET MVC5 project in VS2013 and ran the project to create the ASP.NET Identity tables in the auto-configured localdb database. I synchronized...
View ArticleASP.NET Identity cookie authentication fails for sub-domain authentication
We're using ASP.NET Identity but have make a very small extension to the cookie authenticator to enable sub-domain authentication i.e. we set the auth cookie to bear a hostname like.domain.com (note...
View Articleweb app request to web service on different box
so i have an app on a webserver, user clicks a button i send a System.net.webrequest to a webservice on a different box in the network that then sends an xml response.problem:works on local maching...
View ArticleConfiguring IIS / Apache for rejecting Request comes from same IP frequently...
hello,is there any body to help me out to reject request comes from same ip frequently...actually i am getting lots of request from one same machine..and because of that my server is not responding...
View ArticleInternet Explorer XSS filter question
Internet Explorer has modified this page to help prevent cross-site scripting. I am using IE10. In localhost, there is no cross-site scripting but on server on the same IE10 with following the same...
View ArticleQuestion about CustomErrors
Dear all I'm facing a strange behavior with customerror configuration In my website I've configured in web.config the following parameters:<customErrors mode="On"...
View ArticleCreate user wizard dose not recognize added controls
Hi,I've added a textbox and an image control to create user wizard but when I want to use of them in code behind it dose not show my controls.my controls are same like create user wizard textboxes, I...
View ArticleCross Domain Active Directory Authentication using PrincipalContext
We have a .net web application hosted at Rackspace. Some users need to be authenticated across an AD domain that is different from Rackspace.My code looks like this using...
View Articleobject based access
HiI am working on a kind of big enterprise application now my requirement is this i want to configure access level permissions on each item of my entier application.for example :i am using membership...
View Articleall a suddent i am getting this error Login failed for user ''. The user is...
<connectionStrings><add name="MyConString" connectionString="data source=192.168.0.1;Integrated Security=SSPI;Database=MyDB" providerName="System.Data.SqlClient"...
View Articlecreate user wizard control ignores checking captcha
Hi friends ,I have to check captcha code if wrong, prevent user register, but create user wizard ingores it, why?protected void CreateUserWizard1_NextButtonClick(object sender,...
View Articleif possible applicationname select from dropdownlist
Hi,maybe possible with dropdownlist to select application name if my where statement is: where ApplicationId.ApplicationName == System.Web.Security.Membership.Provider.ApplicationNameor I need for this...
View Articleproblem with login name and login status
Hi friends,I have a login name and a login status control in default.aspx,im using asp.net membership,(not custom)login name does not show user name and login status alsobefore and after login, login...
View ArticleDynamic URL for ASP.NET Website using C#
Hi all...I need a small help for my problem.I developed 3 asp.net web applications using C# and hosted in Windows2008 Server like...
View ArticleSetting an absolute URL to loginURL attribute results in an unexpected...
I have created an ASP.NET Web Forms application by using a template of Visual Studio. By default it has the Account/Login.aspx page which uses the Login control to enable the ASP.NET forms-based...
View ArticleWindows Authentication Problem in Chrome
I'm building an intranet site utilizing windows authentication. It appears that everything is set up correctly, because I am able to identify users in IE and FF. When using Chrome, however, I receive...
View Article