Results 1 - 5 of 13

What is ASP.NET?


ASP.NET is Microsoft's framework to build Web applications.
ASP.Net is based on Client-Server technology the Client being the Browser which sends request and the Server which has the ASP.Net Code executes the request.

What is Full-Form of ASP?


Full-Form of ASP is Active Server Pages.

Where is an ASP.Net Application installed?


ASP.Net Applications is installed on a Windows Server machine with the help of an Internet Information Services (IIS) application.
ASP.Net is based on Client-Server technology the Client being the Browser which sends request and the Server which has the ASP.Net Code executes the request.

How is an ASP.Net Application installed?


ASP.Net Applications is first uploaded on a Server machine and then an Application is created in the Internet Information Services (IIS) application.
Finally, either using Domain Name or IP Address of the Server, the ASP.Net application can be easily accessed.

What is Web.Config file?


Web.Config is a Web Configuration File. It is basically an XML file containing all the Settings and Database Connection Strings related to the ASP.Net Application.

Results 1 - 5 of 13