Re: Log in failure

2009-09-07 Thread Vineet ghatge
Hi, I am using mixed authentication mode despite which I am getting that "login fail" error With Regards, VGH

Re: .NET Stocktrader

2009-09-07 Thread Ranjitha V
Hi Ben, I followed these steps -> Run mmc and added the certificates in \setup_utilities\Util -> Under trade in IIS manager, I added Default.aspx -> Run BuildDotNet.cmd (to build) -> Click RunServices.bat (to run). It gives me those 3 windows. -> Then I navigated to http://localhost/trade. I got

RE: Log in failure

2009-09-07 Thread Ben Dewey
This sounds like you have Windows Authentication enabled. If you're running IIS, go to the directory properties and choose directory security -> authentication, and uncheck windows authentication. If you can't find it, just use your machine admin username/password. In the format username: com

Log in failure

2009-09-07 Thread Vineet ghatge
Hello all, I have successfully executed all the steps in the docs of the .NET stocktrader .But when I ran http://localhost/trade I got the following error:- You are not authorized to view this page You do not have permission to view this directory or page using the credentials you supplied. Plea

Fwd: IIS-help

2009-09-07 Thread Vineet ghatge
-- Forwarded message -- From: Vineet ghatge Date: Mon, Sep 7, 2009 at 10:48 PM Subject: Re: IIS-help To: stonehenge-dev@incubator.apache.org Hello all, >From the screenshots it look like you need to create an ASP.NET application for your virtual directory. 1. Open IIS 2. open Tr

Re: [jira] Updated: (STONEHENGE-99) Add Support of Username Token over TLS in BSL->OPS

2009-09-07 Thread Ming Jin
Hi, We've finished and tested the Username token over TLS in BSL->OPS, and we're going to add it into the Metro version of Stocktrader. In accordance with the current OPS/OPS_SEC settings in Table Services, we think it's necessary to add a new entry like "OPS_TLS" to indicate this kind of securit

Re: IIS-help

2009-09-07 Thread Vineet ghatge
Hi Ben, I did the above changes and i tried to running http://localhost/trade,but I got the following error:- You are not authorized to view this page You do not have permission to view this directory or page using the credentials you supplied. Please try the following: * Click the Refresh bu

[jira] Updated: (STONEHENGE-99) Add Support of Username Token over TLS in BSL->OPS

2009-09-07 Thread Ming Jin (JIRA)
[ https://issues.apache.org/jira/browse/STONEHENGE-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ming Jin updated STONEHENGE-99: --- Fix Version/s: M2 Affects Version/s: M2 > Add Support of Username Token over TLS in BSL->O

Re: Some problems about interoperability of configuration service between Metro version and .Net version

2009-09-07 Thread nana jia
Hi, there Thanks for your help. All the testing for interoperability of configuration service between Metro version and .Net version are passed, after we use METRO_* instead of JAVA_*. However, we’ve found that the function of setting Config Service URL in UI part (Trader client) is disapp