|
 |
aspx thread: Problems with ASP.Net on a PDC-Part 2
Message #1 by "Hugh McLaughlin" <hugh@k...> on Wed, 4 Sep 2002 23:24:58
|
|
Hello everyone and thanks for your help in advance. I recently set up a
server that is a primary domain controller with ASP.Net. I ran into the
problem
Server Application Unavailable
When trying to run an ASP.Net page. I subsequently found the article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;q315158
and set up a new account along with what I believe are the appropriate
permissions. However, I am still receivng the error. The event log is
not showing:
Event Type: Error
Event Source: ASP.NET 1.0.3705.0
Event Category: None
Event ID: 1082
Date: 9/4/2002
Time: 12:46:39 PM
User: N/A
Computer: MYSERVER
Description:
aspnet_wp.exe could not be started. HRESULT for the failure: 80004005
I have searched Microsoft support for more information without success.
I am not sure where to go from here. Any help would be greatly
appreciated. Thanks.
Message #2 by "Andrew Bradnan" <andrew@w...> on Wed, 4 Sep 2002 17:20:48 -0700
|
|
Assuming you have the user account all setup and added to the
machine.config, you should only have to set permission s on the
directories. If you are rude like me, you have removed most of the
permissions to the root directory.
\\yourserver\%windir%\Microsoft.Net and on down should have
execute/list/read, at least.
\\yourserver\%windir%\Microsoft.Net\Framework\v1.0.3705\Temporary
ASP.NET Files should have modify/write.
I have exec/list/read on my %windir% and root "only this folder". I'm
not sure if you need that permission. I was messing with Bypass
Traverse Checking the other day. Silly me.
Then, of course, you need permissions to your vroots, but you'll be past
that event.
Hope that helps,
Andrew
http://whirly.info
.NET forums for developers
-----Original Message-----
From: Hugh McLaughlin [mailto:hugh@k...]
Sent: Wednesday, September 04, 2002 4:25 PM
To: ASP+
Subject: [aspx] Problems with ASP.Net on a PDC-Part 2
Hello everyone and thanks for your help in advance. I recently set up a
server that is a primary domain controller with ASP.Net. I ran into the
problem
Server Application Unavailable
When trying to run an ASP.Net page. I subsequently found the article:
http://support.microsoft.com/default.aspx?scid=3Dkb;en-us;q315158
and set up a new account along with what I believe are the appropriate
permissions. However, I am still receivng the error. The event log is
not showing:
Event Type: Error
Event Source: ASP.NET 1.0.3705.0
Event Category: None
Event ID: 1082
Date: 9/4/2002
Time: 12:46:39 PM
User: N/A
Computer: MYSERVER
Description:
aspnet_wp.exe could not be started. HRESULT for the failure: 80004005
I have searched Microsoft support for more information without success.
I am not sure where to go from here. Any help would be greatly
appreciated. Thanks.
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=3D1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=3D1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
|
|
 |