SlideShare uma empresa Scribd logo
1 de 12
Baixar para ler offline
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.

Mais conteúdo relacionado

Mais de Embarcadero Technologies

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 LinuxEmbarcadero Technologies
 
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 Embarcadero Technologies
 
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...Embarcadero Technologies
 
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 LinuxEmbarcadero Technologies
 
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 IntroductionEmbarcadero Technologies
 
RAD Industrial Automation, Labs, and Instrumentation
RAD Industrial Automation, Labs, and InstrumentationRAD Industrial Automation, Labs, and Instrumentation
RAD Industrial Automation, Labs, and InstrumentationEmbarcadero Technologies
 
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 InterBaseEmbarcadero Technologies
 
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 DocumentEmbarcadero Technologies
 
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 webinarEmbarcadero 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 AndroidEmbarcadero Technologies
 
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 ArchitectureEmbarcadero Technologies
 
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 PracticesEmbarcadero Technologies
 
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 AssetsEmbarcadero Technologies
 
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 2016Embarcadero Technologies
 
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 SuccessEmbarcadero Technologies
 

Mais 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
 

Último

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
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 FMESafe Software
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
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.pdfsudhanshuwaghmare1
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
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 WoodJuan lago vázquez
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 

Último (20)

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
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
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
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
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
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
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 

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.