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 > august 2004 > threads for august 29 - 31, 2004

Filter by week: 1 2 3 4 5

Problems with page aspx
Posted by Silvia at 8/31/2004 11:11:03 PM
Hi I have a windows service that run a aspx page in the url http://ip/raimserver/ris/cpr002.asxp with user and password and produce an error: Time-Out sending request. RIS server can be down. Exception is :System.Net.WebException: The remote server returned an error: (401) Unauthorized. ...more >>


Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
Posted by DC Gringo at 8/31/2004 10:30:17 PM
Using latest SP Win2k and .NET versions, I have a .NET application running on server1 with a SQL Server database running on server2. I have the Windows user account passwords sync'd for server1\aspnet (installed by .NET Framework and server2\aspnet (created by me--this machine has no .NET Frame...more >>

DllImport Error
Posted by tetci NO[at]SPAM pyazilim.com at 8/31/2004 6:14:19 AM
Hello friends, I need to load an unmanaged dll(which i wrote for license control) from system32 folder and then my asp. net project will read the values from there.(I'll write the full code to the bottom) I get an "Object reference is not set an instance of an object error"...This code works ...more >>

Accessing objects in active directory via asp.net
Posted by toufani NO[at]SPAM gmail.com at 8/31/2004 5:30:13 AM
Hi everybody, I want to retrieve information about objects in active directory windows 2000 and their properties. I got some codes that don't work absolutely. for example I can't retrieve users list and group list separatedly.there is my code that downloaded from the internet : public class...more >>

Login failed for user '(null)'. Reason: Not associated with a trusted SQL
Posted by Brian Fulford at 8/30/2004 4:30:12 PM
I am losing lots of hair over this issue. We are trying to implement windows authentication from a web server to a database server. The web server is on a domain; the db server is not... does this matter? the IUSR_machinename user from the web server has been added as an account on the db server...more >>

WindowsPrincipal.IsInRole() problem with non-builtin roles
Posted by naijacoder naijacoder at 8/29/2004 11:53:10 PM
Can't get WindowsPrincipal.IsInRole() to work for me when using Windows Authentication. Here's a snippit of code from my C# codebehind page: WindowsPrincipal wp = new WindowsPrincipal( WindowsIdentity.GetCurrent() ); lblUser.Text = wp.Identity.Name; Label1.Text = wp.IsInRole(@"DOMAIN...more >>

Windows autentication with WindowsPrinicipal
Posted by naijacoder naijacoder at 8/29/2004 9:11:45 PM
Hello, I'm using Windows Authenetication with my code below with Windows Principal. I noticed that when i use IsinRole with "BUILT\Administrator its does work fine but when i use DomainName\GroupName it doesn't go. Does anybody know what 'm doing wrong? Pls forward ur ideas! Than...more >>

Required permissions to set Process.PriorityClass in Win 2003 serv
Posted by Paul Roberts at 8/29/2004 9:11:07 PM
Hi All, I have an asp.net application that needs to set it's priority to normal, but I get access denied when the below code executes. The reason I have to do this is I use a third party com component and it changes the priority to high, so I want to bang it on the head to make it normal a...more >>




DevelopmentNow Blog