473,387 Members | 1,899 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,387 software developers and data experts.

Deploying a web service to windows Server 2003 issues.

Hi all.
I've created a web service that runs fine on my development PC running W2K.
The service is consumed by an ASPX page. (written using vb.net). I can deploy
the webservice without any issues to another W2K production server and
discover the service from the rebuilt ASPX application (now referencing the
production version). The issue I'm having is that when I deploy to a Windows
Server 2003 environment it doesnt seem to want to work for me.
This is what I've tried so far.
1. Packaged and deployed the service using the msi installer.
2. Edited the directory Security so that the service runs under a trusted
account with premissions to examine AD information (which is what the service
returns).
3. Run it under the defaultAppPool which has the identity of Network Services.
4. Created a new Application Pool which runs under the same identity as in
step 2.
5. Changed the virtual directory of the service to run under the new
application pool.
6. Changed the machine.config file to uncomment the GET and POST elements of
the webservice section.
7. Added the web service dll to the web serverice extensions allowed list.
Also added the .asmx file to this one as I'm not sure what difference it will
make.

So far nothing seems to have worked.
When I try to access the asmx file from a browser to examine the service
descriptor I get either of the following depending on what account im running
the service under. Using the Network Services account the application pool
stays enabled but I get the following response on the webpage "The specified
procedure could not be found. "
Using the trusted account I get the "Service Unavailabe " message and the
application pool becomes disabled.

I know this is a rather long msg but I figure the more detail I provide the
better. Any help you could provide would be most welcome.

Kalem.
Jul 22 '05 #1
2 2076
On Wed, 12 Jan 2005 04:17:04 -0800, "Kalem"
<Ka***@discussions.microsoft.com> wrote:
I've created a web service...


Try the DotNet groups, this forum is for Classic ASP. While many
might know the answer, in the proper group you'll definitely have the
right audience for your question.

Jeff
Jul 22 '05 #2
Cheers I'll do that now.

"Jeff Cochran" wrote:
On Wed, 12 Jan 2005 04:17:04 -0800, "Kalem"
<Ka***@discussions.microsoft.com> wrote:
I've created a web service...


Try the DotNet groups, this forum is for Classic ASP. While many
might know the answer, in the proper group you'll definitely have the
right audience for your question.

Jeff

Jul 22 '05 #3

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

Similar topics

2
by: cd | last post by:
Is there a specific process or permissions that must be granted to get a .NET (framework 1.4) Window Service to run properly on a Windows 2003 Server? I built a Windows Service to start two local...
3
by: Rachel | last post by:
Hi, I am using the data access application block successfully in our development environment, however when I deploy to our testing server as Private Assemblies I keep getting the following ...
1
by: Simon Verona | last post by:
Hope somebody can help. I have a web service written in vb.net which works fine localling on my Windows XP Pro development machine without a problem. I have deployed in onto a Windows Server...
4
by: Daniel P. | last post by:
I'm using C#: Stream s = File.Open( @"\remotemachine\share\MyFile.txt" , FileMode.Open , FileAccess.Read , FileShare.Read ); I'm getting the following exception: "The referenced account...
10
by: Bryan Dickerson | last post by:
I fairly have my Web Service working the way that I want, so my next step will be to deploy it on a server. Do I just add a deployment/install project, build it and install it on the server? ...
8
by: Afshar | last post by:
Hi Group, Please help ending my Nightmare! There's a Windows Service written in VC++ and I have an ASP.NET project that uses this sevice as a COM library. It just works fine in VS Internal Web...
3
by: Christian Nunciato | last post by:
Hi there: I'm a veteran to ASP.NET 1.1, but new to 2.0, and I'm using VS 2005. When I run the app on my local machine, using the built-in Web server, I have no problems, but deploying the site...
3
by: Brad | last post by:
I'm setting up my new pc with all my VS.net projects and I'm missing something.....something I've done many times before without problem. I have several asp.net apps accessing secure .net web...
4
by: Bragadiru | last post by:
Hi all, Where can I find how to deploy a xml web service, build with .NET Framework 2.0 ? For Windows 2003 Server (IIS 6.0) or Windows XP Professional (IIS 5.1). I found only Win 2003 Server...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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
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?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.