Cannot create a new venue
Hi!
I am trying to create a new venue, and I suppose there is something I am doing wrong. These are my steps:
Open de Venue Service Manager
I create a venue with this parameters:
Owner: antonio_hi@hotmail.com
Name: prueba3
IP Adress: 233.31.135.0 (I have also tried with 233.31.135.1 and 233.4.12.3)
Port: 5004
Close VSM
Open CXP Client. In settings->Services->Venue Services. I select http://localhost/venueservice but I can only see the "Local Venue" venue.
Can anyone tell me what is the mistake in those steps? why I cannot see the new local venue?
Thanks in advance
Answers
Please configure IIS to use the .Net framework version 2.0. Right click on the Venue Service site or the default Web Site, choose the ASP.Net tab, and choose version 2.0.
It appears from my testing that IIS does not support running .Net 1.1 and .Net 2.0 web services in the same application pool (at least on Win2K3, on WinXP it seems to work all right).
JVE
All Replies
Anybody is reading this forum???
Hello,
It sounds like you have something misconfigured in IIS. Will you please open IIS and navigate to your VS install directory, right click on venueservice.asmx and let me know what happens? Thanks.
JVE
when I click in the option examine, it opens a browser with the URL: http://localhost/VenueService/VenueService.asmx
and shows the following error:
Error de servidor en la aplicación '/VenueService'.
Error de configuración
Descripción: Error durante el procesamiento de un archivo de configuración requerido para dar servicio a esta solicitud. Revise los detalles de error específicos siguientes y modifique el archivo de configuración en consecuencia.
Mensaje de error del analizador: Atributo 'xmlns' no reconocido.
Error de código fuente:
Línea 1: <?xml version="1.0"?> Línea 2: <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> Línea 3: <appSettings> Línea 4: <add key="MinVersion" value="4.0.0.0"/>
Archivo de origen: C:\inetpub\wwwroot\VenueService\web.config Línea: 2Please configure IIS to use the .Net framework version 2.0. Right click on the Venue Service site or the default Web Site, choose the ASP.Net tab, and choose version 2.0.
It appears from my testing that IIS does not support running .Net 1.1 and .Net 2.0 web services in the same application pool (at least on Win2K3, on WinXP it seems to work all right).
JVE
- Ok, I have changed what you told me, but I still see just the local venue... Nevertheless if I write in the browser the following URL: http://localhost/VenueService/VenueService.asmx instead of the previous post error, the browser shows me an Error HTTP 404, not found the file or directory. I think it is not normal... can you help me, please?
- Forget the last post. It was my IIS configuration problem that is currently solved. Thank you very much y can already see the venues.
How did you fix your problem, 'cause i'm having the same and still don't have fixed it?

