Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / May 2005

Tip: Looking for answers? Try searching our database.

Simple question about using a web service

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Geoff - 13 May 2005 13:46 GMT
My apologies for asking something so basic, I just want to avoid unpleasant
surprises. I am using a web service developed by someone else on a remote
server. In my development environment I used Visual Studio to create a Web
Reference. I have successfully connected to and used the web service.

Here's the question. When I migrate the application to the production
server, is there anything special I need to do? Or do I just copy the Web
References directory created by Visual Studio, along with the files it
contains (Reference.map, Reference.vb, plus the .disco and .wsdl files) to
the production server?

Much obliged,
Geoff.
Chad Z. Hower aka Kudzu - 13 May 2005 18:00 GMT
> Here's the question. When I migrate the application to the production
> server, is there anything special I need to do? Or do I just copy the
> Web References directory created by Visual Studio, along with the files

You dont need any of that. That is all source files.

> it contains (Reference.map, Reference.vb, plus the .disco and .wsdl
> files) to the production server?

None. Just copy your binary file in the bin\Release dir.

--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
     "Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu
Geoff - 13 May 2005 19:35 GMT
I should have mentioned that this is a Web Forms (i.e. ASP.Net) project, not
a Windows Forms, so there is no Release directory. But there is a dll
directly under the bin directory. So, is your answer essentially the same,
just copy the dll file in the bin directory (as opposed to the exe file in
the bin\Release directory)?

>> Here's the question. When I migrate the application to the production
>> server, is there anything special I need to do? Or do I just copy the
[quoted text clipped - 12 lines]
>
> Blog: http://blogs.atozed.com/kudzu 
Chad Z. Hower aka Kudzu - 14 May 2005 07:26 GMT
> I should have mentioned that this is a Web Forms (i.e. ASP.Net) project,
> not a Windows Forms, so there is no Release directory. But there is a
> dll directly under the bin directory. So, is your answer essentially the
> same, just copy the dll file in the bin directory (as opposed to the exe
> file in the bin\Release directory)?

Yes. You do need the web.config as well, and *.asmx

--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
     "Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu
Chad Z. Hower aka Kudzu - 14 May 2005 07:30 GMT
> I should have mentioned that this is a Web Forms (i.e. ASP.Net) project,
> not a Windows Forms, so there is no Release directory. But there is a

Sorry - Ignore kind of my last reply. I remember now you were asking about a
CLIENT initially, but this last mesasge you refer to the server? Thats why I
said bin/release.

You have an ASP.NET webforms client that uses a webservice? If thats the
case, you deploy everything you normally deploy for ASP.NET webforms, ie
*.aspx, the bin dir, global.asax and web.config.

You do not need anything extra to use the webservice, all of the code is
compiled into the binary.

--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
     "Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu
Geoff - 16 May 2005 18:06 GMT
Thanks.

>> I should have mentioned that this is a Web Forms (i.e. ASP.Net) project,
>> not a Windows Forms, so there is no Release directory. But there is a
[quoted text clipped - 17 lines]
>
> Blog: http://blogs.atozed.com/kudzu 

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.