Server.CreateObject Failed
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
hai I have an asp application which retrieve data from Database and write in text file using Server.CreateObject("Scripting.FileSystemObject").It Works good. before downloading(writing into a file), i have made some validation [retrieves data and checks data in a frontend[asp]] and recordset contains minimum 10000 records.My problem is after validation,I have tried to download a file, it shows an error 80070008 at line xx. At line xx, set fso=Server.CreateObject("Scripting.FileSystemObject"). I have checked all objects [connection,recordset] is closed or not.it was closed. But without validation, it works well. if anyone known about this,help me Thanks in advance.
Known is a drop , Unknown is an Ocean