Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 25th, 2005, 12:42 AM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default .net green - please help : aspnet_wp.exe?? ACL's ?

First time in the .net area for me. I have a good understanding of Classic ASP and all related aspects.

I have purchased a wysiwyg HTML editor for the purposes of a savvy little spell checker that has no cliet dependencies from http://cutesoft.net (CuteSoft for ASP ver 4.1) A very good tool. The netSpell (written entirely in c#) feature requires the .net framework, I installed this locally and it works like a dream (XP Pro)

The production server is a 2k box. When I execute the spell checker I am experiencing the following application errors:

Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1084
Date: 8/25/2005
Time: 3:21:17 PM
User: N/A
Computer: KUTRIS02
Description:
aspnet_wp.exe could not be started. The error code for the failure is 80070545. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the .NET Framework is correctly installed and that the ACLs on the installation directory allow access to the configured account.




Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1084
Date: 8/25/2005
Time: 3:21:48 PM
User: N/A
Computer: KUTRIS02
Description:
aspnet_wp.exe could not be started. The error code for the failure is 80070545. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the .NET Framework is correctly installed and that the ACLs on the installation directory allow access to the configured account.

What are ACL's?
Is the aspnet_wp.exe talked about specific to this software?
Does anybody have a suggestion how I may resolve this issue?

FYI this server is in a defence restricted network - not real easy for me to just uninstall and re install the framework (is a possibility) I do have direct administrative access via Dameware. I get the same behaviours using the browser on the box its self via dameware and remotley from elsewhere in the network.

Looking forward to a dot neters reply.
TYIA




Wind is your friend
Matt
__________________
Wind is your friend
Matt
 
Old August 30th, 2005, 07:30 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

ACL is Access Control List. It has to do with security.

aspnet_wp is the ASP.NET worker process that runs inside/from IIS to service ASP.NET requests on the server.

It sounds like the application is trying to talk to the ASP.NET worker process. I'm not familiar with this application so I can't tell you much more than this.

-Peter
 
Old August 30th, 2005, 07:55 PM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default

Peter (LOL - nice domain name)

Thank you for your time. I have found the following MS article:

http://support.microsoft.com/default...b;en-us;811320

But have not had a chance to get into 'fort knox' so I can get directly on the server to execute the suggestions. The article calls the suggestions a work around, mmmm would prefer a fix.

Q. If I can Dameware to the server would this mean any possible network related permissions are eliminated? I am getting the same behaviours from a remote location in the network as I am via Dameware using the browser on the server.

I installed the framwork on my local machine. No work around was neccessary, everything just worked. Is this the difference between my local XP Pro and the Servers 2k platform? I have not read anywhere a framework and 1.1 install is different in a XP Vs 2k environment. Is this the case?

Anyone else out there seen these behaviours?

TYIA and have a fine day...

Wind is your friend
Matt
 
Old August 30th, 2005, 07:57 PM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default

BTW : My Dameware account is administrative

Wind is your friend
Matt
 
Old September 7th, 2005, 12:51 AM
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default

I have executed the suggested MS solution/workaround. This did not fix my problem, there is no chnage in the behaviours described above. Would appreciate an experienced .net ers time on this one very much.

I have given the IUSR and the ASP.NET (not sure if I was supposed to do it for both users) full control over the locations suggested in the article. When I run:

cacls c:\assembly /e /t /p [serverName]\IUSR_[serverName]:R

in a command prompt for the IUSR it executed however when I run the same command for the ASP.NET account:

cacls c:\assembly /e /t /p [serverName]\ASP.NET_[serverName]:R

I got the following text displayed:

"No mapping between account names and security IDs was done"

What does this mean? How can I map these? Is this why I still have my problem? I am very stuck on this one, anybody got time to assist?

TYIA




Wind is your friend
Matt





Similar Threads
Thread Thread Starter Forum Replies Last Post
aspnet_wp.exe could not be launched jayabhatia .NET Web Services 12 February 12th, 2008 01:41 PM
aspnet_wp.exe could not be launched asfhan .NET Web Services 1 July 11th, 2003 04:34 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.