---
title: "What is the difference between Server-side scripting and Client-side scripting?"  
description: "What is the difference between Server-side scripting and Client-side scripting?"  
author: "Sumit Kesarwani"  
published: 2013-12-18  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/1839/what-is-the-difference-between-server-side-scripting-and-client-side-scripting  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is the difference between Server-side scripting and Client-side scripting?

## Server side scripting :

means that all the script will be executed by the server and interpreted as needed. ASP doesn't have some of the functionality like sockets, uploading, etc.

## Client side scripting :

means that the script will be executed immediately in the browser such as form field validation, clock, email validation, etc. Client side scripting is usually done in VBScript or JavaScript.

## Answers

### Answer by Sumit Kesarwani

## Server side scripting :

means that all the script will be executed by the server and interpreted as needed. ASP doesn't have some of the functionality like sockets, uploading, etc.

## Client side scripting :

means that the script will be executed immediately in the browser such as form field validation, clock, email validation, etc. Client side scripting is usually done in VBScript or JavaScript.


---

Original Source: https://www.mindstick.com/interview/1839/what-is-the-difference-between-server-side-scripting-and-client-side-scripting

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
