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

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
 

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

Easier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties ReimaginedEasier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties Reimaginedpanagenda
 
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfLinux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfFIDO Alliance
 
Design Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptxDesign Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptxFIDO Alliance
 
Using IESVE for Room Loads Analysis - UK & Ireland
Using IESVE for Room Loads Analysis - UK & IrelandUsing IESVE for Room Loads Analysis - UK & Ireland
Using IESVE for Room Loads Analysis - UK & IrelandIES VE
 
2024 May Patch Tuesday
2024 May Patch Tuesday2024 May Patch Tuesday
2024 May Patch TuesdayIvanti
 
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfIntroduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfFIDO Alliance
 
Your enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4jYour enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4jNeo4j
 
Microsoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireMicrosoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireExakis Nelite
 
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...FIDO Alliance
 
The Metaverse: Are We There Yet?
The  Metaverse:    Are   We  There  Yet?The  Metaverse:    Are   We  There  Yet?
The Metaverse: Are We There Yet?Mark Billinghurst
 
Collecting & Temporal Analysis of Behavioral Web Data - Tales From The Inside
Collecting & Temporal Analysis of Behavioral Web Data - Tales From The InsideCollecting & Temporal Analysis of Behavioral Web Data - Tales From The Inside
Collecting & Temporal Analysis of Behavioral Web Data - Tales From The InsideStefan Dietze
 
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdfWhere to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdfFIDO Alliance
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...panagenda
 
Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessUXDXConf
 
WebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceWebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceSamy Fodil
 
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfFIDO Alliance
 
Introduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptxIntroduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptxFIDO Alliance
 
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider  Progress from Awareness to Implementation.pptxTales from a Passkey Provider  Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider Progress from Awareness to Implementation.pptxFIDO Alliance
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe中 央社
 

Dernier (20)

Overview of Hyperledger Foundation
Overview of Hyperledger FoundationOverview of Hyperledger Foundation
Overview of Hyperledger Foundation
 
Easier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties ReimaginedEasier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties Reimagined
 
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfLinux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
 
Design Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptxDesign Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptx
 
Using IESVE for Room Loads Analysis - UK & Ireland
Using IESVE for Room Loads Analysis - UK & IrelandUsing IESVE for Room Loads Analysis - UK & Ireland
Using IESVE for Room Loads Analysis - UK & Ireland
 
2024 May Patch Tuesday
2024 May Patch Tuesday2024 May Patch Tuesday
2024 May Patch Tuesday
 
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfIntroduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
 
Your enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4jYour enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4j
 
Microsoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireMicrosoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - Questionnaire
 
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
 
The Metaverse: Are We There Yet?
The  Metaverse:    Are   We  There  Yet?The  Metaverse:    Are   We  There  Yet?
The Metaverse: Are We There Yet?
 
Collecting & Temporal Analysis of Behavioral Web Data - Tales From The Inside
Collecting & Temporal Analysis of Behavioral Web Data - Tales From The InsideCollecting & Temporal Analysis of Behavioral Web Data - Tales From The Inside
Collecting & Temporal Analysis of Behavioral Web Data - Tales From The Inside
 
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdfWhere to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
 
Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for Success
 
WebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceWebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM Performance
 
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
 
Introduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptxIntroduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptx
 
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider  Progress from Awareness to Implementation.pptxTales from a Passkey Provider  Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe
 

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.