How to allow/deny windows userid's access to web pages
I have a site in which impersonation is turned on in the web.config ...<identityimpersonate="true"userName="domainname\userid"password="password"/>... and on which I would like to control access...
View ArticleAccessing a network drive from web application with different credentials
Hi All,We currently have a web application that needs to save files to a network drive/folder. Accessing the drive required credentials which im not sure on how to pass.essantialy i would like to be...
View ArticleMembership credential verification failed
Hi I have an issue with user try to login to my site, when they enter their credentials they cannot login. But when I try using their credentials I can login just fine. I get this message in the event...
View Articlecorrupt JPG redirecting to login page with forms authentication?
Hi All: I have a very strange problem with forms authentication. I enabled it on a website in web.config:<system.web><customErrors mode="RemoteOnly"/><authentication...
View ArticleSecure Cookies
Our security team wants us to set our cookies to secure. So I added the following to our web.config <httpCookies httpcoolies="true" requireSSL="true" domain="xx.gov">I also added...
View Articlecookie search in pageload
Dear Reader,I have acookie question,i cancreate cookies,i canfind andreadcookies but ....If someone haslogged into the sitea cookie iscreated. When they closed there browser andcome backthe next...
View ArticlePuzzler with Windows Authentication
I am working with IIS 7.5 in an intranet. I have a small test app using Windows Authentication allowing all users.I have this on two servers, and on Server A I go right to the home page, but on Server...
View Articleget direct reports of a logged user from active directory into a dropdown list
Hi,How do I get the direct reports of a logged in USER into a drop down list. So far, I am only able to get the details of the logged user. I have come this far...
View ArticleWebMatrix simpleMemberShip and Thinktecture.IdentityModel.45 webAPI
Hi, Can I use WebMatrix (WebSecurity simpleMemberShip) with Thinktecture.IdentityModel for authentificated users on my Web API ?? Thank's for any help. Thomas
View ArticleCannot send mails to outside email addresses..
I need to send Email from my webpage when the manager approves a request.the send address and to address is taken from the database.My issue is that i can sent the mail only to the company emil...
View ArticleShared Membership System Between Two Asp.Net Application
I have 2 ASP.Net Applications hosted on same server.Issue:What i want is if user1 is authenticated in Application A, user1 can also access Application B.I have Asp.Net Membership System for...
View ArticleASP.NET User Authentication
Sorry fi this is a wrong forum, but the question is user authentication related.I have an app that runs on intranet within the domain network of our company.I use the code below to get user's...
View ArticleHow to send a digitally signed through C# code.
Hi Friends please help me.i m very stuck of this problem How to send a digitally signed through C# code.i apply the no of ways but still not able to perform.please help.its urgent
View ArticleIs it secure when a HTTPS web application transmit data through a wireless...
A HTTPS web application encrypts data transport between the browser and the web server. When this HTTPS app is used on the browser in a wireless mobile device such as iPAD, the data transmission is...
View ArticleApp pool user not capturing environment variables
I am running a web service under an application pool configured to run under a specific user account.The service basically runs a script as the user the app pool is configured for. There is an...
View ArticleMVC4 Windows Authentication - Anonymous Homepage, get current users name
Here's my situation:I have an MVC4 intranet applciation using Windows Authentication, with anonymous authentication enabled. I have the landing page of my intranet set so anonymous users can see...
View ArticleCustom Registration Options
Hello all. I am using WebForms, ASP 4.5 and VB.NET (Visual Studio 2012) for a project I am working on. Here's the gist... I need to simply add some fields to the registration form. (No MVC yet.......
View ArticleASP .NET compliancy
Hello,Could someone provide information regarding ASP. NET and HIPAA compliancy? Is microsoft forms based authentication HIPAA safe?Thanks
View ArticleASP .NET scalable size?
Hello,Would anyone be able to tell me the user size limit for asp .net authentication?Thanks
View ArticleCustom Field in createuserwizard not neing stored to new table
Hi,Ive amended my createuserwizard to include another field, ive set my db connection and insert query and also tested the script on a basic page and it works fine, just not when ran from...
View Article