Web Reference Deployment

  • Thread starter Thread starter Kulgan
  • Start date Start date
K

Kulgan

Hi All

We have developed an ASP.NET 1.1 app that uses an external web service.
Which of the files relating to the web reference need to be deployed in
production? The web service Url Behaviour is configured to be dynamic
rather than static if that makes a difference. In the folder for the
reference, we currently have:

1) Reference.map
2) Reference.vb
3) WebServiceName.wsdl

Many thanks for your guidance,

Nick.
 
As far as i know, you don't need any of those files.
Just the Assembly into which they compiled.

Sometimes Visual Studio creates a Web References folder in the root of the
site you may need.
But i'm currently using a web service with a WSDL, and all i need in
deployment is my sites Assembly (MySite.dll)
 
Back
Top