Open in explorer view not working SOMETIMES !!
Posted
by H(at)Ni
on Geeks with Blogs
See other posts from Geeks with Blogs
or by H(at)Ni
Published on Wed, 31 Oct 2012 10:37:46 GMT
Indexed on
2012/10/31
17:01 UTC
Read the original article
Hit count: 133
Hello,
As weird as it seems to anyone who used it before, most of the time explorer view does not work until some steps to be followed, but in my case it was working and sometimes randomly not working !
After spending hours of troubleshooting and collecting logs, Network traces, Fiddler traces, etc. I reached the solution from the Network trace.
Although it seems strange, it was sending a PROPFIND request to the root directory "/" which was actually deleted. So, I came up to this important article that states that you must have a root site collection in your SharePoint web application in order to keep it in a supported state.
http://support.microsoft.com/kb/2590564
And actually that explained it and solved the strange behavior as well.
Cheers,
© Geeks with Blogs or respective owner