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


all groups > asp.net security > april 2008

Web interface for SQL Security Users and Roles
Posted by tucson at 4/22/2008 2:49:01 PM
I need to manage SQL Users and their Roles using a web interface. There are no database tables with user information involved, just the SQL Server Security setting for Users and Roles. Does the membership class support this (Login control)? Where do I set the property to look at the SQL rol...more >>

Problems with ASP.NET 2.0 application in subdirectory on a shared host
Posted by Ola Lie at 4/22/2008 12:09:31 AM
Hi, I have a domain at an ISP provider and try to install an ASP.NET 2.0 application in a subdirectory. It's a wiki called ScrewTurn. I have asked my ISP to set it up according to the developers' specification, but I constantly run into problems. The subdirectory is set as an .net applicati...more >>

Internet Explorer zones do not have secure settings for some users
Posted by Jason at 4/21/2008 10:59:00 AM
I'm not really sure where this should be posted as this is a Baseline Security Analyzer question but I'm hoping someone here would have come across this. I'm using MS Baseline Security Analyzer (2.0.6706.0) to check a web app on Win 2k3 we've developed with .Net but we're getting a Servere ...more >>

ADSI - Able to authenticate but unable to get memberOf information
Posted by deltalimagolf at 4/17/2008 1:52:01 PM
I've got an asp.net site where it's setup to use forms authentication. I take the username and password provided and authenticate them by calling the LogonUser method (from advapi32). If that is successful I call the DuplicateToken method and then using WindowsIdentity impersonate the user a...more >>

Authentication Not working from 1 client
Posted by SpankyATL at 4/17/2008 6:37:00 AM
I have an asp.net 1.1 application running on a server on a different network. It runs fine when clients have been accessing it. However there is 1 server from which the forms authentication doesn't work. Basically when I try to access the application I get directed to the login page and whe...more >>

GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist?
Posted by DR at 4/15/2008 2:03:29 PM
GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist? When all my processign is done i set everything to null and then: GC.Collect(); and then GC.WaitForPendingFinalizers(); but it still shows that my process takes 400 MB of memory. Is there any ea...more >>

Securing a directory and its files with forms authentication
Posted by Frank at 4/15/2008 1:27:49 PM
I have a simple asp.net 2.0 application that includes two components: - a file uploader - a lister of files that have been uploaded Files are word processing documents; they get stored to a "papers" subdirectory of the application. It would be good if both the file lister *and* the files ...more >>

url rewriting and authentication
Posted by Ashish at 4/14/2008 9:38:53 AM
Hello All, We have an application in which we are planning to have a virtual url system which is completely driven by configuration files. to accomplish this we need to receive all urls at the same directory path, and then according to url rules write them out to different pages which m...more >>



System.Net.Cookie vs System.Web.Cookie
Posted by william at 4/11/2008 2:50:01 PM
Hi, How to create System.Net.Cookie from System.Web.Cookie? THanks. William...more >>

user authentication by SQL lookup
Posted by Paulo Tetovisk at 4/10/2008 8:54:06 PM
Hello, I have a doubt, maybe related with "Best Pratices" and "How to do a securely SQL Lookup to authenticate a user against a Database". It's a simple solution, everybody nows how to do, but what's more secure ? Send the query or SP with the following statement: "SELECT COUNT(*) FROM t...more >>

configure SSL
Posted by Pablo Salazar at 4/10/2008 6:23:44 PM
hi, I have a web site with "forms authentication" and all works. What are the steps to use SSL in my website? Thanks. ...more >>

Intranet app via remote location (Internet)
Posted by Troy S. at 4/10/2008 11:14:00 AM
Hello all. I am developing a 2.0 web site whereby the client wants to give access to everyone in their company's domain (I assume that means Active Directory). The site will be accessed from the Internet (outside the company' intranet). Once logged in, I will grab the authenticated user's ...more >>

Authentication and Active Directory
Posted by Jon Mcleod at 4/9/2008 1:04:20 PM
When I configure my app for integrated windows security, users are always challenged by a Windows "Connect to <ServerName>" pop-up, even though they are already logged into the domain. Furthermore, if they re-type their credentials, they are still denied access. Obviously, I would like to ...more >>

Trace computer name or IP who access intranet ASP.NET application.
Posted by pedestrian via DotNetMonster.com at 4/9/2008 8:51:51 AM
I'm trying to trace the client computer name or IP address who access to my local intranet ASP.NET pages. Is this possible? What is the easiest way to achieve this? Thanks in advance. -- Message posted via DotNetMonster.com http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net-security/20...more >>

where to ask asp.net questions
Posted by Keith G Hicks at 4/7/2008 4:25:10 PM
Not complaining, just looking for info. Can anyone tell me if there's a better place to ask asp.net questions (especially security issues)? I'm used to using the SQL, Access, Delphi and other newsgroups that have a LOT more activity. It's a bummer when you get stuck on something and never get an ...more >>

another question about encrypting web.config sections
Posted by Keith G Hicks at 4/5/2008 2:16:50 PM
I added a page to my site (in a secure folder that only my login has access to) that lets me (and only me) encrypt or decrypt the web.config at will. Ok, so far so good. What I don't understand is that if a hacker can get to my web.config, certainly he could probably get to my encrypt/decr...more >>

Programatically Use NetworkService User?
Posted by coconet at 4/4/2008 1:22:05 PM
Using C# 3.5, I would like to set my Service to use the NetworkService account on the local computer. But I don't know that users password of course. What is the smart way to handle that? Thanks. ...more >>

Create MailBox Exchange Server ASP.net
Posted by SunSmile at 4/2/2008 3:13:01 PM
Hi, I would like to create new mail box's in Exchange server using Asp.net for my users. I would also want to create a public folder via Asp.net for the mailbox/users. Can anyone point me in the right direction here? Any tutorials , articles would be great. Any comments, suggestions a...more >>


DevelopmentNow Blog