playready

PlayReady SDK 1.2 Configuring IIS 6.0

KillerXman 2009. 6. 16. 14:46

아래 내용은 PlayReady SDK 1.2 IIS 6.0 설정 순서 원문 이다.

내용을 보면 알겠지만.

ASP.net 2.0.50727, 이 필요하다. (당연한건가?)

Configuring IIS 6.0

This section applies to configuring Internet Information Services (IIS) on a computer running Windows Server 2003.

To configure Internet Information Services, you must launch the Internet Information Services Manager and then test the Web service.

To configure Internet Information Services 6.0

1.  On the Start menu, click Control Panel, double-click Administrative Tools, and then double-click Internet Information Services (IIS) Manager.

2.  Expand the icon for your server, expand Web sites, and then right-click Default Web Site.

3.  In the drop-down menu, click New, and then click Virtual Directory.

4.  In the Virtual Directory Creation Wizard, perform the following steps:

a.  Click Next, and then when prompted for an alias name, type PlayReady. Click Next.

b.  Click the Browse button, browse to the path where you installed PlayReady, navigate to the vdir folder (for example, C:\PlayReady\Server SDK 1.2\vdir), and then click OK. Click Next.

c.  Select the Read check box, Run scripts check box, and Execute permissions check box, and then click Next.

d.  Click Finish.

5.  Under Default Web Site, right-click the PlayReady virtual directory, and then click Properties.

6.  On the ASP.NET tab, under ASP.NET version, select 2.0.50727, and then click OK. If the ASP.NET tab is not available, you may need to run the aspnet_regiis.exe tool in your %WINNT%\Microsoft.NET\Framework\v2.0.50727 folder, and then restart your computer.

7.  In Internet Information Services (IIS) Manager, click Web Service Extensions. In the right pane, verify that the Allow for ASP.NET v2.0.50727 check box is selected. If ASP.NET v2.0.50727 is missing from the Web Service Extension list, you may need to run the aspnet_regiis.exe tool in your %WINNT%\Microsoft.NET\Framework\v2.0.50727 folder, and then restart your computer.

8.  In Internet Information Services (IIS) Manager, right-click Default Web Site, and then click Start.

Note:  When the Web site is running, do one of the following:

·          If there is only one Web site running, use it.

·          If there is more than one Web site running, choose one.

Test the Web service by visiting the following location in your Web browser:

http://yourservername/playready/RightsManager.asmx

where yourservername is the name of your server. You should see the ASP.Net page showing the following Web methods available:

·      AcknowledgeLicense

·      AcquireLicense

·      GetMeteringCertificate

·      JoinDomain

·      LeaveDomain

·      ProcessMeteringData