Providing a Much Nicer 404 Error
Question: A user on my site clicks to retrieve a URL outside of my site, but the link is dead and the user receives a 404 error. Do you know
Question: A user on my site clicks to retrieve a URL outside of my site, but the link is dead and the user receives a 404 error. Do you know
Question: We use a GG in the NT domain to assign permissions to Exchange Admin. I have added a backup person to this group, thinking that they would then have
Question: How do I pick out the first letter in a word and convert it to an uppercase? Answer: Use this code: strWord = UCase(Left(strWord,1)) & Mid(strWord,2) This will convert
Question: Can Exchange Server run with Windows 98 or does it require NT? I want to use Outlook as a common pool of contact information within my office. However, when
Question: I have a user who uses Outlook 2000 with Windows 98 both at home and at the office. In both instances, Outlook 2000 is configured to leave a copy
Question: How do I return only the first four lines (a quotation) of a txt-file to my asp-file? Answer: Use the FileSystem Object to open the text file and then
Question: One machine on our NT 4 network (using Exchange 5.5 and Outlook 2000) cannot start Outlook. The error message is always along the lines of “Network Problems are preventing
Question: I am trying to write a template that somewhat resembles how an inner class works in Java: template class Callback{public: Callback(T& t) : parent(t) { } void Execute() {
Question: I am trying to create an array of 256 hexidecimal values but am havingsome problems. How do I create a valid array using hexadecimals? Answer: Whether you use hexadecimal