Jul 25, 2008

Page Hangs When Trying To...

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > HTML, XML etc..

free web hosting

Page Hangs When Trying To...

kvarnerexpress
I am trying to create a file on my server / localhost but when I run the script below the page starts loading and then eventually times out.

CODE

Code:
Dim myFSO

'this line creates an instance of the File Scripting Object named myFSO

SET myFSO = Server.CreateObject("Scripting.FileSystemObject")

'error handling here to make sure that things go smoothly
'if the file does not exist

If NOT myFSO.FileExists("C:\Inetpub\wwwroot\BMS\myNewText.txt") Then

'then we create it on this drive in the path we specify
myFSO.CreateTextFile

("C:\Inetpub\wwwroot\BMS\myNewText.txt")
Else

'otherwise we tell the client it does so they don't get a nasty error

Response.Write "THIS FILE ALREADY EXISTS"
End If

'this line destroys the instance of the File Scripting Object named myFSO

SET myFSO = NOTHING


any help will be much appreciated

Notice from serverph:
code enclosed in correct tags.

 

 

 


Reply

RGPHNX
Hi kavernexpress,
Just a suggestion... er question.
What is the necessity for the "NOT" in the
If... then...else
statement?
re:
QUOTE
If NOT myFSO.FileExists("C:\Inetpub\wwwroot\BMS\myNewText.txt") Then

Is this correct syntax? Seems odd.
Maybe you could try this logic sequence...
If... 'the file exists
then...'default to exit/ or ignore
else...' create the file
RGPHNX

Reply

bjrn
If I were you I'd add some debug messages (just print to the screen) to see where it hangs. Are you sure you are allowed to create new files on the server with your script?

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : hangs


    Looking for page, hangs

Searching Video's for page, hangs
advertisement



Page Hangs When Trying To...



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE