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...
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...
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...
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...
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...
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...
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...
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...
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...
Date: 12/15/2013
URLRewrite in IIS6 - IIRF
We already know the importance and usefulness of url rewriting for websites. With IIS 7, Microsoft...
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...
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...
Date: 10/01/2013