After the Microsoft .NET Framework Service Pack 2 is installed,dotnetdonest' work well.

S

sprming

After the Microsoft .NET Framework Service Pack 2 is installed,
Each time I start the computer then start Visual Studio to open a web
project, I get the following error,

Visual Studio has detected that the specified Web server is not running
ASP.NET version 1.1 ,you will be unable to run ASP.net Web applications
or service.

In IIS console ,I found that the defaut website is stopped.

run "aspnet_regiis /i" still can't slove the problem.

sometime I need to restart the computer and restart the IIS and run
"aspnet_regiis /i" several times to slove the problem.

I wonder if someone have good idea about this problem.

Thanks.
 
G

Guest

Hi,

You have to register it.

Got vs.net command prompt and type aspnet_regiis -i.

this should solve your problem.

if it doesnt, write back.
 
S

sprming

Thanks for your reply.
As I mentioned , aspnet_regiis -i doesn't help.
more inforamtion to you:


When I start Internet Information Service MMC,
Default website icon is Error and is stopped.
When I click start ,error message "unexpected error 0x8ffe2740 occurred"

In the event view, System logs, I found this error log several times.

Event Type: Error
Event Source: W3SVC
Event Category: None
Event ID: 115
Date: 2004-6-14
Time: 16:46:31
User: N/A
Computer: DEIMOS
Description:
The service could not bind instance 1. The data is the error code.
For additional information specific to this message please visit the
Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 40 27 00 00 @'..

I reinstall the IIS, it doesn't solve the problem.

It seems this happen AFTER windows update "Microsoft .NET Framework
Service Pack 2 " is installed, and I have both .Net Framework 1.0 and
1.1 installed.

Thanks a lot!
 
S

sprming

sprming wrote:

I got it !
Thanks!

It's because that some other app use the port that IIS used.
 

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