Is IIS installed?
Main Topics
Browse All Topicsfor any web application configured to run under asp.net 2.0 gives me error of "Server Application unavailable"
Event log entries are like below:
Application log:
Event Type: Error
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1084
Date: 21-Oct-2009
Time: 3:51:12 PM
User: N/A
Computer: PC Name
Description:
aspnet_wp.exe could not be started. The error code for the failure is C0000005. 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.
Security log
in security logs I got failure audit for System and Network services accounts.
Installed .net frameworks on XP SP3 OS:
.net Framework 1.1
.net Framework 2.0 SP2
.net Framework 3.0 SP1
.net Framework 3.5 SP1
compact framework 2.0
on some machines latest KB 974417 is also installed.
this problem was started in last week only.
Solutions already tried:
1. we have tried to uninstall all frameworks. and then install it back .. didn't help :(
2. we have tried to uninstall all frameworks. and then install 2.0 plain .. web sites are working but not enough for working.. as we need 3.5 with SP1 as well :(
3. when framework 2.0 SP2 was installed after base framework - websites gives same errors.
4. ASPNET and IWAM_PC Name users are not locked and has required rights on framework folders and temp folders as well ;)
5. System restore - didn't work :(
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Use ASP.NET IIS Registration Tool (Aspnet_regiis.exe) to uninstall and reinstall :
http://msdn.microsoft.com
Also, if you haven't looked here :
http://forums.asp.net/t/1
then check it out... lists a lot of potential fixes... specifically check the app pool settings
I did following steps:
1. Uninstall Symantec Endpoint Protection (SEP 11.0.5).
2. Restart the computer.
3. Check ASPNET user is not locked by right clicking on my computer and manage > Local users and
group > Users.
4. Open Visual Studio 2005 command prompt.
5. Type aspnet_regiis I and enter, it will install asp 2.0
6. Close the Visual Studio 2005 command prompt.
7. Open normal command prompt and restart the IIS by typing iisreset in run menu.
So my conclusion is, this problem occurs due to Symantec Endpoint Protection 11.0.5.
But i am still doing some R&D.
I have engaged with Symantec on this same issue. It is only related to Symantec Endpoint Protection version RU 5. If you remove the Application and DEvice Control from the Firewall module, then you should be fine, temporarily. This issue is already resolved in RU 6, which has entered Alpha testing.
SEP 11 RU6 is still a couple months away from being released. This is the only ETA I have currently.
In the mean time, I had to remove this policy for all my machines in my network to avoid more issues. Some people don't think it has to do with Antivirus and start troubleshooting an issue with IIS, ASP.net and sometimes they mess things up when they were not even broken.
There is a file that prevent the launching of ASP.net service, thus not allowing ASP.NET .net version 2 only, applications, to work.
Hope this helps (late, but sure)
Regards,
I had the exact same problem although other users with similar builds (or so I thought) had no issues. To resolve my problem I upgraded Symantec Endpoint Protection to RU6a and the ran aspnet_regiis.exe for 2.0. Dot .Net 2005 projects now run fine.
However, just recently some of my colleagues upgraded their SQL Client tools to 2008 R2 which also installed the .Net Framework 3.5. After this they started experiencing the same problems which was resolved by upgrading to RU6a.
Business Accounts
Answer for Membership
by: techExtremePosted on 2009-10-21 at 07:35:34ID: 25624380
I guess you install iis and then .net framework. Then recreate virtual directory for your website/webapplication. Hopefully this should go away. WHen you'll recreate virtual directory, .net 2.0 will be configured with your site.