ASP.Net MVC: Run a program to access Google Drive folder in c# on a Proxy Network

I have started writing tips on my different blog instead of this one. Make sure to follow that one so that you can get latest updates. Here is the link- StackBlogger: Tips and Tricks about Programming

Also follow my another Blog where I write how to make money online, tips about blogging, content creation etc. Here is the link- FlexiPlanet: A hub for Content Marketing.

To run a MVC or ASP.Net program on a Proxy Server to access Google Drive details, you have to only add some lines of code. Without adding these number of codes, you won’t be able to run the application.

So here is the way to run you application on a proxy Network.

Follow these steps to run the application:-

1)  Add this package in your program:-    using System.Net;

2)  Then copy these codes in anywhere of your program.

WebProxy proxyObject = new WebProxy(“http://webproxy:80/“);
WebRequest.DefaultWebProxy = null;

3)  Then run the application…

4)  Enjoy…………

Count number of site visitors.

Add this code in your webpage where you want to show the site visitor counter.

<div style=“text-align:center;”><script type=“text/javascript” src=http://services.webestools.com/cpt_visitors/18162-8-5.js&#8221;></script></div><a href=http://www.webestools.com/&#8221; style=“display:block;text-align:center;” title=“Tools services webmasters counters generators scripts tutorials free”></a>

How to use Google translator to translate our website content?

I have started writing tips on my different blog instead of this one. Make sure to follow that one so that you can get latest updates. Here is the link- StackBlogger: Tips and Tricks about Programming

Also follow my another Blog where I write how to make money online, tips about blogging, content creation etc. Here is the link- FlexiPlanet: A hub for Content Marketing.

Paste this code in your website.
1. Paste this meta tag before closing head

    <meta name=”google-translate-customization” content=”51685ccabc139ac7-27bb7bf1add926e4-g8afbc24b052493ca-10″>     </meta>

2.  Now paste this code in your webpage where you want to display the website translator plugin.

<div id=”google_translate_element”></div><script type=”text/javascript”>
    function googleTranslateElementInit() {
    new google.translate.TranslateElement({pageLanguage: ‘en’, layout:                        google.translate.TranslateElement.InlineLayout.HORIZONTAL}, ‘google_translate_element’);
   }
   </script>//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit