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 / October 2004

Tip: Looking for answers? Try searching our database.

Deploying to prod server

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mike - 16 Sep 2004 21:39 GMT
All,

What files do I need to copy to my ASP.NET app to get web services to work?
Do I copy the entire Web References directory? Do I need to install the
run-time files on my web server?

Of course everything works on my dev machine, but now when copying the the
pieces to the seperate boxes..... well nothing works.

Thanks
Mike
D.Mitchell - 17 Sep 2004 09:01 GMT
Deploy the web service like you would any other ASP.NET app. Project>Copy
Project in Visual Studio. Before you do that install WSE 2.0 on the
destination server.

> All,
>
[quoted text clipped - 7 lines]
> Thanks
> Mike
Mike - 17 Sep 2004 15:36 GMT
Thanks! The runtime install got it!

> Deploy the web service like you would any other ASP.NET app. Project>Copy
> Project in Visual Studio. Before you do that install WSE 2.0 on the
[quoted text clipped - 11 lines]
> > Thanks
> > Mike
SA - 20 Sep 2004 18:18 GMT
Alternatively, you may also copy the webservices2.dll to the bin folder of
your application if you don't want to install the runtime. However, if you
have more than one app using WSE 2, it's better to install the runtime.

Signature

Sven

> Thanks! The runtime install got it!
>
[quoted text clipped - 15 lines]
> > > Thanks
> > > Mike
Hervey Wilson [MSFT] - 26 Sep 2004 18:43 GMT
> Alternatively, you may also copy the webservices2.dll to the bin folder of
> your application if you don't want to install the runtime. However, if you
> have more than one app using WSE 2, it's better to install the runtime.

It is *always* better to install the runtime, you should never copy the
WSE2 assembly to a bin directory. Why? Installing the runtime on a
machine registers that the product is installed and means that it can be
detected and upgraded or patched; if you copy the assembly to each web
bin directory, there's no way to simply detect the product and update it.

Signature

This posting is provided "AS IS", with no warranties, and confers no rights.

Mike - 01 Oct 2004 11:48 GMT
Makes good sense! Thanks, I did install the runtime....

> > Alternatively, you may also copy the webservices2.dll to the bin folder of
> > your application if you don't want to install the runtime. However, if you
[quoted text clipped - 5 lines]
> detected and upgraded or patched; if you copy the assembly to each web
> bin directory, there's no way to simply detect the product and update it.

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.