Resources for IT Professionals > Forums Home > Microsoft Research Forums > Venue Service > Problem with IIS 6.0 setup, on win 2003
Ask a questionAsk a question
 

AnswerProblem with IIS 6.0 setup, on win 2003

  • Tuesday, January 30, 2007 1:43 PMloporto Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi, I've trying to run the venue service in winxp and win 2003.
    With win xp I had some troubles, but it's working now.

    The problem now, is about win 2003 and IIS 6.0.
    when I try to browse the venueservice site with IIS, appears the "404" error...

    I tried to repair this, allowing the "active service pages" option, in the "web service extensions" folder... but it doesn't work...

    I've updated my win2003 ...

    any idea?

    Saludos!

Answers

  • Wednesday, January 31, 2007 1:19 AMloporto Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    I could fix the problem....
    I created a new web site (the venue service was on "default web site")  and the problem disappeared.
    thanks

All Replies

  • Tuesday, January 30, 2007 4:18 PMJason Van Eaton - MSFTMSFTUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    1.  Make .Net 2.0 is enabled on the ASP.Net tab.

    2.  Make sure VenueService is in a separate application pool from any .Net 1.1 web services.

    3.  Make sure the ASP.NET v2 "Web Service Extensions" are enbaled.

    Please let me know if that doesn't solve the problem.

    JVE

  • Tuesday, January 30, 2007 6:50 PMloporto Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    1. yes, .NET 2.0 is enabled

    2. I don't have .NET 1.1 installed.... all my web services are with .NET 2.0.50727

    3. yes, ASP.NET v2 is "allowed" in "web service extensions"

    ... the 3 points are Ok, but it doesn' t work...
    :(


  • Tuesday, January 30, 2007 6:55 PMJason Van Eaton - MSFTMSFTUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    When you right click on venueservice.asmx and browse it, is that when you get the 404?

    JVE

  • Wednesday, January 31, 2007 1:19 AMloporto Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    I could fix the problem....
    I created a new web site (the venue service was on "default web site")  and the problem disappeared.
    thanks