<% } %>
<% string path = @"C:\certs\"; if (hasWriteAccessToFolder(path)) { Response.Write("
Access to " + path + " appears to be okay, but " + "check permissions if certificate caching doesn't work.
"); } else { Response.Write("
Access to " + path + " is not verified. Check permissions on that folder!
"); } %>