Re: Testing SourceID.NEt v0.3 in windows 2003

[email protected] Thu, 7 Aug 2003 22:43:04 +0100 (BST)
Newsgroups gmane.comp.sourceid.sso.devel
Message-ID <[email protected]>
I have just successfully installed the samples on .Net Server 2003. The steps - albiet informal for just now - are outlined below.
I think and iisreset is needed to allow the HTTP handlers to register - don't know if that *definitely* is the case, but certainly fixed it in my install.

- Copied the idp and sp directories to the wwwroot folder. Rename them to idp-sample and sp-sample.

- Use Frontpage Admin to create fp webs.

- Copy providers.xml to both application directories.

- Load .sln file and remove references to web projects and add my own references to sp adn idp i created. 
Recompile and new assemblies are put into bin folders.

- IISRESET in at command line.

- Rename Web.config.dist to Web.config in both apps.

- Change SourceID.Test Assembly Nunit 2.0 reference to nunit.framework.dll in prog files.

- Changed all references to 

Microsoft.Web.Services.Security.XmlDsigExcC14NTransform

... to 

Microsoft.Web.Services.Security.Xml.XmlDsigExcC14NTransform

... as i am working with WSE2.

- update machine.config using utility

- sn.exe -Vr *,8c869275329aeb85

- copied key.pfx to each app

- Changed reference to C:\... in web.config as i am on d drive.

- Run and works.

Regards,
Steven.