Cassini Webserver files

J

J. Muenchbourg

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 'build.bat', it will:
* compile Cassini.dll assembly
* add Cassini.dll assembly into Global Assembly Cache
* compile CassiniWebServer.exe web server application

Run the web server using 'CassiniWebServer <physical-path> <port>
<virtual-path>'.
For example:
CassiniWebServer c:\ 80 /

-------

Even "running" the build.bat file (by clicking on it) doesnt do
anything.

???
Muench
 
D

Dino Chiesa [Microsoft]

If you get no help here, maybe try the forums on www.asp.net ?
I think there is one for Cassini ....
More people there will be aware of it.
-Dino
 
D

DM McGowan II

J. Muenchbourg said:
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 'build.bat', it will:
* compile Cassini.dll assembly
* add Cassini.dll assembly into Global Assembly Cache
* compile CassiniWebServer.exe web server application

Run the web server using 'CassiniWebServer <physical-path> <port>
<virtual-path>'.
For example:
CassiniWebServer c:\ 80 /

-------

Even "running" the build.bat file (by clicking on it) doesnt do
anything.

???
Muench

Maybe try running a copy of the .NET Comand Prompt and CDing to the Cassini
location and then run Build.bat. If that doesn't work then begin fixing
that. If it does work then follow the instructions on the screen to run
Cassini.
 

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