Installing IIS 8.0 on Windows Server 2012 (R2)
Installing IIS (IIS 8.0) on Windows Server 2012 (R2)
This article walks you through setting up the IIS 8.x role on Windows Server 2012 (R2) through the use of the Server Manager. This article will not provide assistance on additional methods of installion.
Note: In order to successfully add the IIS 8.x role you will need to have administrative credentials on the destination server.
Installing IIS using the Server Manager
1. Open the Server Ma...
Read More
Microsoft
Installing SQL Server 2014 Standard Edition
Installing SQL Server 2014 Standard Edition
Introduction
This document describes the installation of SQL Server 2014 Standard Edition. The installation procedure for the Enterprise Edition is similar, but some screens may differ.
Before installing, you should have, at the very least Exact Globe Next product update 409 and Exact Synergy Enterprise product update 254 to work with SQL Server 2014.
In these following steps, it is assumed that you are installing the SQL Server as a new ...
Read More
Step by Step Guide to Create First Windows Azure Application
Step by Step Guide to Create First Windows Azure Application
Here is a step by step guide to developing and deploying your first Windows Azure application. This tutorial has been re-published from http://debugmode.net/ with the permission of the author.
This article is divided into five parts:
Installation of Windows Azure SDK
Developing First Windows Azure Web Application
Deploying application locally in Development Storage Fabric
Registration for free Windows Azure Trial
Deployment of...
Read More
Deploying asp.net applications on IIS web server
Deploying asp.net applications on IIS web server
This article describes step by step process of how to host the asp.net application on the IIS web server and configure application pool in a simple way. I’m using Windows 7 enterprise edition and IIS 7.5 for this demonstration.
Introduction
Assume you have completed the development process and testing and want to deploy in a server, here I’m providing few steps to deploy the application. Actually every developer wants to deploy thei...
Read More
How to deploy asp dot net webservice in IIS
How to deploy asp dot net webservice in IIS
In this post we are going to discuss about how to deploy asp dot net webservice we created in the previous post – How to create webservice in asp.net using csharp in IIS. Follow below steps to deploy webservice in IIS.
Step 1: Open IIS Manager
Open run, type ‘inetmgr’ and hit enter. It will open up ‘Internet Information Services(IIS) Manager window where we have to configure and deploy the webservice application.
Step 2: Add application
Right ...
Read More