Re: aspnet_wp.exe could not be started
- From: bruce barker <nospam@xxxxxxxxxx>
- Date: Sun, 18 Nov 2007 18:51:25 -0800
the issue you are dealing with is that domain controllers do not have local accounts and for security, iis, aspnet and sqlserver have been converted to local limited priv accounts in their installation.
you have to go thru each and convert to a domain account with the correct permissions. it sounds like you've got sqlserver (its pretty simple because it will setup the account privs).
next you should do iis, then asp.net. iis should have been a domain account (you can check the identity under services).
you should probably uninstall iis and asp.net then reinstall them. it sounds like your iis install is bad. i'd delete the iis metabase file after the uninstall.
-- bruce (sqlwork.com)
Rbrt wrote:
This whole thing has already been discussed in this thread: http://msdn.microsoft.com/newsgroups/default.aspx?query=aspnet_wp.exe+could+not+be+started&dg=microsoft.public.dotnet.framework.aspnet&cat=en-us-msdn-dotnet-frmwrk&lang=en&cr=US&pt=de7bb609-3fd0-4b0f-865d-5ed2463ad5d0&catlist=DEA2432D-EA76-4E5B-AF80-E56902048BAD%2C774F24A2-F71F-425F-AC2B-DC48AB0DA5C9&dglist=&ptlist=&exp=&sloc=en-us.
I have exactly the same scenario as the guy who started this thread - IIS on a domain controller. Before you start lecturing me on my setup, I am a professional developer and the reason I have IIS running on a domain controller is that I have a small development network with a server (domain controller/web server/SQL Server) and a couple of workstations. The server also serves as a test deployment server for applications I build for my customers. This should not be unusual given the population of MSDN members (of which I am one). I have talked to a handful of them at Microsoft events who do the same thing.
My server is Win 2003 Server standard, which I upgraded from Win 2000 Server. This in itself was a nightmare and I had to burn one of my 4 support incidents to get it done. Took two days altogether. I couldn't believe how badly it went. All of my software comes from my MSDN subscription.
Now I am trying to deploy an ASP.NET 2.0 app to the server from the development workstation to testbed it.
I have all the same symptoms as discussed in the thread above - no application pools showing up (they were there when I installed ASP.NET 2.0 on the Win 2000 server before I upgraded, and now have disappeared), same error messages in the app log. I did all of the things specified in the KB articles as well as the stuff recommended in the thread... re-registering asp.net, setting up special account, setting permissions, ....
The big difference for me is that I put the user account and password in the machine.config file and it still does not work.
Please do not lecture me about not running IIS on a domain controller. This is a development environment and it is very tightly secured behind a firewall. And please, no lame comments from the Linux crowd, OK? We've heard it all before. When my customers switch to Linux, then maybe I will too. Until then, I work with what they've got.
Any advice from anybody else out there who has gone through this nightmare would be greatly appreciated.
Thanks
Robert
- Follow-Ups:
- Re: aspnet_wp.exe could not be started
- From: Rbrt
- Re: aspnet_wp.exe could not be started
- Prev by Date: How to make roles use domain accouunts not local
- Next by Date: Re: window.open() and unwanted session state (urgent)
- Previous by thread: How to make roles use domain accouunts not local
- Next by thread: Re: aspnet_wp.exe could not be started
- Index(es):
Relevant Pages
|