Windows Server 2003/IIS 6.0/ASP.NET "Could not find a part of the path"

D

dsh

I have an ASP.NET web application running on a load-balanced Windows
Server 2003 web farm running IIS 6.0, using Active Directory
authentication. I'm trying to programmatically create a new directory
on a different server in the same domain. Before we switched to 2003,
I was able to simply change the user in the machine.config file to a
domain user with permissions. In 2003 I have done the following:

1. Created a new domain user account.
2. Made this user an Administrator on all servers.
3. Created a new application pool and set the Identity of the App Pool
to the new user.
4. Set my application to use this app pool.
5. Added this user account to the IIS_WPG group.
6. Added User Rights of "adjust memory quotas for a process" and
"Replace a process level token" to this user account.
7. Used the SETSPN to add a SPN for this user account using syntax:
SETSPN.EXE –A HOST/<computer name> Domain\UserAccount

I'm still getting the "Could not find a part of the path…" error when
the System.IO.Directory.CreateDirectory method is called.

Any ideas?
 
D

dsh

Thanks, Jan. I realized my mistake in posting it in the webservices
forum immediately after I submitted it and put it in the proper forum.
Sorry for the inconvenience.

- Darrien
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top