I’m assuming this is possible in the applicationhost.config file but I did not see a parent paths setting.
How do you allow parent paths for a specific site running under IIS Express?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Browse to C:\Documents and Settings\$your user name$\My Documents\IISExpress\config
Open applicationHost.config
Find the
<system.webServer>sectionChange the
<asp>section to the following…By default it only had the cache and empty limits bits but feel free to adjust any parameters you don’t want.
Save and restart iis express.