473,378 Members | 1,351 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

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();
}
Jul 19 '05 #1
2 2123
Disable Norton. www.aspfaq.com/2180


"Vladimir" <vl*****@netscape.net> wrote in message
news:OW**************@TK2MSFTNGP10.phx.gbl...
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();
}

Jul 19 '05 #2
Actually, you only need to disable script blocking in
Norton.

Carl
-----Original Message-----
Disable Norton. www.aspfaq.com/2180


"Vladimir" <vl*****@netscape.net> wrote in message
news:OW**************@TK2MSFTNGP10.phx.gbl...
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 insideand
wait for infinite. All other requests to IIS are
stuck. I presume that itis
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();
}

.

Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

26
by: Dan Nash | last post by:
Hi guys I have a page that is *supposed* to list the directories on the server. Here's the code... folderspec = server.MapPath("./images/") set fso =...
8
by: Opa | last post by:
Hi, Does anyone know how to get a list of files for a given directory from a given url. I have the following, but get an error indicating that URI formats are not supported. ...
0
by: Tim Smith | last post by:
Dear All, Uncovered a problem with a home grown site replicator. We have directory browsing enabled to allow our remote clients to "dynamically discover" new files/directories (sites) we have...
2
by: Dmitry Duginov | last post by:
I have a virtual directory where I allow browsing. When I implemented ISAPI filter for this directory (I deny access in some cases based on request headers), the contents of the directory are not...
1
by: WolfsonNYC | last post by:
Anyone know how to enable Directory Browsing using the Cassini web server on .Net 2.0 ? Right now it says HTTP Error 403 - Forbidden when I go to a folder on my web site. Thanks, JW
5
by: GenCode | last post by:
What is the best way to read a "readable" web directory... I know I can do this Client.DownloadFile("http://www.mydomain.com/readabledir/", c:\ \dir.txt"); But that gives me the html and all...
0
by: =?Utf-8?B?QmlsbEI=?= | last post by:
This is a tough one... My Windows Service app periodically performs some processing on new entries to a SQL Server database table. It uses a simple System.Timer to call the Elapsed event...
2
by: Joe Kovac | last post by:
Hi! I have a Web Site, where I turned directory browsing off. I want only one sub folder to be browsable: e.g. MyApp/Files/... How do I do that? Any setting in the web.config? Thanks Joe
1
by: SGilch | last post by:
I am new to javascript, and wondering if it is capable of implementing a browsing mechanism for the browser to upload the names of files in a client side directory to the server. The client would...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.