F.A.Q.
- What difference between trial , standard,professional and enterprise version?
-
How to get started?
1. Click the button beside the text box of the ASP main folder to choose the ASP folder to be converted.
2. Click the button beside the text box of the output folder to choose a folder to hold generated files (Note: the output folder can't be within the main folder or any of its sub folders).
3. Open the left directory tree, and check to choose ASP files to be converted and other files to be copied.
4. Set files to be converted or copied, and click Save to save current setting. Thus there is no need to set it again in future conversions.
5. Click the Compile Options button, and enter the name of the project in the Project Name text box.
6. Enter the output folder. There are two sub folders, namely ASPCode and VBCode. First enter the folder VBCode and open the VB project under this folder. Click File -> Make in VB. A DLL will be generated. Copy this DLL to any folder in the web server, and input Regsvr32 XXXXX.dll under the command line of the web server.
7. Backup the original ASP main folder. Copy and replace all files under ASPCode to the ASP main folder (another choice is to create a new main folder in IIS, and point it to the folder ASPCode). This completes the configuration. Now the only codes exist in ASP pages under the folder ASPCode are those calling the components, and all business logics have been encapsulated into DLLs.
Note: It's supposed by the software that you have installed VB6. If you haven't, please do it first, or compiling will be impossible.
- What is the limitation in VB 6. 0
?
It doesn't support a single line longer than 1023 characters. There is no limit as how long a line can be in the codes in ASP pages, but in VB, there is a limit of 1023 characters.Each converted module can have NO MORE THAN 65534 lines. Each function or procedure can't be longer than 64 KB.
- Can ASPtoDLL protect the asp code which has already be proteced by other tools(such as the Microsoft screnc.exe)?
no.
- Do ASPTODLL does not support the encapsulation of the file Globa.asa.?
no.
- Where can I get the more help?
Please send question to support@asptodll.com, we can help you!
|