Ahmad
|
| Posted: 04/21/2002, 6:28 AM |
|
Is there a template in CodeCharge to create html files that connect to local MDB file so that I can publish the entire site on a CD (instead of a server)to run locally without internet connectivity?
|
|
|
 |
Nicole
|
| Posted: 04/22/2002, 4:15 AM |
|
Ahmad,
CC generates code and html files or just code file (depending on selected pattern) and let you connect to db, i.e. CC generates db driven web sites. You can run it on your local machine without Internet connection. In this case db and web server should be installed on your machine.
I see you're new to CC, I can advice you to refer to some CC tutorials located at CC support site: http://support.codecharge.com/tutorials.asp that will help you to start.
|
|
|
 |
Ahmad
|
| Posted: 04/25/2002, 7:05 PM |
|
Hi Nicole,
What i need from CC to do is to generate html pages that are connected to a DB file but without the need to have a webserver at all.....i need that to distribute the entire site on a CD to be distributed and that can run without connection to the internet....
|
|
|
 |
Petr
|
| Posted: 04/25/2002, 8:20 PM |
|
You can do that with pure html/xml but not with a database driven site. The servers have code (drivers) that allow for connection to a database.
|
|
|
 |
Ken Hardwick
|
| Posted: 04/26/2002, 2:59 AM |
|
check out...
http://www.newobjects.com/prodct/Category/57
|
|
|
 |
Michael
|
| Posted: 10/08/2003, 1:52 AM |
|
If you are thinking of putting your ASP onto CD, then goto http://www.newobjects.com/prodct/Category/57 I have used it myself and the support that I got was great. If you want to run your ASP on a CDrom on a machine that is protected by nortons, then just email the support at newobjects and let then know that you used CodeCharge to Generate your code and they will tell you what you need to change in your code. They have alot of time for newbies.
Nortons won't run some script in the "TemplateObj.asp" generated by CodeCharge.
I highly recomend ALP for anybody wishing to run their ASP on CD rom or even if you just need to test your code, (Could be useful for "XP home edition" users).
The support that I recieved was more than I could have expected.
|
|
|
 |