Skip to main content

Posts

Showing posts from 2016

View request headers in IIS

To view request headers of incoming requests from IIS, you can use failed request tracing in IIS to include status code 200. This would log successful requests too and you can view all request headers in the "request details" > "general request headers" section. 

Umbraco admin tree not showing up

If 1) Umbraco admin tree is not showing up and 2) is determined not to be a problem with the trees.config file and 3) Clicking on any of the navigation elements gives you          Request error: The URL returned a 404 (not found):          views/propertyeditors/undefined/undefined.html Check permissions on the website folder for iis users. Easy way is to give machinename\users full security access on the folder.