SlideShare une entreprise Scribd logo
1  sur  12
Télécharger pour lire hors ligne
Tech Notes


Setting up IIS on Windows® 7: Build Web
Services with RAD Studio 2010
Michael Rozlog – Sr. Director of Delphi Solutions, Embarcadero Technologies
November 2009




Corporate Headquarters              EMEA Headquarters         Asia-Pacific Headquarters
100 California Street, 12th Floor   York House                L7. 313 La Trobe Street
San Francisco, California 94111     18 York Road              Melbourne VIC 3000
                                    Maidenhead, Berkshire     Australia
                                    SL6 1SF, United Kingdom
Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010




Table of Contents

Overview .............................................................................................................................. - 2 -

   Installing IIS on Windows 7 ............................................................................................. - 2 -

   Ensuring IIS is Up and Running ...................................................................................... - 4 -

   Changing the Default Port Number for IIS: ................................................................... - 5 -

   Turning on CGI Access:................................................................................................... - 6 -

   Setting up a Virtual Directory: ........................................................................................ - 8 -

More on Embarcadero RAD Studio ................................................................................. - 10 -

   About the Author........................................................................................................... - 10 -




Embarcadero Technologies                                                                                                                -1-
Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010



OVERVIEW
This paper describes the steps for setting up Microsoft Internet Information Services (IIS) on
Windows® 7 to enable the development of web services applications with Embarcadero® RAD
Studio, Delphi®, C++Builder® and Delphi Prism™.

INSTALLING IIS ON WINDOWS 7
By default IIS is not installed on Windows 7, so you must install it before you start developing
cutting edge web services with RAD Studio 2010.




Inside the control panel, pick the Programs and Features, then select the Turn Windows
features on or off option.




Embarcadero Technologies                                                                       -2-
Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010




Make sure to turn on the Application Development Features. If you go into IIS and the interface
for the IIS Manager appears like below:




Then you did not enable the Application Development Features. The IIS Manager should look
like:




Embarcadero Technologies                                                                   -3-
Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010




You should see the CGI icon loaded if you installed that feature.



ENSURING IIS IS UP AND RUNNING
After you have IIS installed you should be able to go to any browser (IE, Firefox, or Chrome) and
check to see if the web server is up and running. Putting in the following command:
http://localhost:{port} should give the following:




Embarcadero Technologies                                                                     -4-
Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010



CHANGING THE DEFAULT PORT NUMBER FOR IIS:
When IIS is installed it has a default port number set to 80. Since this is the most used port in
the world, I like to change the port to something different. In the Windows 7 version of IIS, this
can be accomplished by setting the bindings for that website:




Right-mouse click on the Default Website in the Features View and select the Bindings… menu
item.




Click the Edit… button; this will display the editor. Change the port number (for this example
I’m using port 8080) then click the OK button and the following should be displayed:


Embarcadero Technologies                                                                       -5-
Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010




TURNING ON CGI ACCESS:
Now that you have IIS installed and configured to the proper port, the next thing we must do if
we want to use CGI based web services inside IIS 7 is to turn on that feature. This can be done
by selecting the ISAPI and CGI Restrictions icon in the Features view of the top-level server:




Embarcadero Technologies                                                                    -6-
Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010


Either double-click on the feature or click the Open Feature under the Actions pane. This will
display the options for the feature:




Then click the Edit Feature Settings… item under the Actions pane, this will show the following
dialog:




Click the Allow unspecified CGI module and click the OK button. We are now ready to start the
configuration for our web services.




Embarcadero Technologies                                                                     -7-
Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010



SETTING UP A VIRTUAL DIRECTORY:
The first thing you want to do before creating a new virtual directory is to stop the IIS server.
This can be done from the IIS Manager:




Click the Stop button under the Actions pane.

Then go to the file explorer and add the desired directory under the website location as below:




For this example I’m using the MyDelphiWebServices under the c:inetpubwwwroot directory.



Embarcadero Technologies                                                                            -8-
Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010



Once this is added, go back into the IIS manager and Start the IIS up again. You should see the
directory show up automatically:




Now we are ready to build web services inside RAD Studio 2010.




Embarcadero Technologies                                                                   -9-
Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010



MORE ON EMBARCADERO RAD STUDIO
Embarcadero RAD Studio 2010 is the industry’s most powerful rapid application development
suite for visually building GUI-intensive, data-driven end-user applications for both native
Windows and .NET. RAD Studio includes Delphi, C++Builder and Delphi Prism, enabling you to
deliver applications up to 5x faster across multiple Windows and database platforms.

Learn more about RAD Studio 2010

Download a free trial edition of RAD Studio 2010

ABOUT THE AUTHOR
Mike Rozlog is the senior director of products for Embarcadero Technologies. In this role, he is
focused on ensuring the developer focused products being created by Embarcadero meet the
expectations of developers around the world. Much of his time is dedicated to discussing and
explaining the technical and business aspects of Embarcadero’s products and services to
analysts and other audiences worldwide. Mike was formerly with CodeGear™, a developer tools
group that was acquired by Embarcadero in 2008. Previously, he spent more than eight years
working for Borland® in a number of positions, including a primary role as Chief Technical
Architect. A reputed author, Mike has been published numerous times. His latest collaboration
is Mastering JBuilder from John Wiley & Sons, Inc. Mike is online at
http://blogs.embarcadero.com/michaelrozlog/.




Embarcadero Technologies                                                                   - 10 -
Embarcadero Technologies, Inc. is a leading provider of award-winning tools for application
developers and database professionals so they can design systems right, build them faster and
run them better, regardless of their platform or programming language. Ninety of the Fortune
100 and an active community of more than three million users worldwide rely on Embarcadero
products to increase productivity, reduce costs, simplify change management and compliance
and accelerate innovation. The company’s flagship tools include: Embarcadero® Change
Manager™, Embarcadero® RAD Studio, DBArtisan®, Delphi®, ER/Studio®, JBuilder® and Rapid
SQL®. Founded in 1993, Embarcadero is headquartered in San Francisco, with offices located
around the world. Embarcadero is online at www.embarcadero.com.

Contenu connexe

Plus de Embarcadero Technologies

Getting Started Building Mobile Applications for iOS and Android
Getting Started Building Mobile Applications for iOS and AndroidGetting Started Building Mobile Applications for iOS and Android
Getting Started Building Mobile Applications for iOS and Android
Embarcadero Technologies
 

Plus de Embarcadero Technologies (20)

Linux GUI Applications on Windows Subsystem for Linux
Linux GUI Applications on Windows Subsystem for LinuxLinux GUI Applications on Windows Subsystem for Linux
Linux GUI Applications on Windows Subsystem for Linux
 
Python on Android with Delphi FMX - The Cross Platform GUI Framework
Python on Android with Delphi FMX - The Cross Platform GUI Framework Python on Android with Delphi FMX - The Cross Platform GUI Framework
Python on Android with Delphi FMX - The Cross Platform GUI Framework
 
Introduction to Python GUI development with Delphi for Python - Part 1: Del...
Introduction to Python GUI development with Delphi for Python - Part 1:   Del...Introduction to Python GUI development with Delphi for Python - Part 1:   Del...
Introduction to Python GUI development with Delphi for Python - Part 1: Del...
 
FMXLinux Introduction - Delphi's FireMonkey for Linux
FMXLinux Introduction - Delphi's FireMonkey for LinuxFMXLinux Introduction - Delphi's FireMonkey for Linux
FMXLinux Introduction - Delphi's FireMonkey for Linux
 
Python for Delphi Developers - Part 2
Python for Delphi Developers - Part 2Python for Delphi Developers - Part 2
Python for Delphi Developers - Part 2
 
Python for Delphi Developers - Part 1 Introduction
Python for Delphi Developers - Part 1 IntroductionPython for Delphi Developers - Part 1 Introduction
Python for Delphi Developers - Part 1 Introduction
 
RAD Industrial Automation, Labs, and Instrumentation
RAD Industrial Automation, Labs, and InstrumentationRAD Industrial Automation, Labs, and Instrumentation
RAD Industrial Automation, Labs, and Instrumentation
 
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBaseEmbeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase
 
Rad Server Industry Template - Connected Nurses Station - Setup Document
Rad Server Industry Template - Connected Nurses Station - Setup DocumentRad Server Industry Template - Connected Nurses Station - Setup Document
Rad Server Industry Template - Connected Nurses Station - Setup Document
 
TMS Google Mapping Components
TMS Google Mapping ComponentsTMS Google Mapping Components
TMS Google Mapping Components
 
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinar
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinarMove Desktop Apps to the Cloud - RollApp & Embarcadero webinar
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinar
 
Useful C++ Features You Should be Using
Useful C++ Features You Should be UsingUseful C++ Features You Should be Using
Useful C++ Features You Should be Using
 
Getting Started Building Mobile Applications for iOS and Android
Getting Started Building Mobile Applications for iOS and AndroidGetting Started Building Mobile Applications for iOS and Android
Getting Started Building Mobile Applications for iOS and Android
 
Embarcadero RAD server Launch Webinar
Embarcadero RAD server Launch WebinarEmbarcadero RAD server Launch Webinar
Embarcadero RAD server Launch Webinar
 
ER/Studio 2016: Build a Business-Driven Data Architecture
ER/Studio 2016: Build a Business-Driven Data ArchitectureER/Studio 2016: Build a Business-Driven Data Architecture
ER/Studio 2016: Build a Business-Driven Data Architecture
 
The Secrets of SQL Server: Database Worst Practices
The Secrets of SQL Server: Database Worst PracticesThe Secrets of SQL Server: Database Worst Practices
The Secrets of SQL Server: Database Worst Practices
 
Driving Business Value Through Agile Data Assets
Driving Business Value Through Agile Data AssetsDriving Business Value Through Agile Data Assets
Driving Business Value Through Agile Data Assets
 
Troubleshooting Plan Changes with Query Store in SQL Server 2016
Troubleshooting Plan Changes with Query Store in SQL Server 2016Troubleshooting Plan Changes with Query Store in SQL Server 2016
Troubleshooting Plan Changes with Query Store in SQL Server 2016
 
Great Scott! Dealing with New Datatypes
Great Scott! Dealing with New DatatypesGreat Scott! Dealing with New Datatypes
Great Scott! Dealing with New Datatypes
 
Agile, Automated, Aware: How to Model for Success
Agile, Automated, Aware: How to Model for SuccessAgile, Automated, Aware: How to Model for Success
Agile, Automated, Aware: How to Model for Success
 

Dernier

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Dernier (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 

Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010

  • 1. Tech Notes Setting up IIS on Windows® 7: Build Web Services with RAD Studio 2010 Michael Rozlog – Sr. Director of Delphi Solutions, Embarcadero Technologies November 2009 Corporate Headquarters EMEA Headquarters Asia-Pacific Headquarters 100 California Street, 12th Floor York House L7. 313 La Trobe Street San Francisco, California 94111 18 York Road Melbourne VIC 3000 Maidenhead, Berkshire Australia SL6 1SF, United Kingdom
  • 2. Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010 Table of Contents Overview .............................................................................................................................. - 2 - Installing IIS on Windows 7 ............................................................................................. - 2 - Ensuring IIS is Up and Running ...................................................................................... - 4 - Changing the Default Port Number for IIS: ................................................................... - 5 - Turning on CGI Access:................................................................................................... - 6 - Setting up a Virtual Directory: ........................................................................................ - 8 - More on Embarcadero RAD Studio ................................................................................. - 10 - About the Author........................................................................................................... - 10 - Embarcadero Technologies -1-
  • 3. Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010 OVERVIEW This paper describes the steps for setting up Microsoft Internet Information Services (IIS) on Windows® 7 to enable the development of web services applications with Embarcadero® RAD Studio, Delphi®, C++Builder® and Delphi Prism™. INSTALLING IIS ON WINDOWS 7 By default IIS is not installed on Windows 7, so you must install it before you start developing cutting edge web services with RAD Studio 2010. Inside the control panel, pick the Programs and Features, then select the Turn Windows features on or off option. Embarcadero Technologies -2-
  • 4. Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010 Make sure to turn on the Application Development Features. If you go into IIS and the interface for the IIS Manager appears like below: Then you did not enable the Application Development Features. The IIS Manager should look like: Embarcadero Technologies -3-
  • 5. Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010 You should see the CGI icon loaded if you installed that feature. ENSURING IIS IS UP AND RUNNING After you have IIS installed you should be able to go to any browser (IE, Firefox, or Chrome) and check to see if the web server is up and running. Putting in the following command: http://localhost:{port} should give the following: Embarcadero Technologies -4-
  • 6. Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010 CHANGING THE DEFAULT PORT NUMBER FOR IIS: When IIS is installed it has a default port number set to 80. Since this is the most used port in the world, I like to change the port to something different. In the Windows 7 version of IIS, this can be accomplished by setting the bindings for that website: Right-mouse click on the Default Website in the Features View and select the Bindings… menu item. Click the Edit… button; this will display the editor. Change the port number (for this example I’m using port 8080) then click the OK button and the following should be displayed: Embarcadero Technologies -5-
  • 7. Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010 TURNING ON CGI ACCESS: Now that you have IIS installed and configured to the proper port, the next thing we must do if we want to use CGI based web services inside IIS 7 is to turn on that feature. This can be done by selecting the ISAPI and CGI Restrictions icon in the Features view of the top-level server: Embarcadero Technologies -6-
  • 8. Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010 Either double-click on the feature or click the Open Feature under the Actions pane. This will display the options for the feature: Then click the Edit Feature Settings… item under the Actions pane, this will show the following dialog: Click the Allow unspecified CGI module and click the OK button. We are now ready to start the configuration for our web services. Embarcadero Technologies -7-
  • 9. Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010 SETTING UP A VIRTUAL DIRECTORY: The first thing you want to do before creating a new virtual directory is to stop the IIS server. This can be done from the IIS Manager: Click the Stop button under the Actions pane. Then go to the file explorer and add the desired directory under the website location as below: For this example I’m using the MyDelphiWebServices under the c:inetpubwwwroot directory. Embarcadero Technologies -8-
  • 10. Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010 Once this is added, go back into the IIS manager and Start the IIS up again. You should see the directory show up automatically: Now we are ready to build web services inside RAD Studio 2010. Embarcadero Technologies -9-
  • 11. Setting up IIS on Windows 7: Build Web Services with RAD Studio 2010 MORE ON EMBARCADERO RAD STUDIO Embarcadero RAD Studio 2010 is the industry’s most powerful rapid application development suite for visually building GUI-intensive, data-driven end-user applications for both native Windows and .NET. RAD Studio includes Delphi, C++Builder and Delphi Prism, enabling you to deliver applications up to 5x faster across multiple Windows and database platforms. Learn more about RAD Studio 2010 Download a free trial edition of RAD Studio 2010 ABOUT THE AUTHOR Mike Rozlog is the senior director of products for Embarcadero Technologies. In this role, he is focused on ensuring the developer focused products being created by Embarcadero meet the expectations of developers around the world. Much of his time is dedicated to discussing and explaining the technical and business aspects of Embarcadero’s products and services to analysts and other audiences worldwide. Mike was formerly with CodeGear™, a developer tools group that was acquired by Embarcadero in 2008. Previously, he spent more than eight years working for Borland® in a number of positions, including a primary role as Chief Technical Architect. A reputed author, Mike has been published numerous times. His latest collaboration is Mastering JBuilder from John Wiley & Sons, Inc. Mike is online at http://blogs.embarcadero.com/michaelrozlog/. Embarcadero Technologies - 10 -
  • 12. Embarcadero Technologies, Inc. is a leading provider of award-winning tools for application developers and database professionals so they can design systems right, build them faster and run them better, regardless of their platform or programming language. Ninety of the Fortune 100 and an active community of more than three million users worldwide rely on Embarcadero products to increase productivity, reduce costs, simplify change management and compliance and accelerate innovation. The company’s flagship tools include: Embarcadero® Change Manager™, Embarcadero® RAD Studio, DBArtisan®, Delphi®, ER/Studio®, JBuilder® and Rapid SQL®. Founded in 1993, Embarcadero is headquartered in San Francisco, with offices located around the world. Embarcadero is online at www.embarcadero.com.