Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > IIS stuck in processing directory browsing

Reply
Thread Tools

IIS stuck in processing directory browsing

 
 
Aaron Bertrand - MVP
Guest
Posts: n/a
 
      07-08-2003
Disable Norton. www.aspfaq.com/2180




"Vladimir" <> wrote in message
news:...
> 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();
> }
>
>



 
Reply With Quote
 
 
 
 
Vladimir
Guest
Posts: n/a
 
      07-08-2003
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();
}


 
Reply With Quote
 
 
 
 
Carl
Guest
Posts: n/a
 
      07-08-2003
Actually, you only need to disable script blocking in
Norton.

Carl

>-----Original Message-----
>Disable Norton. www.aspfaq.com/2180
>
>
>
>
>"Vladimir" <> wrote in message
>news:...
>> 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,scrollba rs=1,hei

ght=500,width=650,l
>> eft=0,top=150");
>> wt.focus();
>> }
>>
>>

>
>
>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Directory Browsing for one directory only Joe Kovac ASP .Net 2 10-11-2007 03:22 PM
HELP: Directory browsing on IIS does not work from outside WQ Cisco 1 06-28-2004 04:03 AM
Problems Browsing Default Web Site and IISADMIN on IIS 5.0 John Caruthers ASP General 0 02-07-2004 12:14 AM
browsing IIS Metabase? Capitan Mutanda Python 0 01-29-2004 08:57 AM
Browsing Files on IIS Server J P Singh ASP General 6 09-16-2003 07:12 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57