Gaurav's Blog

Fix: Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter'. Error “VERR_INTNET_FLT_IF_NOT_FOUND” with Docker QuickStart Terminal and inside Oracle Virtual Box

During setup of Docker on my laptop, i faced this issue. I tried a few things suggested on the web...

Author: Gaurava K Arya Date: 11/19/2016

JavaScript: String.Split with StringSplitOptions, Array removeEntries

  You would have used String.Split in C# a lot of times and would have appreciated options...

Author: Gaurava K Arya Date: 04/11/2015

Line numbers in Visual Studio not shown?

  At times, you see that line numbers are not coming up in Visual Studio. In fact, this is a...

Author: Gaurava K Arya Date: 07/24/2014

Security Identifier(SID): GetSID of a user,object using Registry, WMIC, PowerShell

At times, we are in a situation when need to identify the SID of any object. The security identifier...

Author: Gaurava K Arya Date: 06/03/2014

SQL Express LocalDB and it’s deployment on IIS server

This blogs talks about the latest version of SQL Express database, also known as LocalDB and about a...

Author: Gaurava K Arya Date: 02/04/2014

The view must derive from WebViewPage, or WebViewPage. (The view at '~/Views/home/index.cshtml' must derive from WebViewPage, or WebViewPage.)

I am writing this blog to help you understand the following scenario which you can see sometime...

Author: Gaurava K Arya Date: 01/14/2014

Deployment of SQL Express LocalDB on IIS

This blog might be helpful if you are planning to deploy or have deployed LocalDB on the IIS server...

Author: Gaurava K Arya Date: 12/21/2013

Encrypting section of config file using aspnet_regiis.exe - The configuration for physical path ‘*web.config' cannot be opened.

We are already aware that The ASP.NET IIS Registration tool (Aspnet_regiis.exe) is used to register...

Author: Gaurava K Arya Date: 12/15/2013

Web Farm Framework: “Routing rules” is not visible

I am writing this blog to shed some details on Routing Rules and to point out a scenario which you...

Author: Gaurava K Arya Date: 12/15/2013

URLRewrite in IIS6 - IIRF

We already know the importance and usefulness of url rewriting for websites. With IIS 7, Microsoft...

Author: Gaurava K Arya Date: 11/11/2013

The Module DLL kerbauth.dll failed to load. The data is the error. (The Module DLL C:Program FilesMicrosoftExchange ServerV14Binkerbauth.dll failed to load. The data is the error.)

I thought of writing this blog since i saw this issue on a few of cases. Symptoms...

Author: Gaurava K Arya Date: 10/23/2013

There is a duplicate scriptResourceHandler section defined

In this blog, I am going to point out one common error which we usually get after deploying an...

Author: Gaurava K Arya Date: 10/01/2013