Ask a Question related to ASP.NET Web Services, Design and Development.
-
dsh #1
Windows Server 2003/IIS 6.0/ASP.NET "Could not find a part of the path"
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?
dsh Guest
-
Server.CreateObject("MSWC.Tools") fails in Windows 2003 server?
hello all, I hope you all are fine and doing well. I'm finding this error when i do Server.CreateObject("MSWC.Tools") in ASP using interdev. I... -
crystal report "logon failed" on windows server 2003
Hi all, I encountered a crystal report deployment problem. I make reports with Crystal Report for Visual Studio .NET 2003. It works fine in... -
"Could not find a part of the path… " error on IIS 6.0
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. ... -
Exception - Could not find a part of the path "D:\"
I've just deployed my .Net Web app at an ISP on a shared server. Whenever I try to create a new directory, an exception is raised - Could not... -
replacing part of the path for "tar"
Hi, I have to tar -xvf ebf100.30.tar, but when I do it it creates an ebf10030 directory inside the target directory and puts all the stuff... -
Jan Tielens #2
Re: Windows Server 2003/IIS 6.0/ASP.NET "Could not find a part of the path"
I suggest you post this question in the ASP.NET or IIS newsgroups... I guess
they'll be able to help you out.
--
Greetz
Jan Tielens
________________________________
Read my weblog: [url]http://weblogs.asp.net/jan[/url]
"dsh" <darrienhess@yahoo.com> wrote in message
news:76e903e5.0401151356.249d5707@posting.google.c om...> 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?
Jan Tielens Guest
-
dsh #3
Re: Windows Server 2003/IIS 6.0/ASP.NET "Could not find a part of the path"
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
"Jan Tielens" <jan@no.spam.please.leadit.be> wrote in message news:<uT1wa2$2DHA.3196@TK2MSFTNGP11.phx.gbl>...> I suggest you post this question in the ASP.NET or IIS newsgroups... I guess
> they'll be able to help you out.
>
> --
> Greetz
>
> Jan Tielens
> ________________________________
> Read my weblog: [url]http://weblogs.asp.net/jan[/url]
>
>
> "dsh" <darrienhess@yahoo.com> wrote in message
> news:76e903e5.0401151356.249d5707@posting.google.c om...> > 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?dsh Guest



Reply With Quote

