Buffering is on by default in IIS 5
You can speed up ASP by adding the following statement at the beginning of an ASP page: Response.Buffer = True This statement must be executed before any HTML text is
You can speed up ASP by adding the following statement at the beginning of an ASP page: Response.Buffer = True This statement must be executed before any HTML text is
When you perform a complex and time-consuming query in your ASP program, you should periodically test whether the client is still connected, using the IsClientConnected method of the Response object,
Question: How do I set up the administrator contact subfolders as an address book on a different mailbox in order to allow other users to add information? Answer: Assuming you
Question: Is there any way to edit the global address book in Exchange from a 98 client machine? Answer: The easiest way isn’t the way you’re expecting. I’d use a
Question: I found out about a software suite around eight months ago that would allow me to mirror my production server on the fly and that would make the mirror
Question: I am trying to find out how to import Novell GroupWise Mailboxes and address books into Outlook 2000. No one seems to know. Can you help or suggest where
Question: Why should I choose to implement Exchange 5.5 when Microsoft Office works for my company? Answer: Well…Microsoft Exchange Server is a very different product from Microsoft Office. Office is
Question: I am outputting a report that contains more fields than will fit on a single sheet. The process has to be done as three separate reports: Report 1 –
Question: I am using Windows 2000 and ADO 2.5 with VB6.0 and I am retrieving a datetime field from an Informix database 7.3. The field contains time only. When the