Ask a Question related to ASP.NET Security, Design and Development.
-
Sivaraman.S #1
Unable to create Users using Directory services in Windows 2003 Se
I am unable to create new users using directory services in Windows 2003
server. But it is possible to create users with ASP.NET applications in
windows 2000.
I am getting "Permission Denied" and the "General access denied error "
error.
Can you please some code samples or solution for the problem.
Sivaraman.S Guest
-
Create users account and home directory on a FTP server at runtime
Hi, I need to create users account and home directory on a FTP server running window 2003 server at runtime using C#, is it possible to... -
Unable to Create new users using DirectoryServices Windows 2003 Se
I am unable to create new users using directory services in Windows 2003 server. But it is possible to create users with ASP.NET applications in... -
Migrating Users from NT4 to Windows Server 2003
I am in the process of migrating our system to Windows Server 2003 from NT4. I don't want to upgrade because the hardware cannot support the new... -
Exporting users that below to a certain group - windows 2003 active directory
Is there any tool or script that will export the users names from a certain group from the active directory? I tried ldifde but it exports the cn... -
Windows Server 2003 Web Services
Ran into a problem trying to access SQL server using W2k3 Web Edition, cannot load SQL client, but can access Web services that access SQL Server. ... -
Joe Kaplan \(MVP - ADSI\) #2
Re: Unable to create Users using Directory services in Windows 2003 Se
Why don't you post your code instead? The fact that you have it working in
one place but not another indicates that you have a security context issue.
If you show us how you are creating your users, we can point to some
suggestions on what you can do to correct this.
You might also consider starting with this article:
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;329986[/url]
Joe K.
"Sivaraman.S" <SivaramanS@discussions.microsoft.com> wrote in message
news:EF0B9826-6E7D-42F7-928F-C41F7A078696@microsoft.com...>I am unable to create new users using directory services in Windows 2003
> server. But it is possible to create users with ASP.NET applications in
> windows 2000.
>
> I am getting "Permission Denied" and the "General access denied error "
> error.
>
> Can you please some code samples or solution for the problem.
Joe Kaplan \(MVP - ADSI\) Guest



Reply With Quote

