Friday, 26 December 2014

How to create ssl certificate for Azure website using Godaddy

SSL Certificate For Azure Website using Godaddy . OR Step By Step Guide for Implementing Godaddy SSL Certificate on Windows Azure Website. Today I got a task of implementing an SSL for a sub domain of one of our client .So i Did the Implementation so i am sharing my effort and knowledge. Step...

Tuesday, 23 December 2014

Conflicting versions of ASP.NET Web Pages detected: specified version is "1.0.0.0", but the version in bin is "2.0.0.0". To continue, remove files from the application's bin directory or remove the version specification in web.config.

I am trying to run my application and it is showing an error like this.. Conflicting versions of ASP.NET Web Pages detected: specified version is "1.0.0.0", but the version in bin is "2.0.0.0". To continue, remove files from the application's bin directory or remove the version specification in web.config. Answer...

Tuesday, 18 November 2014

Multi Device Hybrid Apps - Unable to launch Ripple . Chrome not found

You got this type of issue because it is currently hard-coded to look for Chrome in%PROGRAMFILES%\Google\Chrome\Application\chrome.exebut you have it installed in your Users folder.To workaround this, please re-install Chrome to your %Program Files% fold...

Wednesday, 15 October 2014

How to Use Log4net with ASP.NET MVC 5 for Logging

Log4net is an open source library that allows .NET applications to log output to a variety of sources. Log4net provides a simple mechanism for logging information to a variety of sources.  Information is logged via one or more loggers. These loggers provide 5 levels of logging: Debug Information Warnings Error Fatal Here...

Tuesday, 9 September 2014

instance failure' error while connection string is correct

If you got the error "instance failure", that might be the error with your SQL Server instance.. Make sure your SQL Server instance(i.e MS SQLSERVER) is running, where you can check in Services list. to get into services list: open run dialog box and type: "services.msc" (without quotes)...

Monday, 4 August 2014

HTTP could not register URL http://+:8080/. Your process does not have access rights to this namespace

HTTP could not register URL http://+:8080/. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details). Solution: If You all are Getting This error in WCF, then just closed Visual studio and reopened it by right clicking on the Visual Studio icon and saying "Run as Administrator", Then it will Work !!!  <system.serviceModel>  ...

Friday, 1 August 2014

Full page video background with HTML5 and CSS in MVC5

View <video id="video" preload="auto" autoplay="true" loop="loop" muted="muted" volume="0">      <source src="movie.mp4" type="video/mp4">     Sorry, your browser does not support HTML5 video. </video>     CSS   #video {      position: absolute;      top:...

Remove Auto-Generated advertisement script appended to the results returned by ajax requests (Web hosting by Somee.com)

Remove Auto-Generated advertisement script appended to the results returned by ajax requests OR Removing or hiding javascript from a page using Javascript Or How to Remove Generated Script from somee.com I have hosted my Site on somee.com. I have used JQuery to send ajax requests. On every ajax request the returned result is appended with the below text. "<!--SCRIPT GENERATED...

Tuesday, 29 July 2014

Friday, 25 July 2014

How to Creating or Deleting a Profile in Another Language in LinkedIn

You can Create your profile in any number of language(to create you should visit http://www.linkedin.com/profile/edit-profile-in-another-language )  from the View Profile page. While you can't change the language of your primary profile, you can create as many other language profiles as there are languages available. So Now Question is How to create your profile in another...