This document shows how to set up IIS 7 from scratch.
Categories: IIS
|
Tags: Architects, Developers, 2. Intermediate, 3. Advanced, IIS, Pre v6.3, v6.3, v6.4 and Later
Revision:
1
Posted:
06/Jan/2009
Updated:
06/Jan/2009
Status:
Publish
Types: Walkthrough
|
Go to Control Panel – Programs and Features  Click “Turn Windows Features On and Off”  Select all the features as shown below.  Create a New Application for our project our Project under C:\Inetpub\wwwroot  Now we set up IIS for our application  Expand the Sites to get to our project directory  Click Basic Settings in the Action Panel  Select Classic.Net AppPool  If you are using a 64Bit Operating System you will need to allow 32 Bit application to run from your IIS. To do so: 1. Go to the IIS Manager. 2. Open "Application Settings". 3. Select the "Application Pools" item on the tree on the left. 4. Right click on the "Classic .NET AppPool" from the list. 5. Select "Advanced Settings". 6. Change the "Enable 32-Bit Applications" setting to "True" as shown in the screenshot below.  Highlight the .ASPX handler and click Edit Script  Copy the Executable path to the clipboard Cancel to close and click Add Script  Enter the Path as *.wgx and paste the executable copied in the previous step Add a name eg WebGUI Click 'OK' to Save A box will pop up asking if you wish to allow the ISAPI extension. Click 'Yes' We are now ready to copy our files to our new application directory This shows using Publish from VS2008  BEWARE If “Delete all existing files prior to publish” is checked it will also delete the WGX handler added earlier  Now we see all the structure BEWARE Sometimes Publish does not copy Web.config to the root directory  Now we can run the application by pointing our browser to http://localhost/catalog64/mainform.wgx 
About the author
Related Articles
|
IIS
|
|
|
On various occations it may be necessary to deploy your DHTML Visual WebGui application with different extension than the standard .WGX extension. One such common scenario is when you are deploying to a web-hosting company (like GoDaddy for instance), which is not willing to add the necessary Applic...
Tags:
Developers, 1. Beginner, 2. Intermediate, ASP.NET, Pre v6.3, v6.3, v6.4 and Later, 3. Advanced
|
|
|
This article is relevant for Visual WebGUI versions that support Microsoft Silverlight 3.0. Support for MS Silverlight 3.0 was introduced in VWG v6.3.6.
Tags:
Developers, 1. Beginner, Silverlight, Pre v6.3, v6.3, 2. Intermediate, 3. Advanced
|
|
|
DNN architecture provides a way to extend your site via DNN modules.
Tags:
Architects, Developers, IIS, Pre v6.3, v6.3, v6.4 and Later
|
|
|
This is a class to authenticate a user against Microsoft Active directory using the LDAP protocol.
Tags:
Architects, Developers, Visual WebGui Pipeline, VB.NET, 1. Beginner, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
|
|
|
Visual WebGui simplifies web development by providing a single layer .NET development environment with a drag & drop designer within Visual Studio.
Tags:
Developers, Data Binding, 1. Beginner, IIS, Pre v6.3, v6.3, v6.4 and Later, 2. Intermediate, 3. Advanced
|
|
|
Tags:
Architects, Developers, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
|
|
|
|