Web Reference Deployment

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

Grant Merwitz

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)
 

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

Top