Web Services (Deploy a Service)

R

Ricardo

I have a Web Service developed in .NET on Windows XP and
it works perfectly.

I want to deploy it to our Intranet server(Windows2003).
What is the procedure to do this. I do not think I should
have to install VS.NET on the intranet server.

I've tryed copying the directory structure an content
from the workstation to the server(on the server it has a
different root path). T test the service on its own on
the server and it responds that it is working.
however, when a client app. via the intranet server is
calls the webservice it gets a "HTTP status 401:
Unauthorized". What's curious also is that when the error
occurs in the "stack trace" section I get a path of the
app that exists only on the workstation it was developed.
"BGLevel.WebForm1.Calculate() in
c:\inetpub\wwwroot\bglevel\default.aspx.cs:296
"

NOTE: it was created on a workstation(WindowsXP) and I
want to deploy it on our intranet 2003-server.

Thank you.
 
J

Jan Tielens

If you've deployed the pdb files with your binaries (debug build in VS.NET),
then it will contain references to the source code on your dev. machine.
This is nothing special and won't cause any problems.

For your security problem, check out the Directory Security tab in IIS
Management: Authentication Control, I think you can solve your problem by
changing these settings.

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
 
G

Guest

I tryed that. It did not work. It still does not explain
why the error message on the server contains the path of
the workstation.
 
J

Jan Tielens

This explains why the exception contains the path!
If you've deployed the pdb files with your binaries (debug build in VS.NET),
then it will contain references to the source code on your dev. machine.
This is nothing special and won't cause any problems.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top