473,385 Members | 1,742 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

web service running issue

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?


Aug 29 '07 #1
3 1550
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?
Aug 29 '07 #2
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
Aug 29 '07 #3
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" <La***********@discussions.microsoft.comwrote in message
news:DD**********************************@microsof t.com...
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

Aug 29 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Russ McDaniel | last post by:
Originally posted to microsoft.public.dotnet.distributed_apps with no response. Reposted here with additional thoughts. --- Hello, I'm writing a Windows service which performs some...
9
by: SP | last post by:
Hi All, I wrote a windows service which is supposed to stop after specified amount of time. I am calling OnStop() after specified time. OnStop() methods executed but I dont see the service...
23
by: Adam Clauss | last post by:
I have a C# Windows Service running as the NetworkService account because it needs to access a network share. As part of the service's initialization, I want the service to terminate, if an...
3
by: todd_groten | last post by:
Alright, I've been searching around for some time and have not been able to find anything concrete on fixing an issue I am having. Here's the situation: 1) I have a non-anonymous webservice...
3
by: Shailesh Humbad | last post by:
I figured out what was causing the "Access is Denied" error when calling functions from referenced DLLs in my service. I've tried to be very detailed, so bear with me. It turns out that...
10
by: JLuis Estrada | last post by:
Hi there Its my 1st post in this group and I hope we could have a great time. well, this is my problem I was debbuging my app (a website) and the system get stuck and I had to reboot the...
6
by: depalau | last post by:
I'm running into some issues on maintaining a static variable across the lifetime of a web service and I was wondering if anyone could help. Background: We have developed a C#/1.1 web service...
4
by: =?Utf-8?B?QmlsbCBNYW5yaW5n?= | last post by:
I have an internal ASP.NET 2.0 web service that does, among other things, expose a method that causes files to be written to a location that the user configures. The web service has been around...
33
by: JamesB | last post by:
I am writing a service that monitors when a particular app is started. Works, but I need to get the user who is currently logged in, and of course Environment.UserName returns the service logon...
5
by: dm3281 | last post by:
I'm really starting to hate writing services -- or trying to, anyway. Why do I need to rename my project to the service name? Why do I need to set the "ServiceName" property to my service name?...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.