31/12/2014 by Nitesh

How To Remove Session Support from SQL Server

Friends, In this post we will see how can we remove Session State Support from SQL Server for ASP.Net applications. To completely remove the Session State support from SQL, we need to perform the following actions – Open Command Prompt Go to C:\Windows\Microsoft.Net\Framework\<Your Framework Version>\ Type aspnet_regsql -S SQLSERVER -U User -P Password -ssremove Confirm the question…

Continue Reading »

30/12/2014 by Nitesh

Generate SQL Script to Manage Session State in Custom SQL Database

Friends, ASP.Net provides 3 different ways to store sessions. They are – InProc Session Mode StateServer Session Mode SQL Server Session Mode In case you are interested to read further about sessions, you can read this excellent article by Abhijit Jana. In this post, we will see some specific details about SQL Server Session Mode….

Continue Reading »

11/05/2014 by Nitesh

How To Host an ASP.Net Website on Shared Server

Friends, Many a times, when working with small organizations your immediate senior tells you, “I am giving you the credentials, host the website on the server and let me know”. Being a developer, we should always know how to host a website on server. In this post, we will see the steps that are required…

Continue Reading »

02/12/2013 by Nitesh

Solution: Apache start Issues on windows 8.1

Dear Friends, I recently installed WAMP on my Windows8.1 and installation went fine. After installation, when trying to start Apache server, I noticed that Apache server is not starting properly and was conflicting with something pre-installed on my PC. At the very first glance I thought it may be IIS and I disabled IIS and…

Continue Reading »

21/11/2013 by Nitesh

How to change default port of IIS Manager from 80 in Windows8.1

Friends, After installing IIS on any Windows machine, by default IIS Server listens on port 80. The same is true with Windows8.1. For most of the times, it works fine. However, in some cases we need to modify this port from 80 to a different port. One of the Scenarios where you might need to…

Continue Reading »

1 2