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 > june 2007

Filter by week: 1 2 3 4 5

coding Access Rules
Posted by GaryDean at 6/30/2007 5:05:32 PM
I've built a basic authentication system using all of the login controls and a custom screen to manage roles using the Membership, MembershipUser, and Roles classes. So now I can manage users and roles from the website. But, what classes are available to manage access rules (permissions)? d...more >>

Problem with Login Control
Posted by Juan Romero at 6/29/2007 4:12:24 PM
Hi Guys, I have setup a SQL 2005 DB with ASP.NET membership tables. Everything seems to work and I am able to connect to this DB (sitting in different server) because the WSAT allows me to create users and roles. However, when I place a login control on the application and hit the login b...more >>

Flash menu doesn't work when the session is expired
Posted by Alex at 6/26/2007 9:54:00 AM
We created a website for our customer to check their order status. We are using login controls, authentication mode="Forms", SqlMembershipProvider, and all asp.net security. User has to login when he access the website first time and then he can click Flash menu to go to every page. It is ...more >>

High Level Question
Posted by GaryDean at 6/25/2007 5:51:29 PM
I'm trying to decide if we should use the ASP.Net 2.0 authentications tools or role-our-own forms authentication as we always did (with little work) in 1.1 apps. what I'm afraid of is that we will get stuck on a cul-de-sac as we sometimes do using those "no code required" tools. I see I ca...more >>

How can I use " ProfileCommon" class in MyWebsiteCore.dll,Is That possible
Posted by Osamede Zhang at 6/21/2007 12:00:00 AM
You know ASP.NET automatically generates a class named Profile in the Temporary ASP.NET Files directory, But I want to write this class by myself,So I can use it in my class library, What should I do? Thanks for your read ...more >>

How to run aspnet_regiis.exe with on site other than w3svc/1?
Posted by slolife at 6/20/2007 6:37:11 PM
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis.exe /lk W3SVC/ 1.1.4322.2300 W3SVC/1029688701/root/ 1.1.4322.2300 W3SVC/1156445961/root/ 1.1.4322.2300 W3SVC/1283203219/root/ 1.1.4322.2300 W3SVC/1444110353/root/ 2.0.50727.0 The app that I am trying to encrypt is on W3SVC/1444...more >>

Restricting access to sub folders and files.
Posted by Jason Titcomb at 6/20/2007 11:24:52 AM
Hello All, I would like to restrict access to a folder and all it's sub-folders and files. Using VS2005, ASP.NET 2.0, Forms Authentication, IIS6 The web.config in the root of the site has the following in the config and it works. It redirects a new user to the login page just fine. <locat...more >>

Impersonation not working...
Posted by Mike at 6/19/2007 9:25:39 AM
Hi all, Hopefully someone will be able to help with this issue. I have an ASP.Net application that is trying to extract frames from .avi and .wmv files to create thumbnails. The media files are out on a server and the .avi files work when I set the filename property of the MediaDet object but...more >>



Service Account replaced by IUSR ??
Posted by Erwin NO[at]SPAM ODS at 6/18/2007 2:15:24 PM
Hi, Could anyone help me with this. I am testing a .Net 2 application that creates a user in AD. It also has to create a shared folder on a remote server. I'm testing this on a Windows SBS 2003 machine, taking the same server as "remote" server, by using the UNC path when creating the directo...more >>

Download file works locally, but not on server - Any idea?
Posted by Carlos Lozano at 6/18/2007 1:11:02 PM
Hello, I have the following section of code in a popup window that is opened from other page when clicking a button: The downloadFile method is called from the Page_Load Event. private void downloadFile(string filename) { Response.ClearHeaders(); Response.Cl...more >>

How can I display the name of the logged in user
Posted by Sam at 6/12/2007 11:51:02 AM
Dear Sir, Please; How can I display the name of the logged in user when I am using windows integrated security in my Windows forms application?I used My.User.Name but it displays the Login name only. Thank you. ...more >>

What characters are allowed by validateRequest page directive?
Posted by Ken Sturgeon at 6/11/2007 12:28:10 PM
I've seen several articles that indicate that if the page directive validateRequest="True" (shown below) that the user input is validated against a hard coded list of characters. What I cannot find is any documentation that shows the hard coded list of characters. Does anyone know where I ca...more >>

Impersonation on Remote UNC
Posted by KittyHawk at 6/11/2007 10:17:00 AM
I have an ASP.NET 2.0 application running on IIS 5 under SSL on a W2K machine. The application attempts to copy several files from the local server to remote UNC shares that are members of the same domain as the host. I have set permissions on the UNC shares such that members of a particular g...more >>

Forms Authentication - Active Directory
Posted by oriol.ardevol NO[at]SPAM gmail.com at 6/11/2007 12:00:00 AM
Hi, I have an asp.net 2.0 application with forms authentication. I am authenticating the users to an Active Directory Server with ActiveDirectoryMembershipProvider which works as expected and users get authenticated. What I am trying to do is to get also the role information from the Activ...more >>

accessing IWA secured website from Mac?
Posted by musosdev at 6/8/2007 4:31:00 AM
Hi everyone Having a little trouble with an intranet system we've developed. Basically, the Intranet uses IWA to automatically log the user in on our WIndows machines, using IE. We have a couple of PC laptops, and when you try and connect to the Intranet from those, it asks you for your...more >>

Help! ... Outbound Port Getting Shut Down
Posted by TC at 6/8/2007 12:18:55 AM
Hey All, I have some classes that I recently built for a website which uses the HttpWebRequest & HttpWebResponse objects from the System.Net namespace. Basically, the classes rap submitted data up, connect to external websites on external servers and post / remove the data from these other ...more >>

ASP application using ASP.NET Forms Authentication
Posted by Leandro David at 6/6/2007 5:08:49 PM
Hi, I=B4m working in an already developed and complex ASP Application, we are now with some authentication problems and reading about it, I discovered that Forms Authentication can solve our problems. Is it possible to use forms authentication without chaging all de application to a .NET plat...more >>

µçÄÔ°²È«
Posted by lem at 6/5/2007 12:00:00 AM
ͨ¹ýaspÒ³Ãæ·ÃÎʵçÄÔÖеÄÎļþ Õâ¸öÎÊÌâÔõôÆÁ±Î ...more >>

Forms Authentication - Admin Pages Outside of VS?
Posted by Scott Townsend at 6/4/2007 2:14:26 PM
Okay so I'm somwhat new to ASP.Net and Visual Studio. We've installed WindoesSharepoint Services 3 on our server and have it configured to use Forms Based Authentication. I've gone in VS and created the ASP.Net app and then clicked the Website, ASP.Net Configuration Menu option and it brings ...more >>

Decrypted licensekey
Posted by Anders Bergkvist at 6/2/2007 7:53:30 PM
Hi all, I'm about to built in a simple license handler in my ASP.NET application: 1. I want to specify the licensekey in my web.config: <mySectionGroup> <myCustomConfig licenseKey="licensekey here, hashed?"> <newsProviders defaultProvider="MySQLNewsProvider"> <prov...more >>


DevelopmentNow Blog