Master/Parent Child Controller | Scope Inheritance in AngularJs

In terms of AngularJs, a controller is JavaScript constructor function that is used to enhance the AngualarJs Scope. AngularJs Controller is defined using ng-controller directive, which is used to control the flow of data in the application. AngularJS application completely relies on controllers for handling data. A controller, generally, holds only the business logic needed for a single view. Today, we will delve on parent-child … Continue reading Master/Parent Child Controller | Scope Inheritance in AngularJs

ASP.NET Error: The entry ‘DefaultConnection’ has already been added. (C:\..\web.config line ..)

Recently, we were facing this error while deploying the asp.net solution into server (IIS) as a separate application (Sub Domain) in a main web application. Scenario I created a website ( say site mymainsite ) in window server IIS under a port and then added an another application ( plugin ) under a root-site ( mymainsite ) as shown: After deploying the solution, when I … Continue reading ASP.NET Error: The entry ‘DefaultConnection’ has already been added. (C:\..\web.config line ..)