Wierd error (web server not running 1.1)

V

VB Programmer

I have both ASP.NET 1.1 and 2.0 on my system. Most of my sites are 1.1.

All of a sudden when I load any solution I get this error:

VS.NET has detected that the specified Web server is not running ASP.NET
v1.1. You will be unable to run ASP.NET web applications or services.

When I check IIS, under "Web Sites", there is a ERROR stop sign icon next to
"Default Web Site (Stopped)". When I click on it and hit the "play"/start
button I get this error:

Unexpected error 0x8ffe2740 occurred.

Any ideas what's going on and how I can fix this?

Thanks!
 
B

brett.a.rogers

Try using the following command:

c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

It will make framework v1.1 active.

HTH,
Brett
 
V

VB Programmer

I tried it but I get the same error. In IIS all the websites show up as
regular yellow folders now. Any ideas? Thanks.
 
C

Christopher Reed

You state that the Default Website has an error icon next to it. If this is
the case, then it sounds like your default website is gone. Verify that you
still have c:\inetpub\wwwroot. If you don't, then do you know where your
default WWW root directory is?
 
V

VB Programmer

SOLUTION:

I installed Skype, which must have been accessing port 80.

See this article: http://support.microsoft.com/?id=816944
"Unexpected Error 0x8ffe2740 Occurred" Error Message When You Try to Start a
Web Site
View products that this article applies to.
Article ID : 816944
Last Review : September 26, 2003
Revision : 1.0

SUMMARY
When you try to use Internet Information Services Manager (IIS Manager) to
start a Web site, the Web site does not start, and you may receive the
following error message:
Unexpected error 0x8ffe2740 occurred
CAUSE
This behavior may occur if a port conflict exists on the system. By default,
IIS uses port 80 for HTTP communication. If an application other than IIS is
running and is using port 80 on the same IP address, you may receive the
error message when you try to use IIS Manager to start the Web site.
RESOLUTION
To resolve this problem, you can do either of the following: . In IIS
Manager, change the port bindings for the Web site to a port other than port
80.
. Stop the application that is using port 80, and then start the Web
site from IIS Manager.

MORE INFORMATION
The third-party products that are discussed in this article are manufactured
by companies that are independent of Microsoft. Microsoft makes no warranty,
implied or otherwise, regarding the performance or reliability of these
products.

You can use third-party tools like TCPView or FPort to identify the other
application that is using port 80.
 

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

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,050
Latest member
AngelS122

Latest Threads

Top