Configuration error when using role
Hi,I’ve run into a problem running my website.Whenever I try to run an aspx page in WWD 2012 Express on my local machine, I get this message: Configuration ErrorDescription:An error occurredduring the...
View ArticleAfter installing SSL I get "Internet explorer has restricted this website..."
Hello everyone, if anyone knows how can I stop IE from bringing up the message "Internet explorer has restricted this website..." when I use an ssl certificate. I am aware of the MOTW but I am a little...
View ArticleI am phasing issue with system.environment.username value In test server and...
I am phasing issue with system.environment.username value In test server and local server value differing.How to solve this issue.I am using window authentication here.
View Articleurl with www prefix not authenticated in asp.net membership
Hi,I am using asp.net membership in my website. the problem is that pages with 'www' prefix is not authenticated and forces the user to the login page.for example the following URL takes the user to...
View ArticleHow do I use Azure Active Directory w/ Existing MVC app?
Hi,We have a MVC 4 application that currently uses Windows authentication against on premises Active Directory. We're now migrating everything to Azure -- the Active Directory is already migrated to a...
View ArticleEmail address as username with ASP.Net Identity model from VS2013
VS2013 shipped with a new identity model. I have a need to use the email address as the username but the identity system throws the error: "User namejoe@joe.com is invalid, can only contain letters or...
View ArticleDesigning Context-Specific Security
I'm designing an webbased application. I don't have much experience with security but with a bunch of research i'm getting closer to what I need. The next challenge Is as following:Users can create a...
View Articlelink login ID's of user to their specific details the database.
Hello....I create the member page and log in page. and when I log in the member page show "There are no data records to display." and when I type" ?Name=user1" end of address after .aspx, the table...
View ArticlePage.User.role authorization not working
Page.User.role authorization not working.I were migrating form authentication into window authentication mode.After that trying to use all user role in window authentication,Admin,Entry,Team Lead, etc...
View ArticleWhy access denied error on this
I am getting this below error, however I have added IUSR_Machinname and given read/write acces on Windows Explorer, still this error, any help is appreciated. Thasnks for any helpAccess to the path...
View ArticleSSO support
Hi,I have a SAML SSO implementation (with ADFS).When I consume a web page in the RP site with the browser it works (Authentication, redirection).I want to implement the browser behavior, with an HTTP...
View ArticleCustomizing Google Authentication
I'm trying to use the external login via Google and I can't find a solution to two separate issues:Can I restrict the allowed logins by Google based on the domain of their email address? This is...
View ArticleSecurity concerns when using OutputCacheLocation.Client to cache my...
I have defined the following cache setting inside my asp.net mvc web application, to cache the action method data on the client:-[Authorize] [OutputCache(CacheProfile = "VShort", Location =...
View ArticleHTTP slow, but HTTPS fast.
Does anyone know how on earth can https be about 4 times faster than http on a web site?This happens from the Internet and from other PCs on the same network, but is seems to be the same from the web...
View Article.Net 1.1 Web Farm Form authentication : issue after redirection
Hello,I have an application having a form based authentication on a single server environment. We login on an external application which gives us link to access our current application. When we click...
View ArticleAuthentication Every Request in WCF Rest Service coming from JQUERY client
I developed a SOA WCF Rest service and deployed on a server .. Different application will be use my Rest service using JQuery. I want to authenticate the request coming from different clients..So how i...
View ArticleAuthenticating Internal and external Users at simultaneously
Hi, I want to build an asp.net MVC App which will avaialble for both users internal to organization as well as public. I want to implement Single Signon for Internal users as well as Forms auth for...
View ArticleAuthenticating windows users from a JS application on the internet
We have a mobile application written in JS. We need the user to enter their active directory (windows) credentials in the JS page and send the data via SSL to our services for authentication. I'm not...
View ArticleLogout login_view
My user is logged in and the login view shows Logout. WHen I click Logout does it automatically log you out? At that time I am displaying a modalpopup giving them the option to logout, but it seems...
View ArticleManaging access to folders based on roles in asp.net Identity VS2013
In VS2012 and prior one could launch the configuration tool (which was great) for setting up roles and access rules, and adding users to roles but it is no longer available in VS2013. I have read that...
View Article