Wrox Programmer Forums
|
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0
This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 15th, 2008, 08:55 AM
Registered User
 
Join Date: Oct 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Adding a web service

In adding web services to a site modelled on TBH architecture, had difficulty in adding these services as a web reference on another site.

Problem turned out to be the
cookieless="AutoDetect" in several places within the web.config file or the originating site.

In order to resolve, did the following:
1. <authentication mode="Forms">
            <forms cookieless="AutoDetect" [and so on]

2. <sessionState cookieless="true"/>

3. <anonymousIdentification cookieless="UseCookies" enabled="true"/>

Making all of these "UseCookies" also works.



A. Simon Mielniczuk
ITScooperative
Toronto CANADA
 
Old April 16th, 2008, 01:14 AM
Authorized User
 
Join Date: Mar 2008
Posts: 62
Thanks: 1
Thanked 3 Times in 3 Posts
Send a message via Yahoo to kalel_4444
Default

I'm also planning on adding both, the News module as a web service, and also consuming various web services.

Thanks for the heads up !






Similar Threads
Thread Thread Starter Forum Replies Last Post
Web Service Consuming another web service CraigWhitfield EJB 0 January 10th, 2008 08:38 AM
adding web service at runtime owoade .NET Web Services 2 August 28th, 2007 02:15 AM
Adding Service Reference taposh_dr BOOK: Professional WCF Programming: .NET Dev with Windows Communication Found ISBN: 9780470089842 1 July 11th, 2007 01:48 PM
Service Oriented Web Service aldwinenriquez .NET Web Services 2 September 15th, 2005 03:25 AM
Adding a reference to a web service loganscott2000 .NET Web Services 1 April 13th, 2005 09:51 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.