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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|