yes, it actually trys to open a web page rather than have the behavior like opening a pdf?
any ideas?
Main Topics
Browse All TopicsIf a user clicks a link to a word doc on the web, it does not ask to open or save the doc...it opens a page that says can not be found...how can i get the link to open the word doc?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
http://swmwas.com/word_doc
The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
Please try the following:
* Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
* If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.
* Click the Back button to try another link.
HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)
Technical Information (for support personnel)
* Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.
* Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.
Hi mmedi005,
I'm not able to access it as you said it is internal application. If the url address is pointing to correct path, you may need to set MIME type for docx format.
Check this for troubleshoot the error:
http://support.microsoft.c
Just got your update. If I would have known that this were internal, another way you can do it without a client script is to add docx to the Application Extensions in the IIS Server.
Open the IIS Management Console
Right click on the Website in question "i.e. - Default Web Site"
Click on the Home Directory Tab
Click Configuration
Under the mappings tab, select to add the extensions in question.
Make sure you use the appropriate .NET dll, in most cases this can simply be ASPNET_ISAPI.DLL
-saige-
>>Just got your update. If I would have known that this were internal, another way you can do it without a client script is to add docx to the Application Extensions in the IIS Server.
Close....now you can open or save....but the doc is coming out blank...any ideas?
also when i close it tells me that the file is locked...
thx in advance
Do you trying to open the file via server code such as Response.redirect() method? If yes, you need to stop the current buffer before open the subsequence page.
eg:
Response.Redirect("http://
Found another EE Post that deals specifically with this issue:
http://www.experts-exchang
-saige-
If you followed my above post for the ISAPI Extensions, you must ensure that the proper dll is being referenced. ASPNET_ISAPI.DLL does not know how to open or what to do with .docx extension, as such, you are ending up with a blank page.
If this is the case remove the ISAPI Extension for ASPNET_ISAPI.DLL and leave the mime types. Test that to see if you are able to open a Document.
-saige-
Business Accounts
Answer for Membership
by: x_comPosted on 2009-06-15 at 12:04:27ID: 24631893
Hi mmedi005,
Does the file exists in server? Check again your file location and make sure no broken link used in this case.