answersLogoWhite

0

Which server is used in ASP.NET?

Updated: 8/21/2019
User Avatar

Wiki User

8y ago

Best Answer

Hi,

ASP.net is a server side programming that is designed to create dynamic web pages. It is supported on Window Server 2000 and Window Server 2003.

Thanks!!

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which server is used in ASP.NET?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What languages can be used to write server side scripting in ASPNET?

java


Which language can be used to write server side scripting in ASPNET?

c# AND VB AND C++


How does aspnet work?

Asp.Net is client server architecture.


Is it essential to learn ASP or ASPnet for an FTP server?

No. ASP and ASP.NET are issues of a web server, not an ftp server.


NTLM full form of aspnet?

active server pages.net


What is full form of aspnet?

active server page network


What is session in aspnet?

session is a server variable. it works like the ordinary variable but it is stored on the server


How can you make cleint side controls as server side controls in aspnet?

By using runat="server" attribute..


What is meant by postback in aspnet?

Postback is the process of posting the page to the server and getting the response back from the server.


What is the full form of Asax in aspnet?

the full form of asax is Active Server Application Extension


How do you avoid duplicate data entry in aspnet with sql?

We can done with the help of Primary concept in Sql Server.


What are aspnet controls exactly?

ASP NET web server controls are executed when a page containing ASP NET is requested. They are a very usual piece of programming code which is used in web development.