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.
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.