Click here to Skip to main content
16,011,500 members
Home / Discussions / Web Development
   

Web Development

 
QuestionDo you use Macromedia Dreamweaver MX to develop the web? Pin
Link260024-May-03 21:07
Link260024-May-03 21:07 
AnswerRe: Do you use Macromedia Dreamweaver MX to develop the web? Pin
theJazzyBrain25-May-03 0:11
theJazzyBrain25-May-03 0:11 
AnswerRe: Do you use Macromedia Dreamweaver MX to develop the web? Pin
John Kuhn27-May-03 9:08
John Kuhn27-May-03 9:08 
AnswerRe: Do you use Macromedia Dreamweaver MX to develop the web? Pin
Vasudevan Deepak Kumar28-May-03 0:28
Vasudevan Deepak Kumar28-May-03 0:28 
AnswerRe: Do you use Macromedia Dreamweaver MX to develop the web? Pin
David Wulff2-Jun-03 4:01
David Wulff2-Jun-03 4:01 
AnswerRe: Do you use Macromedia Dreamweaver MX to develop the web? Pin
Daniel Burnham5-Jun-03 5:20
sussDaniel Burnham5-Jun-03 5:20 
GeneralIIS Hanging when opening text file Pin
Touson22-May-03 22:49
Touson22-May-03 22:49 
GeneralRe: IIS Hanging when opening text file Pin
Roger Wright23-May-03 4:11
professionalRoger Wright23-May-03 4:11 
Just a couple of thoughts...

Before you set TextStream = Nothing, you really should call TextStream.Close. Another thing to try might be to call Response.Flush after each line is read to send the text to the browser, rather than waiting until the entire file is loaded to output the text. That would let you see the process as it progresses, rather than waiting for the end, and might give you some insight as to where the process is failing. Alternatively you could use Response.Buffer= False as the first line following the language declaration on the page to disable buffering completely and send output immediately.

"Ask not for whom the bell tolls;
It tolls for thee..."

GeneralRe: IIS Hanging when opening text file Pin
Sarvesvara (BVKS) Dasa24-May-03 22:48
Sarvesvara (BVKS) Dasa24-May-03 22:48 
GeneralRe: IIS Hanging when opening text file Pin
Daron Tan28-May-03 4:20
Daron Tan28-May-03 4:20 
GeneralTriggering vbcode in assess from a server side asp code Pin
iluha22-May-03 4:57
iluha22-May-03 4:57 
GeneralRe: Triggering vbcode in assess from a server side asp code Pin
Roger Wright22-May-03 6:49
professionalRoger Wright22-May-03 6:49 
GeneralDownload time Pin
Brakanjan21-May-03 22:53
Brakanjan21-May-03 22:53 
GeneralRe: Download time Pin
Brian Delahunty22-May-03 9:40
Brian Delahunty22-May-03 9:40 
GeneralRe: Download time Pin
The Limey23-May-03 8:05
The Limey23-May-03 8:05 
Questionkilling child windows...how? Pin
Atilla Selem21-May-03 22:26
Atilla Selem21-May-03 22:26 
GeneralUpload File without refreshing actual pg Pin
Anonymous21-May-03 21:28
Anonymous21-May-03 21:28 
GeneralRe: Upload File without refreshing actual pg Pin
The Limey23-May-03 8:19
The Limey23-May-03 8:19 
GeneralRe: Upload File without refreshing actual pg Pin
Anonymous27-May-03 0:05
Anonymous27-May-03 0:05 
Generalcomments used in perl CGI Pin
K. Shaffer21-May-03 9:59
K. Shaffer21-May-03 9:59 
GeneralRe: comments used in perl CGI Pin
markkuk21-May-03 11:04
markkuk21-May-03 11:04 
GeneralFlash 5 Pin
ballyduff20-May-03 23:19
ballyduff20-May-03 23:19 
GeneralRe: Flash 5 Pin
ColinDavies20-May-03 23:26
ColinDavies20-May-03 23:26 
GeneralRe: Flash 5 Pin
DFU2322-May-03 8:10
DFU2322-May-03 8:10 
Questionversion problem??? Pin
Daron Tan20-May-03 21:50
Daron Tan20-May-03 21:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.