ASP to EXE is the tools which can compile asp project into exe file.The compiled exe file is an application program of window, which can run without IIS. Normally, the ASP to EXE code can run on web server, but ASP to EXE can't run independently, and you must provide ASP to EXE source code to your customer. With ASP to EXE, you can compile asp code into exe or dll file, the compiled exe file can run as windows application. 1. Steps for compile ASP to EXE into exe: Import your ASP to EXE project: you just select the folder which is your ASP to EXE code location. Mark database files: because the database(as *.mdb ) must be loaded by system. Other file which may be modifyed should not be compiled into dll file. Compile the project: This step will compile ASP to EXE files , html files etc into exe and dll files.Other marked files in step 2 will be copied into your exported folder. Test the exe file: Run the compiled exe file for test the result. 2. SDK for use the exported dll: The exported exe file can run as windows application, and you can release it as your product. If you wish, you can use program language( like VB, C++, C# ) to develop the dll with our SDK. The exported dll file has some API to load. |