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 > december 2005 > threads for december 8 - 14, 2005

Filter by week: 1 2 3 4 5

About ASP.Net Impersonation
Posted by Andrew at 12/14/2005 2:42:46 PM
Hello, friends, Our asp.net app needs to access other servers from our IIS servers. In web.config, we set: <identity impersonate="true"/> However, this works on some IIS servers, and does not work on the rest of IIS servers. We have to explicitly set: <identity impersonate="true" use...more >>


Credit Card Verification fails
Posted by itsmedotcom2001 NO[at]SPAM yahoo.co.in at 12/14/2005 9:18:58 AM
Hello, I am trying to write a function in asp.net with VB scripting, which gives message when the credit card verification fails. when the user type in the last four digits of cc in a text box, and it fails for the first time, the message is...we didn't recognize the numbers, please try aga...more >>

Creating custom Membership Provider
Posted by kuukoku NO[at]SPAM gmail.com at 12/14/2005 8:18:14 AM
I am attempting to write a custom Membership Provider, but am having a little trouble getting started. I would like to write the custom provider (either in VB or C#) as a standalone assembly so it can be used in multiple projects. However, when I create a class library project and try to writ...more >>

How to access other machines' event log files from a web server?
Posted by Andrew at 12/14/2005 7:41:03 AM
Hello, friends, We have a .net web app, which will need to access event log files of other machines in our company's network using System.Diagnostics.EventLog namespace. In Web.config, we set: <identity impersonate="true"/> In IIS Directory Security setting tab, we checked ...more >>

Web site administration tool functionality for the end user
Posted by John at 12/14/2005 4:08:16 AM
Hi Web site administration tool is great. How can I provide this functionality for the end user? I need the end user Admin to be able to list users and then change roles for any of the users or to be able to disable any of the users. Thanks Regards ...more >>

Directory permission
Posted by sunny at 12/13/2005 9:22:10 PM
How can I check the permission of the directory? I want to make sure I have the "write" permission of the directory before I create a new file. Any idea? ...more >>

How to access ProtectedMemory/ProtectedData in asp.net 2
Posted by jonrmorgan at 12/13/2005 12:38:01 AM
Hi, Idiot question but I can't access the new protectedmemory class from my web application. It's just not listed in System.Security.Cryptography. Works fine for desktop apps. Thanks for the insight. Jon...more >>

How to set a weaker password enforcement
Posted by Ron at 12/12/2005 10:11:11 AM
I am using the createuseraccount control in my asp.net 2.0 app (with visual webdevelopment express). For my needs the enforced password strenght is to strong; I want to allow users to be able to create passwords with only text. I found that the MembershipProvider password related properties are ...more >>



Client Certificate Setup
Posted by cheloman12 at 12/12/2005 5:33:03 AM
Hi We have developed an Extranet for our customers. This application needs a Client Certificate to verify the authentication of client and server Request. The problem is that during Windows Client Certificate installation process, the setup application gives the user the option to import h...more >>

Could not load type ********** from assembly mscorlib
Posted by qiang at 12/10/2005 6:52:43 PM
Hi everyone, Could you please take a look at an exception for ASP.NET application? My ASP.NET application is using Infragistics WebChart control. I encounter an exception below when deploying the application into a third-part host. It would be very appreciated if you have known the...more >>

Hosting, ASP.NET, medium trust level, metafile - Problem!!!
Posted by Mr.Cyber at 12/10/2005 12:10:03 PM
Hi, Borthers!!! I have A Problem. My code builds some picture dynamically. To do this I'm using Metafile (System.Drawing.Imaging.Metafile). All that works Fine (on my local machine) untill we run on hosting environment where is set medium trust level. As result I catch the following: ...more >>

How to invalidate credentials in Basic Authentication
Posted by MikeL at 12/9/2005 10:52:29 AM
Hello. I have a site that uses Basic Authentication (with SSL). The user has an option within the site to change their password. Since this affects their domain account the user no longer can access the site after they change their password. They have to close the browser and then log on ...more >>

FormsAuthentication between ASP.NET 1.1 and 2.0 applications
Posted by rban at 12/9/2005 6:55:03 AM
I'm trying to enable single sign-in using forms authentication between two ASP.NET applications, one running under ASP.NET 1.1 and another running under ASP.NET 2.0 on the same server. While single sign in between ASP.NET applications is well documented, the solutions described won't work when...more >>

Problem with impersonation and using a different host name.
Posted by Patrick Meehan at 12/8/2005 12:09:04 PM
I have developed a ASP.Net page with VS 2005 and SQL Server 2005. The server I am using is Windows 2003 and I have set up 2 websites, one production and one for test and development. This is our corporate intranet server and a DNS entry is setup to point 'intranet' to this machine, however, ...more >>


DevelopmentNow Blog