I would like to find a way to test internet connectivity in my app ifthere is connectivity I would like to use google server for jquery if no connectivity I would like my app to use the downloaded jquery file inmy local directory, how can I achieve this?
I am in asp.net mvc with C#
Best regards