Hello,
I am getting anonymous requests to _layouts/inplview.aspx after extending web application fromhttp://intranet to http://intranet:8080
I wanted to extend it to allow anonymous access from http://intranet:8080 which should be published to https://extranet.company.com.
After extending web application ISA 2006 started to block anonymous requests which weren't anonymous before extending.
Even after disabling Anonymous access on all site collections where it was enabled and removing Extended IIS site http://intranet:8080 SharePoint continues to make anonymous requests fromhttp://intranet:8080
Issue not allow to edit documents, check out, check in, view and edit properties and view document menu in IE but showing this erro message in Chrome (on https://extranet.company.com, it's working inside: http://intranet):
Here is more infor from ISA logs about exact URLs:
anonymous http://extranet.company.com/proj/nameproj/_layouts/1033/init.js
anonymous http://extranet.company.com/proj/nameproj/_vti_bin/owssvr.dll?CS=65001
anonymous http://extranet.company.com/proj/nameproj/_layouts/inplview.aspx?Cmd=Ctx&List={67A5998F-255D-49EF-83A6-33D9DCD329CB}&View={6026C9A8-40DD-4206-8190-E3E4CDC317FF}&ViewCount=68&IsXslView=TRUE&Field=LinkFilename&ID=14&ListViewPageUrl=https://extranet.company.com/proj/nameproj/Shared%20Documents1/Forms/AllItems.aspx
SharePoint 2010.
Thanks in advance.