Subscribe

Subscribe To Mail

Powered By

I Love:
Blogger

Powered by Blogger

What is Asp.Net

What is Asp.Net file?

An Asp.net file is just the same as an HTML File.

An Asp.Net file can contain HTML, XML and Scripts.

Scripts in asp.net are executed on the server.

An Asp.Net file has the file extension “.aspx”

How does Asp.Net file work?

When the browser requests an HTML file, the server returns the file.

When the browser requests an Asp.Net file, IIS passes the request to the Asp.Net Engine on the server.

The Asp.Net Engine reads the file line by line and executes the scripts in the file.

Finally, the asp.net file is returned to the browser as plain HTML.

Languages used in asp.net

C# (pronounced as C sharp)

Visual Basic (VB.Net)

J# (pronounced as J sharp)

No comments: