roostaamir
roostaamir

Reputation: 1968

Can I design a webPAGE with asp.net?

I work with c# for a while now for programming.And I know this may be a stupid question,but is it possible to design a webpage(not a web app)using c# in asp?and if yes,where can I begin from?

Upvotes: 0

Views: 116

Answers (1)

Aniket Inge
Aniket Inge

Reputation: 25705

Yes

a basic HTML page with .aspx extension is also runnable with IIS

You might also want to look into razor and developing a front end with it.

See webmatrix from Microsoft and don't forget to look into https://developer.mozilla.org/en-US/

Upvotes: 2

Related Questions