re:
!> But I don't have another web server! I uninstalled IIS and I rebooted my computer.
With Task Manager, look for web server instances running ( aspnet_wp.exe ).
You can specify a different port for Cassini to use, btw, if push comes to shove:
CassiniWebServer c:\temp\ExampleProject 1234
That will run Cassini on port 1234.
Better yet, dump Cassini, which is quite dated, and install Cassiniv2.
Direct link to the source files:
http://blogs.msdn.com/dmitryr/attachment/548131.ashx
You also need the v2.0 version of GACUTIL which is installed
with VWD Express, VS 2005 and the .Net Framework 2.0 SDK.
Make sure you read the "ReadMe.txt" file included in the zipped source.
Juan T. Llibre, asp.net MVP
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en espaņol :
http://asp.net.do/foros/
======================================
"R.A.M." <> wrote in message news:fenl05$fa9$...
> Hello,
> I have problem with IIS 5.1 - it ceased to function. So I downloaded and
> installed Cassini Web Server and uninstalled IIS in my Windows XP
> Professional. The problem is that I cannot successfully run Cassini. I
> entered application directory F:\Inetpub\wwwroot, server port 80, virtual
> root / and I pressed Start button. Then message box appers:
>
> Cassini Managed Web Server failed to start listening on port 80. Possible
> conflict with another Web Server on the same port.
>
> But I don't have another web server! I uninstalled IIS and I rebooted my
> computer. Trying to enter different directory or port doesn't help - still
> the same error.
>
> Could you help me please?
> Thanks in advance!
> /RAM/
>
> PS. By the way: do you know "Unexpected error 0x8ffe2770" in IIS 5.1? Reinstalling of IIS doesn't solve the problem...
>
>