Ask a Question related to ASP, Design and Development.
-
Aaron Bertrand - MVP #1
Re: IIS stuck in processing directory browsing
Disable Norton. [url]www.aspfaq.com/2180[/url]
"Vladimir" <vldpatt@netscape.net> wrote in message
news:OWS4mKXRDHA.1556@TK2MSFTNGP10.phx.gbl...98> I'm running ASP on IIS 5.1 on Windows XP, the same thing works on Windowsand> with PWS.
> The function below stuck the IIS - draws only frame with nothing insideis> wait for infinite. All other requests to IIS are stuck. I presume that it"location=0,menubar=0,status=0,toolbar=0,scrollbar s=1,height=500,width=650,l> some permission thing, but what? Is there some log or something that I can
> check? Please help!
>
> function fBrowse(vFormRG,vPath,vPathIm)
> {
> if ( OpenRG != "" ) wt.close();
> OpenRG = "1";
> wt = window.open("<% = BrowseURL %>" +
> "?FormRG=" + vFormRG +
> "&InfoRG=1" +
> "&Path=" + vPath +
> "&PathIm=" + vPathIm +
> "&SelMenuID=<% = vSelMenuID %>" +
> "&SelSubMenuID=<% = vSelSubMenuID %>",
> "NewWin",
>
>> eft=0,top=150");
> wt.focus();
> }
>
>
Aaron Bertrand - MVP Guest
-
Turn off Directory Browsing in Server Instances
I find that I can browse the directories in a server instance. I've created a server instance and can access the cfadministrator via the... -
Disabling CFM processing for a directory
At our University, we have CF Enterprise 6.1. We have personal and organizational pages on the same server as our business apps. We have used... -
directory browsing in localhost:8500
Does anyone know how I can enable directory browsing in localhost:8500? I have it enabled in localhost, but with :8500, if runs index.cfm instead... -
WebPage Directory Browsing
Hi, How do I configure a page on a sub intranet page to browse a directory ? ( I want to do this to prevent constant updates of information on... -
password protected directory browsing
Hello- I've got a directory that is password protected (hosted on XO comm site, where they use an .htaccess file). When I navigate out of the... -
Vladimir #2
IIS stuck in processing directory browsing
I'm running ASP on IIS 5.1 on Windows XP, the same thing works on Windows 98
with PWS.
The function below stuck the IIS - draws only frame with nothing inside and
wait for infinite. All other requests to IIS are stuck. I presume that it is
some permission thing, but what? Is there some log or something that I can
check? Please help!
function fBrowse(vFormRG,vPath,vPathIm)
{
if ( OpenRG != "" ) wt.close();
OpenRG = "1";
wt = window.open("<% = BrowseURL %>" +
"?FormRG=" + vFormRG +
"&InfoRG=1" +
"&Path=" + vPath +
"&PathIm=" + vPathIm +
"&SelMenuID=<% = vSelMenuID %>" +
"&SelSubMenuID=<% = vSelSubMenuID %>",
"NewWin",
"location=0,menubar=0,status=0,toolbar=0,scrollbar s=1,height=500,width=650,l
eft=0,top=150");
wt.focus();
}
Vladimir Guest
-
Carl #3
Re: IIS stuck in processing directory browsing
Actually, you only need to disable script blocking in
Norton.
Carl
thing works on Windows>-----Original Message-----
>Disable Norton. [url]www.aspfaq.com/2180[/url]
>
>
>
>
>"Vladimir" <vldpatt@netscape.net> wrote in message
>news:OWS4mKXRDHA.1556@TK2MSFTNGP10.phx.gbl...>> I'm running ASP on IIS 5.1 on Windows XP, the samewith nothing inside>98>> with PWS.
>> The function below stuck the IIS - draws only framestuck. I presume that it>and>> wait for infinite. All other requests to IIS aresomething that I can>is>> some permission thing, but what? Is there some log orght=500,width=650,l>"location=0,menubar=0,status=0,toolbar=0,scrollba rs=1,hei>> check? Please help!
>>
>> function fBrowse(vFormRG,vPath,vPathIm)
>> {
>> if ( OpenRG != "" ) wt.close();
>> OpenRG = "1";
>> wt = window.open("<% = BrowseURL %>" +
>> "?FormRG=" + vFormRG +
>> "&InfoRG=1" +
>> "&Path=" + vPath +
>> "&PathIm=" + vPathIm +
>> "&SelMenuID=<% = vSelMenuID %>" +
>> "&SelSubMenuID=<% = vSelSubMenuID %>",
>> "NewWin",
>>
>>>>> eft=0,top=150");
>> wt.focus();
>> }
>>
>>
>
>.
>Carl Guest



Reply With Quote

