problems in understanding the codes of cassini web server!!
String version4 = FileVersionInfo.GetVersionInfo(
String version3 = version4.Substring(0, version4.LastIndexOf('.'));
_lowerCasedClientScriptPathWithTrailingSlashV10 = "/aspnet_client/system_web/" + version4.Replace('.', '_') + "/";
_lowerCasedClientScriptPathWithTrailingSlashV11 = "/aspnet_client/system_web/" + version3.Replace('.', '_') + "/";
please help me with this
i am new to c#
and can anybody tell me where can i get the detail explaination of codes of cassini web server..

