If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > help me debug the problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-09-04, 06:39
Riax Riax is offline
Registered User
 
Join Date: Mar 2004
Posts: 16
help me debug the problem

hi,
I'm using ASP and IIS on a W2k Server.
m trying to execute the code at following address

http://www.codeave.com/asp/code.asp?u_log=148

here, i get the input form but when i submit the form the page goes to sleep.no file is created nor any processing is further held nor any error message just sleepsss.
earlier the code use to run successfully.but now its not.

also other ASP codes execute successfully without any problem.

is it the problem of w2k not allowing to create file, i am logged as administrator.
what might be the reason.
plz do help me as early as possible.

thaks
riax
Reply With Quote
  #2 (permalink)  
Old 04-09-04, 07:55
Riax Riax is offline
Registered User
 
Join Date: Mar 2004
Posts: 16
Red face

also i had tested the code by

response.Write("this is a test message")
response.end
act = fso.CreateTextFile(server.mappath(""&g_filename & "-"& month(date())& day(date())& year(date()) &".xls"), true)

the code is executed successfully before response.end,also the message is displayed
the problem arises after that.

plz tell me the cause of the problem and how to solve it.

thanks in ADVANCE.
Riax
Reply With Quote
  #3 (permalink)  
Old 04-09-04, 07:57
Saravanan.R Saravanan.R is offline
Registered User
 
Join Date: Feb 2004
Location: India
Posts: 135
Hi Riax,

I also executed that file. But i can view the EXCEL File SUCCESSFULLY.

Check your code again or else It might your SERVER Problem.
Reply With Quote
  #4 (permalink)  
Old 04-10-04, 06:58
Riax Riax is offline
Registered User
 
Join Date: Mar 2004
Posts: 16
it's ok now.i dont know what the hell the problem was.
but i reinstalled the OS & its working
Reply With Quote
  #5 (permalink)  
Old 04-10-04, 07:14
Saravanan.R Saravanan.R is offline
Registered User
 
Join Date: Feb 2004
Location: India
Posts: 135
ya.

it might be the configuration problem in your IIS
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On