Hi all,
Currently I am facing problem while accessing text document in notepad from SharePoint server located on port other than 80.
SharePoint server is located at path:
http://sharepoint-serv:26791/sites/mysite
I have uploaded text document (SharePoint Doc.txt) on path
http://sharepoint-serv:26791/sites/mysite/mydocs
I tried to access the document as:
1) I opened notepad
2) Clicked on File>>Open menu
3) Typed path http://sharepoint-serv:26791/sites/mysite in Filename section, and selected file SharePoint Doc.txt.
4) But the file opened as SharePoint Doc[1].txt, means notepad downloaded to folder - "Temporary internet files" which is not
expected(if you open any word document on SharePoint server, it is directly opened from SharePoint server without downloading
it on local machine).
5) When I tried to save the document, the Error message displayed as
Cannot create the C:\Documents and Settings..... \Temporary Internet Files\...\Sharepoint Doc[1].txt
Make sure that path and filename are correct.
How can I open the text document in notepad and save the changes
If the SharePoint server is located on default port (port 80), this problem doesn't exist.
When I tried to access document on other SharePoint server in notepad
http://sharepoint-serv/Shared%20Documents
It's working perfectly.
I am using operating system Windows XP with service pack 2 installed.
SharePoint server in located in intranet having operating system Windows Server 2003
It seems notepad dialog box can not open documents for port other than 80.
Are there any settings required to solve this problem