RE: Testing SourceID.NEt v0.3 in windows 2003
"Cholan NSamy" <[email protected]> Thu, 7 Aug 2003 21:44:19 -0700
| Newsgroups | gmane.comp.sourceid.sso.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks steven, I have followed your procedure. But still while I build the application, In MemoryFederationHandler the configuration.cs file shows the same error.=20 "the type or namespace name "providerrole" could not be found" and similarly, for the "providerDirectory". As David Waite has told this configuration.cs is missing Using SourceID. So I included that. Still it gives the same error. Can you tell what am I missing? Regards, Cholan=20 -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Friday, August 08, 2003 3:13 AM To: [email protected] Subject: Re: [SourceID SSO-dev] Testing SourceID.NEt v0.3 in windows 2003 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.=20 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=20 Microsoft.Web.Services.Security.XmlDsigExcC14NTransform ... to=20 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. _______________________________________________ sso-dev mailing list [email protected] http://mail.sourceid.org/mailman/listinfo/sso-dev