Requires Free Membership to View
If, on the other hand, you cannot access the document, then it's likely the problem does reside in IIS, and you'll need to look into permissions and other settings in that program.
To find out, set up a virtual directory in your IIS server. The document linked above has detailed directions on how to do that. Then, make sure that you have provided read access to this directory, but clear all other access, just to make sure that others aren't going to get into your new directory and muck things up.
Once you've done that, then you can set up a test file for you or your user to access. You can easily do that in Notepad, just by entering some simple HTML code, such as:
<html>
<p>
This is a test file
</p>
</html>
Then, save this file in your new virtual directory with a .htm extension, calling it whatever you want. When you try to access the file with a browser, you should see a blank page with the words, "This is a test file" on the first line. No access, again, means that IIS settings are giving you trouble, and you should check out settings there. Access means your user is indeed having trouble with OWA, and you need to go there to solve the problem.
David Gabel has been testing and writing about computers for more than 25 years.
This was first published in March 2004

Join the conversationComment
Share
Comments
Results
Contribute to the conversation