Groups | Blog | Home


Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net security > july 2005 > threads for july 15 - 21, 2005

Filter by week: 1 2 3 4 5

Java security api - DCE 128bit encryption with .NET
Posted by RonF at 7/21/2005 2:22:04 PM
iI have a web app that currently gets the userID from a 509 client cert. Works great. A new client wants to interface our web app in a WebSphere Portal with a single signon for their clients so they want to call our default page via a post and pass the userID in an encrypted query string. ...more >>


Please Help!-Trying to brows my asp.net application but I get a logon prompt-
Posted by J-T at 7/21/2005 11:22:32 AM
Hi All, We have an asp.net application on a windows 2003 server which is part of a domain controller which my worksatis is too. We have impersonated in our applciation with a fixed identity account which is also a domain account and is part of the admininstrator group of the webserver.The a...more >>

Session State vs. What?
Posted by David Lozzi at 7/21/2005 10:52:08 AM
Howdy, I just learned how to use Forms Authentication. yeah me! However, it is quite limited as to how much information you can store and retrieve from it. For example, in my past ASP and ASP.NET applications I have used the session state to store a user's IS, Fullname, security level, emai...more >>

forms authentication cookie changes
Posted by Andy Fish at 7/21/2005 12:00:00 AM
Hi all, For reasons I would rather not go into, I sometimes need to get the value of the forms authentication cookie and use it later when submitting another request to the server. mostly this works fine but sometimes it seems that the server decides to change the forms authentication cooki...more >>

Multi Authentication Forms
Posted by Nicolas Joly at 7/21/2005 12:00:00 AM
Hello, I have a web site with : - A Private Press Area - A Back-Office For the BOffice, i used : Authentication Mode Forms, to a form with cookie and ticket. And used a web.config avec deny users pour le repertoire de BackOffice Je souhaiterais utilisé la même formule pour mon Espace P...more >>

The server is not operational
Posted by CalSun at 7/20/2005 11:22:20 AM
Hi all, I really need your help on this problem. (no help for 1 day goolging). I use form authentication on my 2 simple aspx pages. User is redirected to login.aspx, then see the main content page. I use LDAP to verify the user from a domain named Dserver where the AD = users locate. Eve...more >>

Re. Global.Asax not working Server Side
Posted by Jimmy Jazz at 7/20/2005 11:05:01 AM
Hello, Using cookieless roles based security. Setting HttpContext.Current.User = New GenericPrincipal(id, Split(userData, ", ")) in Global.asax Application_AuthenticateRequest On my desktop works fine. Server side nada. Any ideas? Thanx Jim ...more >>

Best Authentication Provider
Posted by David Lozzi at 7/20/2005 7:30:23 AM
Howdy, I've written a few apps already and I have done custom authentication like so: prompt for user name and password, verify information against SQL table, then load returned username, ID, security, etc. into session state. This works and frankly I'm not sure why i'm posting this except ...more >>



Failure to set credentials
Posted by Philip Colmer at 7/20/2005 12:00:00 AM
I've written a web service that returns some user-specific information. I'm calling that web service from an InfoPath form as managed code: MsgBox("Calling WhoAmI service", MsgBoxStyle.OKOnly, "OnLoad") Try svc.Credentials = System.Net.CredentialCache...more >>

asp.net login contol using url redirect
Posted by Rico Wind at 7/20/2005 12:00:00 AM
Hello I have an asp.net website that uses the login control and a custom build membership provider. The site is running fine, but the problem is that i cannot use it in a frame from another site. When logging in the login screen just reapears. It will however give back a message if a wrong u...more >>

using impersonation
Posted by Ohad Young at 7/20/2005 12:00:00 AM
Hi, I wanted to use impersonation in an asp.net web service application. The following line was added to the web.config: <identity impersonate="true" userName="user" password="12345"/> If the user is not added to the administrators group of the computer it won't work. \ Is there a better...more >>

Remote connection to the Intranet
Posted by Peter Afonin at 7/19/2005 12:59:15 PM
Hello, I've created several ASP.NET applications for our Intranet. Since we don't want everyone to access all applications, I've added some limitations in the Web.config: <authorization> <deny users="?" /> <!-- Deny anonymous users --> <allow users="specialty\pafo" roles="specialty\Sale...more >>

ClassFactory cannot supply requested class (2nd Post - MSFT Please make an effort!)
Posted by Phil at 7/18/2005 3:39:06 PM
I've searched long and hard thru the groups for similar issues but unfortunately I cannot still resolve my issue. My issue is that I've moved webservices from a W2k server to a new Win 2003 server. The service I'm having issues with is built with C# but accesses a VB6 COM object (which is re...more >>

ASP.NET Fixed Identity Impersonation
Posted by ADavis at 7/18/2005 8:48:03 AM
We have a development web server (Windows 2000 Server) and a production web server (Windows 2000 Server) both are running IIS 5.0 and have the .NET Framework 1.1. We have asp.net fixed identity impersonation running on the development server and it's fine. We moved the website to the pr...more >>

Customize CreateUserWizard
Posted by Abdul Khaliq at 7/15/2005 11:38:02 PM
Hi Everyone, I am using Microsoft's Visual Studio .Net 2005 Beta 2 Team Suite. I am trying to create new user with the help of CreateUserWizard, I right click the control and clicked customized and added new fields like First Name, Middle Name, Last Name, Phone etc. This new fields which I h...more >>


DevelopmentNow Blog