Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

IIS 6.0, InterDev 6.0 and DTC

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  Website times out  
Author Message
anonymous1393

External


Since: Mar 10, 2004
Posts: 6



(Msg. 1) Posted: Mon Mar 22, 2004 3:46 pm
Post subject: IIS 6.0, InterDev 6.0 and DTC
Archived from groups: microsoft>public>inetserver>iis (more info?)

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?

Thanks,
- bostonnole -

 >> Stay informed about: IIS 6.0, InterDev 6.0 and DTC 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 2) Posted: Wed Mar 24, 2004 5:39 am
Post subject: Re: IIS 6.0, InterDev 6.0 and DTC [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

If you do not change existing pages, then it is impossible for your syntax
to work without ASPEnableParentPaths.

My suggestion is to make the include using "virtual" instead, which can
easily have their mappings changed without needing to use relative ..
reference schemes.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Robert" <anonymous DeleteThis @discussions.microsoft.com> wrote in message
news:06503018-9626-4D34-98DF-13C5E1AFB900@microsoft.com...
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?

Thanks,
- bostonnole -

 >> Stay informed about: IIS 6.0, InterDev 6.0 and DTC 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]