Re: Spawning a process with ASP.NET 2.0 beta 2

Tech-Archive recommends: Speed Up your PC by fixing your registry



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
>>
>


.



Relevant Pages

  • Re: IIS6 issue
    ... >user you will get error messages next to boxes, it does not work on IIS 6... ... >click add and it's adding empty field to SQL db ??? ... >In 5.0 you use ASPNET account for your ASP.NET applications when you want ... looks like you've added some validation controls to an ASPX web form, ...
    (microsoft.public.inetserver.iis)
  • RE: MSExchangeSA Event 1031
    ... story there might be something with ASPNET account. ... Any changes in IIS ... Regards, ... Michel Boks - B.ICT ...
    (microsoft.public.exchange.admin)
  • Re: ASP.NET Impersonation
    ... If DB and IIS are on different machine you cannot use the aspnet account ... that is a machine account. ... This app accesses a database on separate database server using ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: VS.NET 2003 - Error after Windows updates installed
    ... I run IIS on seven development machines and two servers and have never had problems with IIS following any security updates over the last three years, so I think it's probably something different with your IIS, have you checked all the Event logs of the affected machine? ... Thursday, sometimes others but usually Thursday, after I have reset my machine after receiving the Tuesday updates, I get the following message: "The Web server reported the following error when attempting to create or open the Web project lcoated at the following URL: 'URL' <-- that is where the path goes. ... echo "Reregistering ASP.NET and the ASPNET account." ...
    (microsoft.public.vsnet.general)