Sunday, May 19, 2013

How to add application in IIS 8

An Application is a grouping of files and folders at the root of a Web site or a grouping of content in a separate folder under the Web site's root directory. When we add an application in IIS 8, we designate a directory as the starting point, for the application and then specify properties specific to that particular application, such as the application pool that the application will run in.

To completed this tutorial Download this resources files 


In this video tutorial you will learn how to add one or more applications in a same website for instance let say you have one website which has a domain name app.petercrys.com now you got three more websites or web applications and you want to use same domain name for all three web applications but that can't be done. what you can do is you take domain name and add the / application name so it will look something like this app.petercrys.com/ApplicationName

So in this video tutorial we are going to do the following :-
    
First: Add three web application to an existing website app.petercrys.com 

a. http://app.petercrys.com/accounts
b. http://app.petercrys.com/hr
c. http://app.petercrys.com/sales

Second: configure the separate application pool for each of three web applications so that if one of the application goes down it will not affect other web applications.

Third: test all three web application on the server. 

Forth: solve the .Net Framework error from app.petercrys.com/hr web application.

Fifth : Access and test all the three web applications from the client system.







 

Also See: Video Tutorial

How to install and configure dns in windows server 2012

How to configure Virtual Directories in IIS 8 on Windows server 2012



 = HI friends, ~(。◕‿◠。)~

= If You Like These Video Tutorials, Give It a Thumbs Up :)

= Subscribe to receive email updates when we post new videos  ;) ,

= Share it with your technical IT friends "_" ,

= If your facing any technical problem or have any suggestion post your comment here or catch me on Google+, Gtalk, Facebook, Twitter and Skype  :D!

How to install and configure FTP on IIS 8 in Windows Server 2012







 
In the Video Tutorial you will learn to install and configure FTP on IIS 8 in Windows Server 2012. After watch this tutorial you will able to solve:

Some of the common errors when your configuring ftp server also you will able to configure windows firewall for active and passive mode FTP and FTP IP address and domain restrictions configuration for better security.