what is client in asp.net?
what is server in asp.net?
thank you!
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sunny SharmaPosted Jun 22, 2013, 3:04 PM
In ASP.NET, client is always going to be your browser, the access point where you will be using those applications built using ASP.NET.
Server is going to be the IIS Server on a Windows machine or on cloud with your hosting provider which provides support for ASP.NET applications.
Also, you've got another local server within while using Microsoft Visual Studio for ASP.NET development.
Hope I answered your question.
Mark it as answer if it helps you.
Cheers!