Thursday, March 05, 2009
getting cassini to work
I farted around with cassini last week but i couldnt get the thing to build and to install the assemble into the gac.
i found a trick from another project i was working on.
start the command compiler command shell with the visual studio tools
cd to the cassini director and run build.bat
i was able to build and install cassini
i created a simple web project a blank page and moved this to the director c:\temp
and ran
C:\Cassini>CassiniWebServer.exe c:\temp 8080 /temp
loaded mozilla and
ran
http://localhost:8080/temp/
i found a trick from another project i was working on.
start the command compiler command shell with the visual studio tools
cd to the cassini director and run build.bat
i was able to build and install cassini
i created a simple web project a blank page and moved this to the director c:\temp
and ran
C:\Cassini>CassiniWebServer.exe c:\temp 8080 /temp
loaded mozilla and
ran
http://localhost:8080/temp/
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head><title>
Untitled Page
</title></head>
<body>
<form name="form1" method="post" action="default.aspx" id="form1">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNzgzNDMwNTMzZGSLYl3aThqDqzWeHM/cMb5uC4Vx5A==" />
</div>
<div>
</div>
</form>
</body>
</html>