Kristofer
Wed Nov 14 10:30:41 PST 2007
Hi,
JavaScript runs on the client, and C# code (ASP.NET) runs on the server.
It is very common to use both server-side code and client-side code when
developing web applications.
So yes, they complement each other.
As for administrating web servers, there is nothing to administrate when
it comes to the JavaScript code. That is executed on the client, and an
error in that code is not the fault of the web server.
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
Hassan wrote:
>We have IIS 6.0 and I know our web devs talk about writing in C# and
>Javascript. So my question is why do they write in both languages ? Do
>they complement one another and if so on what areas ? I am new to Web apps
>but want to learn how to administer web servers
>
>Thanks