How to run FileSystemObject in ASP
Answer / krrish
FileSystemObject is used to Create,,delete,copy,move
folders and files in web applications.To use this
filesystemobject we hav to create object by using
Server.CreateObject("FileSystemObject") command.
| Is This Answer Correct ? | 3 Yes | 1 No |
• How do you relate an aspx page with its code behind page?
when we use ajax in.net
Explain the difference between sap r/2 and r/3?
what is mean of ASP?
What is the microsoft intermediate language (msil)?
Tell few steps for optimizing (for speed and resources) ASP page/application ?
What are the tasks performed by <form> tags?
how to add master page in aspx page that is design before master page....
How do I administer security for my machine? For an enterprise?
Define unmanaged code?
Name the methods in session object?
What is difference between Server.transfer and Response.redirect ?