473,545 Members | 529 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

who used Cassini Web Server?

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\wwwr oot, 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...
Oct 12 '07 #1
6 2786
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:

CassiniWebServe r c:\temp\Example Project 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." <r_********@poc zta.onet.plwrot e in message news:fe******** **@news2.task.g da.pl...
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\wwwr oot, 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...



Oct 12 '07 #2
I am not come to say which is better IIS or Cassini.

If the IIS ceased functioning and you can uninstall it, you certainly can
reinstall it easily, can't you?

"R.A.M." <r_********@poc zta.onet.plwrot e in message
news:fe******** **@news2.task.g da.pl...
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\wwwr oot, 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...

Oct 12 '07 #3
Thank you!
/RAM/
Oct 13 '07 #4

Uzytkownik "Norman Yuan" <No*******@NoEm ail.fakenapisal w wiadomosci
news:ux******** ******@TK2MSFTN GP04.phx.gbl...
>I am not come to say which is better IIS or Cassini.

If the IIS ceased functioning and you can uninstall it, you certainly can
reinstall it easily, can't you?
I did it. But the error I had still occurs.
/RAM/
Oct 13 '07 #5
In ASP.NET application using Cassini Web Server v2 I cannot access Session
object. Is it possible that it is the problem with Cassini?
/RAM/
Oct 15 '07 #6
re:
!Is it possible that it is the problem with Cassini?

No, it is not.
The Session Object works fine in Cassiniv2.


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." <r_********@poc zta.onet.plwrot e in message news:fe******** **@news2.task.g da.pl...
In ASP.NET application using Cassini Web Server v2 I cannot access Session object. Is it possible that it is the
problem with Cassini?
/RAM/

Oct 15 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
4312
by: J. Muenchbourg | last post by:
I'm trying to install the Cassini WebServer on my Windows xp with .net framework, but the below instructions to get the webserver running after downloading the .exe doesnot make any sense at all: ------------ Instructions ------------ Go to the directory containing the above files (setup to use c# compiler and gacutil utility). Run...
3
1660
by: Daniel Wang | last post by:
Are there alternate locations to download the Cassini ASP.NET web server? The download link on www.asp.net seems broken: http://www.asp.net/Projects/Cassini/Download/download.aspx?tabindex=0&tabid=1 Thanks.
5
1395
by: Kenneth P | last post by:
Hi all, I want to ensure some security in my asp.net apps. I wanna know that you is you comsuming my asp.net app. That's why I'm interested in finding out various ways to solve that problem. Because my comsumers always are companies and my asp.net product is the only on the market, then I can demand some security, I think.
5
1415
by: Randall Parker | last post by:
Running XP Home which does not come with IIS. In response to advice received on this forum I installed the Cassini web server to serve in place of IIS. See here for Cassini: http://www.asp.net/Projects/Cassini/Download/Default.aspx?tabindex=0&tabid=1 Trying to create an asp.net project in VS 2003. When I try to create the problem I get this...
2
1598
by: Randall Parker | last post by:
I managed to create and compile a simple aspx source file from VS 2003. When I try to access it thru the Cassini web server from my web browser on the same machine I get this below. Anyone know why? Originally web.config was <authentication mode="Windows" /> and had the same error. But I tried editing the web.config file line 46 to "None"...
0
1256
by: stewart | last post by:
Hi. I have an asp.net web application. Normally when i want to build and run it I press CTRL + F5, this starts the cassini web server and opens a browser window where the url is http://localhost:RandomPort the 'RandomPort' being the same port number that the cassini web server is listening on. However, as of today, when I CTRL + F5 the...
5
5292
by: NonNB | last post by:
Apols for the post here, but there is no public.inetserver.cassini Is there a way to configure the cassini / ASP NET Development web server: 1) So that the port can be pegged (seems to be random)? 2) So that can access the server using hostname other than localhost? I need to test some client side SOAP calls Thanks in advance
1
1850
by: Ian | last post by:
I am developing a .NET Web Service that acts as a thin calling layer for a larger object. Thus the larger object runs in the context of the web service that is calling it, and is therefore subject to the security restrictions of the Web Server the web service is run through. All well and good. At the end of the main method call of the larger...
4
2937
by: yancheng.cheok | last post by:
Hello all, I have a web application, which I had developed few years ago with ASP .NET 1.1 Today, I would like to deploy the web application to client, using ASP .NET 2.0 + UltiDev Cassini 2.0 I locate my whole project in a folder named C:\website\GOWatch
0
7465
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7656
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7805
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7416
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7752
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
4944
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3449
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1013
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
701
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.