Cassini Webserver files

  • Thread starter Thread starter J. Muenchbourg
  • Start date Start date
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
 
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
 
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.
 
Back
Top