Hello,
on my project I use the old Cassini Web Server. I add the UltiDevCassiniHttpRequestProcessor2.0.dll assembly to my c# project and the start the web server by using
var server = new Cassini.Server
(
port,
virtualPath,
physicalPath,
defaultPage
);
server.Start();
How can I migrate this stuff to the new UltiDev Web Server Pro. Which assembly must I add to my project and what kind of changes must I made on my dot.net c# project to get the same behaviour.
Thanks for help,
Christian