Page 1 of 1

Compiling and running web application

PostPosted: December 28th, 2006, 1:36 am
by juzna@codeplex
Hi,
i'm trying to compile my web application to dustribute it without source code, but I havent found any tutorials how to do it.

What I do is:
1) compile all files using "phpc /target:web ...files..."
2) copy the bin/ direcotry (with WebPages.dll) into web root of my webserver

and what should I do now? How I should make webserver to use bin/webpages.dll?

I was trying this with IIS, Apache and also with mono's XSP2, but without any success.

Can U write me a tutorial how to make it working? Best would be using apache2.

Thanx