Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > web service running issue

Reply
Thread Tools

web service running issue

 
 
Steve
Guest
Posts: n/a
 
      08-29-2007
I have to move my web services to our QA server for testing. All of the existing web services are configured under a parent web site such as

web sites --> default web site --> webservices -- all web services

The web service directory is configured for .NET 1.1, my new web services are .NET 2.0, I made the change on the ASP.NET to .NET 2.0 for my new web services, but I still can't run them. Do I need to create a new folder for my .NET 2.0 web service or can I run it under the
webservices folder which is configured for 1.0?




 
Reply With Quote
 
 
 
 
Steve
Guest
Posts: n/a
 
      08-29-2007
What happens when you call the new web service? Are you getting an error
message?


Steve C.
MCSD,MCAD,MCSE,MCP+I,CNE,CNA,CCNA


Steve wrote:
> I have to move my web services to our QA server for testing. All of the
> existing web services are configured under a parent web site such as
>
> web sites --> default web site --> webservices -- all web services
>
> The web service directory is configured for .NET 1.1, my new web
> services are .NET 2.0, I made the change on the ASP.NET to .NET 2.0 for
> my new web services, but I still can't run them. Do I need to create a
> new folder for my .NET 2.0 web service or can I run it under the
> webservices folder which is configured for 1.0?
>
>
>

 
Reply With Quote
 
 
 
 
=?Utf-8?B?TGFkaXNsYXYgTXJua2E=?=
Guest
Posts: n/a
 
      08-29-2007
Hi Steve,
what version of IIS server are you using and where did you change .NET
settings? I assume your web services are running from one ASP.NET worker
process. Worker process can load only one version of .NET Framework. You need
to separate your web services so each set will run in own workekr process
with correct version of .NET Framework.

Regards,
Ladislav

"Steve" wrote:

> I have to move my web services to our QA server for testing. All of the existing web services are configured under a parent web site such as
>
> web sites --> default web site --> webservices -- all web services
>
> The web service directory is configured for .NET 1.1, my new web services are .NET 2.0, I made the change on the ASP.NET to .NET 2.0 for my new web services, but I still can't run them. Do I need to create a new folder for my .NET 2.0 web service or can I run it under the
> webservices folder which is configured for 1

 
Reply With Quote
 
Mike
Guest
Posts: n/a
 
      08-29-2007
I got it to work actaully. I put the 'parent' web site under the asp.net 2.0
configuration under the ASP.NET tab and now my 2.0 web services and 1.x web
services are running together

So can .NET 1.x apps run under the 2.0 configuration? I'm running my
services like that now and running both the 1.x web service and 2.0 web
service at the same time under the same parent web site.

though they're using seperate app pools


"Ladislav Mrnka" <> wrote in message
newsD1C9F4C-9591-4AFA-982C-...
> Hi Steve,
> what version of IIS server are you using and where did you change .NET
> settings? I assume your web services are running from one ASP.NET worker
> process. Worker process can load only one version of .NET Framework. You
> need
> to separate your web services so each set will run in own workekr process
> with correct version of .NET Framework.
>
> Regards,
> Ladislav
>
> "Steve" wrote:
>
>> I have to move my web services to our QA server for testing. All of the
>> existing web services are configured under a parent web site such as
>>
>> web sites --> default web site --> webservices -- all web services
>>
>> The web service directory is configured for .NET 1.1, my new web services
>> are .NET 2.0, I made the change on the ASP.NET to .NET 2.0 for my new web
>> services, but I still can't run them. Do I need to create a new folder
>> for my .NET 2.0 web service or can I run it under the
>> webservices folder which is configured for 1



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Does timer in Web Service Global.asax block my Web Service from processing web-site requests? Leo Violette ASP .Net Web Services 0 04-17-2009 12:39 AM
'web service call failed: 500' using ajax hovermenu and web service Not Me ASP .Net 1 06-05-2007 03:09 PM
InvocationTargetException when calling "new Service()" in Axis web service to call another web service Michael Averstegge Java 0 01-10-2006 11:05 PM
Calling a Web Service using Axis, from within an Axis Web Service running under Tomcat hocho888 Java 1 04-29-2005 08:26 PM
Web Service that calls an external Web Service Isaias Formacio Serna ASP .Net Security 5 02-02-2004 07:38 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57