Skip to main content

Posts

Showing posts from April, 2012

Registering SQL Server / SQL express with IIS and ASP.NET

In case we are working with Web Parts and Login Controls, then the installation of SQL Express becomes mandatory. We can install it by customizing the Visual Studio Installation. Afterwards we need to give the following command. C:\Windows\Microsoft.NET\Framework\v4.0.30319>aspnet_regsql.exe This will help in setting up the membership, personalization tables in the SQL Server.

IIS Installation after ASP.NET or Visual Studio has already been installed

There will be situations when we need to re-install complete IIS after the Visual Studio 2010 is already installed. This will bring in the problem of .NET Framework registration with IIS. So in order to re-configure the .NET framework after the re-installation of IIS, following command can be given: %windir%\Microsoft.NET\Framework\v4.0.21006\aspnet_regiis.exe -i

Home Button Not functioning or functioning 50% correctly in iPhone

Users of iPhone may face a problem where the home button does not respond to required actions. There are by and large two problems: a. The home button does not work at all. b. The home button works in 50% cases only. Before replacing the iPhone or getting on to the conclusion of Hardware problem, try out the following fix: Open a default iOS application, such as Calculator, Weather or Stocks. Press and hold down the Power button until the “Slide to Power Off” dialog appears, then release the Power button. Now press and hold the Home button until the “Slide to Power Off” screen disappears, force quitting the application. Why this works to fix the buttons responsiveness isn’t very clear. This procedure supposedly re calibrates the Home button.