Re: [ADVANCED-DOTNET] XPath query question regarding element names

2008-05-20 Thread Mike Andrews
Thanks HTH. I usually proofread everything before I submit it just to make sure it is clear, but you go the gist of what I needed. That helped tremendously it was exactly what I was looking for. Thanks, Mike On Tue, May 20, 2008 at 9:39 AM, Efran Cobisi <[EMAIL PROTECTED]> wrote: > Hi Mike, > >

Re: [ADVANCED-DOTNET] XPath query question regarding element names

2008-05-20 Thread Efran Cobisi
Hi Mike, I am unsure if I understood correctly your requirements (there isn't any attribute inside your XPath query, isn't it?). However, below you can find an XPath/SQL query which retrieves both the title and the author text value for each book element: SELECT T.C.value('title[1]', 'nvarchar(m

[ADVANCED-DOTNET] XPath query question regarding element names

2008-05-20 Thread Mike Andrews
This might be Off Topic but here goes: I have an XPATH query question regarding element names and how to retrieve them in SQL Server 2005. Specifically given this xml document or something similar: The Way Things Are. Irene R. Gibson The Way Things Were. Kari D. Bednarz

Re: [ADVANCED-DOTNET] HTTPS

2008-05-20 Thread Geoff Taylor
That was why I mentioned IIS's built in wildcard redirection - it should do the same job as your module, but it should be faster and place less load on the system (since it runs inside IIS and doesn't require the .NET runtime be loaded for that site). Geoff On Tue, May 20, 2008 at 1:24 PM, Paul C

Re: [ADVANCED-DOTNET] HTTPS

2008-05-20 Thread Paul Cowan
Having this selected will only redirect the page to the appropriate HTTP error page when you try and request the page over HTTP.I needed to write an HTTP handler to do the [EMAIL PROTECTED]> Date: Tue, 20 May 2008 12:47:50 +0100> From: [EMAIL PROTECTED]> Subject: Re: [ADVANCED-DOTNET] HTTPS> To:

Re: [ADVANCED-DOTNET] HTTPS

2008-05-20 Thread Dean Cleaver
IIS7: Find your website. Under IIS area in the features view there should be SSL Settings. Require SSL and Require 128-bit SSL are in there. Dino -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Chris Anderson Sent: Tuesday, 20 May 200

Re: [ADVANCED-DOTNET] HTTPS

2008-05-20 Thread Chris Anderson
> I thought there was a 'require SSL' option somewhere in IIS, but I can't > find it now so maybe I was thinking of Apache or some other server... There is (assuming IIS6) Website or folder properties Directory Security tab Secure communications box -> Press Edit button Here you will find the

Re: [ADVANCED-DOTNET] HTTPS

2008-05-20 Thread James Geall
does this do what you want? http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/596b9108-b1a7-494d-885d-f8941b07554c.mspx?mfr=true HTH James On Tue, May 20, 2008 at 8:31 AM, Geoff Taylor <[EMAIL PROTECTED]> wrote: > Hi, > > I thought there was a 'require SSL' option somew

Re: [ADVANCED-DOTNET] HTTPS

2008-05-20 Thread Geoff Taylor
Hi, I thought there was a 'require SSL' option somewhere in IIS, but I can't find it now so maybe I was thinking of Apache or some other server... Anyway, without that option my next choice would be IIS's wildcard redirection: http://support.microsoft.com/kb/324000 You set up a web site on port