I have moved a site designed in Visual InterDev 6.0 and it uses Design Time Controls. The ASP pages have this line of code automatically enterred at the top of each page that uses these controls:
<% ' VI 6.0 Scripting Object Model Enabled %><!--#include file="_ScriptLibrary/pm.asp"--><% if StartPageProcessing() Then Response.End() %><FORM name=thisForm METHOD=post>
By default IIS 6.0 has Disallowed Parent Path set to false in it’s metabase for security reasons. This prevents the use of syntax that has:
<!-- #include file="../common.asp" -->
When we try to navigate to one of these pages the browser pops up a File Download box to Open, Save or Cancel the document loading.
Can this be fixed withOUT re-Enabling Parent Paths in IIS 6.0?
>> Stay informed about: IIS 6.0 with VisualInterDev 6.0 DTC Controls