| RTL reference|Glossary|Tips/Tricks|FREE App/VCL|Best'O'Net|Books|Link To |
| ISAPI tutorial for Delphi developers | |||||||||||||||
| Page 12: Frequently Asked Questions | |||||||||||||||
1. I get this message in IE5 saying Page cannot be displayed
2. Why do I get the error 'The specified module could not be found' when running my DLL?
3. When I try to debug my application under IIS4 I get "Access violation" and the CPU window comes up.
4. I keep having to re-start my computer everytime I change something in my DLL.
1. If you are using IIS 4 or above, in the properties of your scripts directory there is an option to allow you to run the DLL's in a separate memory space. This will activate the Unload button, thus allowing you to unload a DLL that's been loaded into memory.
2. Use the kill.exe program that is included in the NT Resource Kit. From the command line type: kill inetinfo. This will stop the web-server. Make sure you start it again if you are using it in a production environment.
5. When the Tags are replaced in my HTML files, memo fields appear as (MEMO) instead of the value.
There are two ways you can correct this:
1. In the OnHTMLTag, check for the field in question by examining the TagString and if it corresponds to a memo field, then do a manual replace with ReplaceText := Field.AsString.
2. Check the ReplaceText value and if it contains (MEMO), then to a manual replace with ReplaceText := Field.AsString.
Next page > Database enabled applications - Part 1 > Page 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
|
|||||||||||||||
All graphics (if any) in this feature created by Zarko Gajic.
| More Delphi |
|
· Learn another routine every day - RTL Quick Reference. · Download free source code applications and components. · Talk about Delphi Programming, real time. · Link to the Delphi Programming site from your Web pages. · Tutorials, articles, tech. tips by date: 2001|2000|1999|1998 or by TOPIC. |
|
· NEXT ARTICLE:
ADO Cursors - DB/10. Chapter ten of the free Delphi Database Course for beginners. How ADO uses cursors as a storage and access mechanism, and what you should do to choose the best cursor for your Delphi ADO application. |
| Stay informed with all new and interesting things about Delphi (for free). |
|
|
| Got some code to share? Got a question? Need some help? |

