Re: Spawning a process with ASP.NET 2.0 beta 2
- From: "Marianne" <Marianne@xxxxxxxxxxxxx>
- Date: Wed, 8 Jun 2005 09:47:30 -0400
It's running under IIS. After trying the Process method earlier, I received
some error that I can't specifically recall--I'll recreate that test and
post the results. In the meantime, this was absolutely working correctly
under ASP.NET 1.1 but as soon as the upgrade happened it fails every time
now. So I'm at a loss to explain the problem.
Marianne
"Scott Allen" <scott@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:3isda1tt8kcbt5s8up525an674c07vhuk8@xxxxxxxxxx
> Hi Marianna:
>
> Is the 2.0 project running under IIS or under the VWD thingy?
>
> One tip is that in 2.0 you can spawn a process with a specific
> username and password using the Process class. This might make things
> easier for you in either case.
>
> --
> Scott
> http://www.OdeToCode.com/blogs/scott/
>
> On Tue, 7 Jun 2005 16:25:23 -0400, "Marianne" <Marianne@xxxxxxxxxxxxx>
> wrote:
>
>>Had 1.1 configured so that a process I was launching on a web server would
>>have access to a domain controller in a different domain. This was
>>accomplished by setting the <processModel> tag in machine.config to use
>>the
>>ASPNET account with a specified password. Then on the DC created an
>>identical account with the same password (pass-through authentication).
>>
>>After switching to ASP.NET 2.0, I get "Access Denied" messages when trying
>>to access the DC (it's just calling dnscmd.exe which connects to the DC
>>for
>>purposes of getting zone information out of DNS). Since pass-through
>>authentication isn't working now, this means either the aspnet_wp.exe
>>process isn't being created like it used to be or there is/are additional
>>security mechanisms in place that didn't exist in 1.1. If anyone has any
>>idea how to make this work I'd greatly appreciate any input. Thanks.
>>
>>Marianne
>>
>
.
- References:
- Spawning a process with ASP.NET 2.0 beta 2
- From: Marianne
- Re: Spawning a process with ASP.NET 2.0 beta 2
- From: Scott Allen
- Spawning a process with ASP.NET 2.0 beta 2
- Prev by Date: Re: How to solve this? Thank You.
- Next by Date: Noob question about returning HTML
- Previous by thread: Re: Spawning a process with ASP.NET 2.0 beta 2
- Next by thread: z-index automatically set by Visual Studio
- Index(es):
Relevant Pages
|