Which of the following hosts Can't be used to create .net
Application?
a) IIS
b) Internet Explorer
c) ASP.Net
d) Windows Shell
Which one is correct?
Answer Posted / prasad
Examples of hosts are Windows Shell (For command line
applications), IE and ASP.NET. IIS cann't be used to
create .net applications.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between dataset and datareader.
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What are the namespace classes used in asp.net mvc? : asp.net mvc
Why will you usually create an aspnet user account in the database for an asp.net web application?
What is asynchronous call?
How many web config files can be created for an application?
Which method is used to force all the validation controls to run?
What is AutoPostback?
What are the asp.net list controls and difference between them?
A web service can only be written in .net? State whether true or false.
Explain the main differences between asp and asp.net?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
How can we make sure that Web API returns JSON data only?
Explain file-based dependency and key-based dependency.