vwd, IIS6.0 unalbe to get websites to work

G

Guest

I am unalbe to get a website created with vwd 2005 running on IIS6.0 with
ASP.NET version: 2.0.50727. I get a server application unavailable. I have
..htm websites that run.

I checked the event log:

Failed to execute request because the App-Domain could not be created.
Error: 0x80070005 Access is denied.

Event ID: 1088

Not sure what is going on. Any help would be great.
 
G

Guest

Change the Identity in your App pool to Local System and see if that works.

If it does, then change it back to Network Service (default) and run the
filemon/regmon tool to diagnose the issue.

1) Download...
Filemon from http://www.sysinternals.com/Utilities/Filemon.html
Regmon from http://www.sysinternals.com/Utilities/Regmon.html
2) Run Filemon and Regmon and reproduce the error
3) Once the error is reproduced, you need to Open Filemon and Regmon one by
one and click on File -> Capture Events to check it Off. (By default, it is
on and it captures everything)
4) Now, save the Filemon and Regmon logs and open them in Excel (right click
on the file -> Open With Excel)
5) Select Data -> Filter -> Autofilter
6) Drop down column F and see if you have Access Denied errors (select them
if you have)
7) Once you get those error messages, all you need to do is analyze those
lines and fix the cause of Access Denied.

HTH!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top