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

"Cholan NSamy" <[email protected]> Thu, 7 Aug 2003 23:44:37 -0700
Newsgroups gmane.comp.sourceid.sso.devel
Message-ID <[email protected]>
Thanks Steven,

Your are right. Configuration.cs file will not be there in the
MemoryFedarationHandler project. I download the sourceID.net v0.3 from
the site and setup the application (I followed your steps but still
using WSE1.0 version). Now it's perfectly working.

But After I log on to Service Provider, click on the "Click to
Federate". Upon clicking it gave the following error.=20

Server Error in '/idp' Application.
------------------------------------------------------------------------
--------

Parser Error=20
Description: An error occurred during the parsing of a resource required
to service this request. Please review the following specific parse
error details and modify your source file appropriately.=20

Parser Error Message: The virtual path '/idp-sample/PageHeader.ascx'
maps to another application, which is not allowed.

Source Error:=20


Line 2:  <%@ Import namespace=3D"SourceID" %>
Line 3:  <%@ Page language=3D"c#" Codebehind=3D"Logon.aspx.cs"
AutoEventWireup=3D"false" Inherits=3D"idp.Logon" %>
Line 4:  <%@ Register TagPrefix=3D"uc1" TagName=3D"PageHeader"
Src=3D"PageHeader.ascx" %>
Line 5:  <%@ Register TagPrefix=3D"uc1" TagName=3D"PageFooter"
Src=3D"PageFooter.ascx" %><%
Line 6:  /*
=20

Source File: D:\Inetpub\wwwroot\idp-sample\logon.aspx    Line: 4=20

I followed the steps as you have told (for creating virtual directory)
in step 2 ["Copied the idp and sp directories to the wwwroot folder.
Rename them to idp-sample and sp-sample."].=20

Please Guide me to correct this problem.

Regards
Cholan




------------------------------------------------------------------------
--------
Version Information: Microsoft .NET Framework Version:1.1.4322.573;
ASP.NET Version:1.1.4322.573



-----Original Message-----
From: [email protected] [mailto:[email protected]]

Sent: Friday, August 08, 2003 10:33 AM
To: [email protected]
Subject: Re: [SourceID SSO-dev] Testing SourceID.NEt v0.3 in windows
2003

Cholan -=20
one think i'm confused about is that you say "In MemoryFederationHandler
the configuration.cs file shows the same
error. " whereas configuation.cs is in the SourceID Assembly.

Do you have the entire output from the compilation? That may be useful
to see - that is assuming there is more above :

> "The type or namespace name "ProviderRole" could not be found."
>
> "The type or namespace name "ProviderDirectory" could not be found."
>
> "The type or namespace name "Configuration" could not be found."

My main issue was changing the SourceID.Test assembly to include the
NUnit 2.0 dll - after that things compiled ok. May be worth trying to
compile each project individually and see what ones fail (if you can
start with the ones with least dependency - i.e. no references - on
other projects, then it will be  lot easier!).


Steven
_______________________________________________
sso-dev mailing list
[email protected]
http://mail.sourceid.org/mailman/listinfo/sso-dev