Technical Support Questions and Answers
"John is truly knowledgeable. He's credible, exceptionally helpful and genuinely a "good guy". He's done much more for us than we had any reason to expect. We have been more than pleased with the site John designed for us. He has addressed our every question, no matter how "dumb", with a grace and good humor no longer common."
Peter A. Howe, President Thermal Dynamix, Inc.
|
 |
.ASP files in the same website?| Author |  | admin
8/15/2005 10:37:49 PM | Q: Can a user put .asp into the text edit box of a page and have it work, and/or use an .asp include there? (I have a client with an access db that I want to pull info from)
A: .asp cannot be put into a field... (though it's an interesting idea). On the other hand, you could put .asp files into a directory with IG and have them work as pages. Basically, it looks for the page...if not found, it goes to IG. SO... you could have something like db.asp in the root. Then have it go to the page as needed. It wouldn't use the ig framework though.
NOTE: Most clients with Access databases are better off just importing the data into an Invisible Gold list and accessing it through Invisible Gold.
| |  |
| |
|
 |
|