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 > september 2003 > threads for september 15 - 21, 2003

Filter by week: 1 2 3 4 5

remote connection to SQL server problems
Posted by VR at 9/21/2003 11:22:19 PM
While developing an ASP.NET with a SQL server running locally, I didn't have any problems using the following connection string (where ATP is the local server's name) "Server=ATP;uid=AppAdmin;pwd=pass;Database=DB1"; When I try to connect to a remote SQL server named DTP, using connection...more >>


limit web application access to local directory?
Posted by Michael Appelmans at 9/19/2003 5:49:13 PM
I'm trying to convince a web systems administrator to install ASP.NET on his web server so I can host a dynamic departmental web site on it. Does anyone know of a straighforward writeup of what it takes (machine.config and NTFS file permissions) to limit an anonymous asp.net application to ...more >>

integrated windows authentication - web services
Posted by Tim B at 9/19/2003 11:16:19 AM
I have a performance question. I have a web service in a machine (not in the a domain at all) and the virtual directory is setup for integrated windows auth. The server is WIN2003. When I call the service from my code I set up a credential cache with the appropriate credentials and the ...more >>

ASP.Net shared hosting & security
Posted by Andrea Pichler at 9/19/2003 10:44:36 AM
Hello. I'm trying to setup a Win2003 server for hosting ASP.Net Applications in a Shared Hosting enviroment. With the "old" ASP I created a different anonymous account for each web site and restricted the NTFS permissions on system and website folders. With ASP.Net I set the <identity imp...more >>

Stumped on FormsAuth Cookie Timing Out
Posted by George Durzi at 9/19/2003 10:34:36 AM
hi all, I am totally stumped, and I need your help. My authentication cookie (using FormsAuth against Active Directory) is expiring way too often (like less than 20 minutes). I have it set to expire in 8 hours. I'm not deploying anything to the site, so I'm not resetting the application during t...more >>

Sending email securely
Posted by Michael at 9/19/2003 7:43:32 AM
I have a .net application that employs asp.net, vb.net and sql server. The application is secured at client sites through their firewall. We want to add functionality that will automatically trigger emails (potentially with report attachments) that are sent to people outside of the firew...more >>

VB.NET app cannot deploy on any client machine! Exception couldn't be handled!!!
Posted by Bill Nguyen at 9/18/2003 5:14:23 PM
Forgive me for cross-posting, I'm desperated. ------------- Client machine: Win2K server SP4 with both .NET framework 1.0 & 1.1 installed. VB.NET app developed using an XP Pro with VS.NET 2003 / .NET framework 1.1 You help is greatly appreciated. Bill -------------------------- Common ...more >>

Advice sought on web services and authentication
Posted by i_best NO[at]SPAM hotmail.com at 9/18/2003 12:04:42 PM
I'd really appreciate some pointers on web services etc. I'm a VB6 developer with a growing knowledge of vb.net and asp.net but I'm in need of some direction! Firstly, sorry about the X-posting but I've kept it to a minimum (2 groups). I have a asp.net web application that uses a combinati...more >>



FWD: Check out the security patch from Microsoft
Posted by waldo malqui silva at 9/18/2003 11:06:29 AM
Microsoft Customer this is the latest version of security update, the "September 2003, Cumulative Patch" update which resolves all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express. Install now to protect your computer from these vulnerabilities...more >>

Forms Auth with AD Native Mode
Posted by George Durzi at 9/18/2003 8:34:42 AM
I'm authentication against ActiveDirectory by implementing forms authentication similar to this MSDN article. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT02.asp I want to make it so that the forms authentication supports AD Native Mode. So the user ...more >>

System.UnauthorizedAccessException: Access to the path
Posted by Anton ml. Vaheie at 9/17/2003 5:50:21 PM
I know this question my have been asked many times, but non the less. What I have to do so I can access from my c# web from to file (file.xml) in the same directory - so I can read/write in it. Thanks, Anton, ml. ...more >>

Strange Permissions problem
Posted by Steven Cohn at 9/17/2003 10:45:38 AM
I have a web program which allows the user to select a file on his local machine, and then copy it to the Web server. This works fine (using PostedFile.SaveAs). But when the same program tries to Delete the file, using file.delete, the server says access denied? Any idea how to fix this? Th...more >>

HttpWebRequest and posting login data
Posted by buran at 9/16/2003 7:26:19 PM
Dear ASP.NET Programmers, How can I post data to an ASP.NET login page and pass authentication? The login page uses forms authentication, users must supply usernames and password and have to click on a submit button. I want to automate this process by supplying values with HttpWebRequest and ...more >>

Store private key in cookie?
Posted by Bill Belliveau at 9/16/2003 2:21:55 PM
Greetings, I am working on an asp.net storefront that requires credit card information to be stored temporarily on the server. Currently the site will feature administrative access protected by MD5 and credit card information encrypted with Rijndael. Retrieving the information will also be s...more >>

Cryptograhic service provider failed
Posted by netdev at 9/16/2003 8:01:56 AM
I have an asp.net application that is using forms authentication and the encrypt/decrypt methods to encrypt the ticket. My application works perfectly on my test system. However, when moved over to production, I am receiving the following error: System.Security.Cryptography.Cryptographic...more >>


DevelopmentNow Blog