A client of mine has just moved from a standard asp server to a Helm .net server. I have some asp include files that worked ok on the asp server. I now get the following error when I try to run the pages, "The '..' characters are not allowed in the Path parameter for the MapPath method. "
I have looked for help on a few sites and the problem seems to be from IIS, apparently the fix is to make sure the "Enable Parent Paths" setting in IIS is set. I am led to believe we cannot modify the IIS settings. Is there a way round this?
Peter