What opens asp files?
Answer / Naresh Singh Mehra
ASP files can be opened in a web browser by running them on a server that supports ASP, such as IIS (Internet Information Services). They can also be edited using text editors such as Visual Studio or Notepad++.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why .Net Does not Support multiple inheritance?
What are the components of asp?
What is the order of execution for an ASP application?
Where will you code OPTION EXPLICIT in an ASP application? WHY?
What are the methods in Application Object?
Name some of the ASP components?
What is the difference between Cookies collection and Form/Querystring collection?
When does the application OnEnd event handler fire? A. After every request for an application document, since web servers are stateless servers. B. As soon as there are no open connections to any application document. C. When the web server is stopped in an orderly fashion. D. Twenty minutes after the last request for a document in the application. E. When there are no application requests for the amount of time defined by the SessionTimeout variable.
what is meant by ajax
What are the asp objects?
How to include active x controls in asp code?
Whats the implicit name and type of the parameter that gets passed into the class set method?