Visual Studio cannot create or open the application because the Web server on this computer is not r

  • Thread starter Thread starter Roberto Rocco
  • Start date Start date
R

Roberto Rocco

Whenever I try to create a new ASP Web Page I get this message :

"Visual Studio cannot create or open the application because the Web server
on this computer is not running. Start the Web server before proceeding."

Well, looking at my services I find that both WWW Publishing Services and
IIS are started.
I also successfully restarted both of them, but still keep getting the error
message.

I also did a successful re-registering of aspnet_isapi.dll using
aspnet_regiis -i and regsvr32 aspnet_isapi.dll.
But: Still the same error-message...

I finally deactivated my Windows firewall (I'm running Windows XP SP 2).
Again with no success.

Now I ran out of ideas...

Can anybody give me a hint?

Thanks in advance,

Roberto Rocco.
 
Open the IIS MMC under Web Site Properties/Home Directory Tab, check that
Application Protection level. Try running the web site in Low (IIS Process)
level.
 
Hello Gavin,

thank you for your reply. I made a little progress, but still having
problems:
Here's my status:

Following your suggestion I opened the IIS MMC under Web Site
Properties/Home Directory Tab and checked the
Application Protection level. It was set to "middle". I set it to low and
with this setting I can access simple html with localhost.
BUT: I still cannot enter http://localhost or create an new ASP project.

BTW: After restarting the IIS the protection level wa set back to middle! Do
I have to do something else to make the setting permanent?

Finally, I looked at the event log and actually there's an error entry
saying:
"Event-ID 7034: The COM+ System Application service terminated unexpectedly.
It has done this 3 time(s)."

So might the COM+ System Application Servive be the reason? Or is the event
log entry misleading here?

May thanks in advance for every hint,

Roberto Rocco.
 
I'm getting the same problem. Here is a copy of my COM+ error:

Event Type: Error
Event Source: COM+
Event Category: (98)
Event ID: 4822
Date: 7/25/2005
Time: 11:05:59 AM
User: N/A
Description:
A condition has occurred that indicates this COM+ application is in an unstable state or is not functioning correctly. Assertion Failure: SUCCEEDED(hr)

Server Application ID: {02D4B3F1-FD88-11D1-960D-00805FC79235}
Server Application Instance ID:
{8151D9F6-44AF-411F-A816-CDED61DEF948}
Server Application Name: System Application
The serious nature of this error has caused the process to terminate.
Error Code = 0x8000ffff : Catastrophic failure
COM+ Services Internals Information:
File: d:\qxp_slp\com\com1x\src\comsvcs\tracker\trksvr\trksvrimpl.cpp, Line: 3000
Comsvcs.dll file version: ENU 2001.12.4414.258 shp

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
 

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

Back
Top