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 / General / March 2008

Tip: Looking for answers? Try searching our database.

How to configure a client/server in development

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bob - 19 Mar 2008 12:06 GMT
Hello,

I need to develop an application in ASP .NET (C#): this is my first time.
The application will be very simple, but I need a third-party control for
generating PDFs, and I have chosen one (Websupergoo). I have VS2005 on my
PC, but I want to save the project on my development server (same network).
My question is: should I install Websupergoo on my PC only, or also on the
server? Or maybe only on the server?
In general: when I use a third-party .NET control, where should I install
it?

Thanks.
Michael Nemtsev [MVP] - 19 Mar 2008 12:15 GMT
Hello Bob,

Actually u should only refer to the lib dlls from your project.  
Read the readme fike from your library, it should be explained how to deploy
it

---
WBR,
Michael  Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour 

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

B> Hello,
B>
B> I need to develop an application in ASP .NET (C#): this is my first
B> time.
B> The application will be very simple, but I need a third-party control
B> for
B> generating PDFs, and I have chosen one (Websupergoo). I have VS2005
B> on my
B> PC, but I want to save the project on my development server (same
B> network).
B> My question is: should I install Websupergoo on my PC only, or also
B> on the
B> server? Or maybe only on the server?
B> In general: when I use a third-party .NET control, where should I
B> install
B> it?
B> Thanks.
B>
Mark Rae [MVP] - 19 Mar 2008 12:21 GMT
> In general: when I use a third-party .NET control, where should I install
> it?

Generally speaking, a .NET assembly should not need installing at all -
that's one of the advantages of .NET which avoids the "DLL Hell" of COM...

I'm not familiar with Websupergoo but, assuming it's a standard .NET
assembly, there should be nothing more to do than drop it into your
project's \bin folder...

Signature

Mark Rae
ASP.NET MVP
http://www.markrae.net

Eliyahu Goldin - 19 Mar 2008 13:34 GMT
You need to install a third-party control on the server that runs your
application. In your development environment your pc is the server, so you
need to install the control there. If you deploy the app on some other
server, you will need to deploy the control there too.

Signature

Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net

> Hello,
>
[quoted text clipped - 8 lines]
>
> Thanks.
Bob - 19 Mar 2008 15:06 GMT
> You need to install a third-party control on the server that runs your
> application. In your development environment your pc is the server, so you
> need to install the control there. If you deploy the app on some other
> server, you will need to deploy the control there too.

I'm using a PC with Visual Studio, but I want to save everyting on the
Server. I don't want to have anything on my PC. This way, if I change PC I
just need to install VS and I will be able to continue to work (because the
source is on the server). So, should I install the third-party control both
on my PC and the Server?
Thanks.

PS. The two above replies say something different, that I should install it
only on my PC...
bruce barker - 19 Mar 2008 17:56 GMT
its all control dependant, so you have to read the requirements for the
control. a control has 3 modes:

1) build. this is the simplest, generally just the dll is required in the
bin folder.

2) design - the control supports the ide. the control woudl need to be
installed on the box running visual studio.

3) run/debug. the control must be installed on the box the website is
running on.

the trick to all this is what install means. some controls (say the ajax
toolkit), installation is nothing more than copying the dll to the bin
folder. others (say activepdf), requiring install com objects, print drivers,
a nt service, a license, etc.

-- bruce (sqlwork.com)

> > You need to install a third-party control on the server that runs your
> > application. In your development environment your pc is the server, so you
[quoted text clipped - 10 lines]
> PS. The two above replies say something different, that I should install it
> only on my PC...

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.