IT tutorials
 
Technology
 

Understanding the Windows Home Server 2011 Default Website

9/23/2013 7:38:04 PM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

The folders connect and remote are part of the Windows Home Server default website that’s created, configured, and started automatically when you install Windows Home Server.

Viewing the Default Web Application Folders

Actually, it’s more accurate to describe the connect and remote resources as applications that run within IIS. To get a feel for what’s behind these applications, you need to head for the following folder:

C:\ProgramFiles\Windows Server\Bin\WebApps

This folder contains several subfolders, including Client (used by the Connect application) and RemoteAccess (used by the Remote Web Access application). The other folders—such as Root and Site—are used internally by IIS and Windows Home Server. Figure 1 shows the contents of the Client folder.

Figure 1. The contents of the IIS Client folder.

The Client folder contains the following subfolders and files:

  • Bin— This folder contains a couple of dynamic-link libraries (DLLs) that contain code used by the Connect application.

  • Images— This folder contains the images used on the Connect page.

  • Package— This folder contains files that the Connect application uses.

  • default.aspx— This file contains the Hypertext Markup Language (HTML) tags, cascading stylesheet (CSS) properties, and ASP.NET programming code that creates and configures the Connect page.

  • Global.asax— This file contains references to .NET resources used globally in the Windows Home Server’s default application pool.

  • Server.aspx— This is an ASP.NET web page that gives instructions on using the Connect application.

  • style.css— This file is the CSS that the Connect page uses.

  • web.config— This file contains configuration data for the Connect folder’s ASP.NET application.

Figure 2 shows the contents of the RemoteAccess folder. This folder contains quite a few files used internally by Windows Home Server’s Remote Web Access application, so I’ll just list the most important subfolders:

  • AccountPage— This folder contains the files that have the HTML tags, CSS properties, and ASP.NET programming code that create and configure the Remote Web Access logon page.

  • Bin— This folder contains a bunch of DLLs that contain code used by the Remote Web Access application.

  • BuiltIns— This folder contains the files that have the HTML tags, CSS properties, and ASP.NET programming code that creates and configures the Remote Web Access Home page, Remote Desktop feature, shared folder pages, media pages, and media streaming.

  • Css— This folder contains the CSS files used by the Remote Web Access pages.

  • Images— This folder contains the images used on the Remote Web Access pages.

Figure 2. The contents of the IIS RemoteAccess folder.

Viewing the Default IIS Website

The Client and RemoteAccess folders are internal Windows Home Server applications, so you don’t want to mess with them unless you know your way around HTML, CSS, and ASP.NET. You’re going to work with the default IIS website, which you’ll find at C:\Program Files\Windows Server\Bin\WebApps\Site. Figure 3 shows the subfolders and files that you’ll find here.

Figure 3. The contents of the IIS Site folder.

The Site folder contains the following subfolders and files:

  • Bin— This folder contains some DLLs that contain code used by the default site.

  • Customization— This folder contains an XML file used by the default site.

  • Resources— This folder contains the images used on the default site, as well as a CSS file and security certificate.

  • default.aspx— This file runs when you surf to http://server, and if Remote Web Access is turned on, the file redirects you to https://server/remote.

  • Robots.txt— This file is read by search engine crawlers (automated programs that search the web for content to index), and it’s used to define which aspects of the site the crawlers are allowed to index.

  • web.config— This file contains configuration data for the site’s ASP.NET application.

Viewing the Default Website with Internet Information Services Manager

The Client, RemoteAccess, and Site folders enable you to examine the physical files and subfolders associated with the Windows Home Server default website. However, you probably won’t often deal with these folders (or any folder) directly when creating and configuring your own web pages and websites. Instead, you’ll most often use a Microsoft Management Console snap-in called the IIS Manager.

To display this snap-in, select Start, Administrative Tools, Internet Information Server (IIS) Manager. When the snap-in loads, open the SERVER, Sites, Default Web Site branch (where SERVER is the name of your Windows Home Server PC), and then click Content View at the bottom of the window. This branch (see Figure 4) shows the contents of the default IIS website, the Connect and Remote applications, plus a few other applications that Windows Home Server uses.

Figure 4. In the IIS Manager snap-in, the Default Web Site represents the Windows Home Server default site.

Tip

You can also launch IIS Manager by selecting Start, typing inetmgr, and pressing Enter.

 
Others
 
- System Center Configuration Manager 2007 : Patch Management - Using Wake On LAN Capability
- System Center Configuration Manager 2007 : Patch Management - SMS 2003 Clients, Native Mode and Software Updates
- System Center Configuration Manager 2007 : Patch Management - Creating and Managing Deployments (part 1) - A Recommended Approach
- System Center Configuration Manager 2007 : Patch Management - Creating and Managing Deployments (part 1) - A Recommended Approach
- Implementing Edge Services for an Exchange Server 2007 Environment : Filtering Content in a Message Attachment
- Implementing Edge Services for an Exchange Server 2007 Environment : Using Content Filtering to Allow and Reject Domain-Level Content
- Implementing Edge Services for an Exchange Server 2007 Environment : Fine-Tuning Content Filtering
- Implementing Edge Services for an Exchange Server 2007 Environment : Using Content Filtering to Isolate Inappropriate Content (part 2)
- Implementing Edge Services for an Exchange Server 2007 Environment : Using Content Filtering to Isolate Inappropriate Content (part 1)
- The SharePoint 2010 Feature Solution Framework : Writing Your First Feature and Solution (part 1) - Create the Project
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us