Re: IIS-help

2009-09-03 Thread Vineet ghatge
Hi Ben et al, I followed the steps in mail and repeated step 7 and 8a.But in step 8a :- When I ran the web application http://localhost/trade/ I got the following error:- XML parsing failed: syntax error (Line: 1, Character: 1) Reparse document as HTML Error:invalid start-tag Specification:http

RE: [jira] Commented: (STONEHENGE-73) Change Stonehenge to use claims based security

2009-09-03 Thread Joby Abragan-Lee
With Scott's latest changes, I was able to log in and out as different users successfully using StonehengeIdentity. I was also able to buy and sell stocks (as different users) in Stocktrader with no problems. Joby From: Scott Golightly [scott_goligh.

RE: IIS-help

2009-09-03 Thread Ben Dewey
You will need to add a Default document of default.aspx to your application settings: 1. open IIS Mgr 2. Right click - properties on the Trade app 3. Default Documents tab 4. Add Default.aspx 5. Click ok -Ben Dewey -Original Message- From: Vineet ghatge [mailto:vgh4us...@gmail.com] Sen

Re: IIS-help

2009-09-03 Thread Vineet ghatge
Hi Ben et al, I solved the IIS problem,I successful executed step 5 .Now rebuilt the solutions and ran step 8 When I ran step 8b:- In a browser, run the Web app http://localhost/trade/ I got the following error:- Directory Listing Denied This Virtual Directory does not allow contents to be l

RE: [VOTE] Move METRO from contrib to trunk

2009-09-03 Thread Ben Dewey
Ping Mentors/Daniel: Sorry to pester, but it's been a week and I haven't heard anything from the mentors. We have +9 votes to move Metro to the trunk and I would greatly appreciate some buy in before proceeding. -Ben Dewey -Original Message- From: Ben Dewey Sent: Wednesday, August 2

RE: IIS-help

2009-09-03 Thread Ben Dewey
Vineet, First off I don't believe IIS7 is supported by XP, so if you use IIS use IIS6. I'm not sure what that error is, you'd have to google it. As for the IIS requirements. You don't have to use IIS if you don't want to. The work around would be: 1. Open ST/dotnet/trader_client/StockTrader

Fwd: IIS-help

2009-09-03 Thread Vineet ghatge
-- Forwarded message -- From: Vineet ghatge Date: Thu, Sep 3, 2009 at 8:23 PM Subject: IIS-help To: stonehenge-dev@incubator.apache.org Hello all, I was successful in executing steps 1-4 mentioned in "Stonehenge .NET StockTrader Installation Guide",But in step 5 :- Setup the we

RE: [jira] Commented: (STONEHENGE-73) Change Stonehenge to use claims based security

2009-09-03 Thread Scott Golightly
Chintana, I am glad you got the issue solved. The change to use identifier.ToString() should have no effect since identifier is declared as a string. I suspect that in changing code you force a compile that fixed the error. Scott -Original Message- From: Chintana Wilamuna (JIRA) [mailt

IIS-help

2009-09-03 Thread Vineet ghatge
Hello all, I was successful in executing steps 1-4 mentioned in "Stonehenge .NET StockTrader Installation Guide",But in step 5 :- Setup the website under IIS In IIS manager -Right-click Default Website and choose Add a Virtual Directory -Enter trade as the alias. -Select trader_client\trade as th

Re: [jira] Commented: (STONEHENGE-73) Change Stonehenge to use claims based security

2009-09-03 Thread Ming Jin
Hi Scott, Will you add the implementation of "Act As" token into the Claims Based Security later? Do you think the current implementation of Passive STS in the patch has achieved the goal in the proposal? On Thu, Sep 3, 2009 at 11:23 AM, Chintana Wilamuna (JIRA) wrote: > >[ > https://issues.

[jira] Commented: (STONEHENGE-73) Change Stonehenge to use claims based security

2009-09-03 Thread Chintana Wilamuna (JIRA)
[ https://issues.apache.org/jira/browse/STONEHENGE-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750957#action_12750957 ] Chintana Wilamuna commented on STONEHENGE-73: - I got over the above error. R