What are the different ways of processing data in ASP page
in the server side (like Forms, QueryStrings etc)?
Answer Posted / guest
Both ASP and ASP.net can be run at same server becuase IIS
Create a diffrent process for all the hosted application
and it has capability to respond/serve both ASP and ASP.NET
request.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why does my asp.net file have multiple tag with runat=server?
Web API uses which library for JSON serialization?
Explain some of the major built-in objects in asp.net
What does session_start () do?
Explain http handlers? Where we can use the http handlers?
Which tool you have done?
Explain what is an assembly?
How can I configure asp.net applications that are running on a remote machine?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Disable Mouse right click on web page in asp.net?
What is the parent class of all web server control?
Should I delete cookies?
What parameters can you pass in the url of the api? Can get and post use the same url?
What is route in web api?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?