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 / .NET Framework / New Users / July 2006

Tip: Looking for answers? Try searching our database.

minimum installation

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Nalaka - 05 Jul 2006 18:29 GMT
Hi,
I have visual studio professional edition (2.0).

Boss asked to install the minimum required to run asp.net 2.0 on the server.
I have a xcopy type installtion (where I copy my source files to the server)

Question is...
What is the minimum .net, that I can install on the server (to run a VB
based asp.net app)?

When I started to install it has following sections.
1. Language tools
2. .Net framework SDK
3. Dotfuscator comunity edition
4. Tools for reditributing applications
5. Crystal reports for visual studio.

Thanks a bunch
Nalaka
Phil Wilson - 05 Jul 2006 18:56 GMT
If you mean you want to host ASP.NET 2.0 wep apps on the server, you just
need the .NET 2.0 redistributable (you don't need the framework SDK or any
Visual Sudio stuff). If the server web code is doing Crystal Reports things,
you'll need whatever they supply on the server too.

Did you start installing Visual Studio on the server? That's what it sounds
like, but you'd only do that if you want to use the server to develop web
apps.
Signature

Phil Wilson [MVP Windows Installer]
----

> Hi,
> I have visual studio professional edition (2.0).
[quoted text clipped - 17 lines]
> Thanks a bunch
> Nalaka
Jim Wooley - 05 Jul 2006 18:59 GMT
To run a VB.Net ASP based application, all you will need is IIS installed
and the CLR Runtime Framework (not the SDK). You do not need to deploy the
language tools, framework SDK,  dotfuscator, tools for redistributing applications.
These are all developer pieces and are not required for runtime. Actually,
the easiest way to deploy an ASP.Net application is to use the icon on the
solution explorer to Copy Website. It will copy only the pieces you need.

One question, if this is an internal ASP application, the need for dotfuscator
may not be necessary. It is more intended for windows applications where
the actual IL code will be available to the end user. In ASP, the end user
only sees the rendered HTML and not your compiled version of the code. Dotfuscator
simply renames all of the method calls to be less human readable. The functionality
is not modified. Given enough persistance, one can still reverse engineer
the code from the IL.

Additionally, if you are deploying Crystal, you will need to install the
appropriate portions of that. Be aware, Crystal may be free to develop but
is NOT free to deploy. There is a significant licensing charge for ASP server
deployments. Read the fine print of their license for more.

Jim Wooley
http://devauthority.com/blogs/jwooley/default.aspx

> Hi,
> I have visual studio professional edition (2.0).
[quoted text clipped - 14 lines]
> Thanks a bunch
> Nalak
Barry Kelly - 05 Jul 2006 19:37 GMT
> I have visual studio professional edition (2.0).

I presume you mean for .NET 2, i.e. VS 2005.

> What is the minimum .net, that I can install on the server (to run a VB
> based asp.net app)?

.NET framework, v2.0. No SDK or anything needed.

-- Barry

Signature

http://barrkel.blogspot.com/

Nalaka - 05 Jul 2006 21:14 GMT
Thanks all.....
I will install .net 2.0 framework.....

Since what I am coping is .aspx files and .vb files.
do I need anything else to auto complile these on the server?

Or does the .net frame work already equiped to compile the pages.....
(when I copy the files over)

Nalaka

> Hi,
> I have visual studio professional edition (2.0).
[quoted text clipped - 17 lines]
> Thanks a bunch
> Nalaka
Barry Kelly - 05 Jul 2006 22:47 GMT
> Thanks all.....
> I will install .net 2.0 framework.....
[quoted text clipped - 4 lines]
> Or does the .net frame work already equiped to compile the pages.....
> (when I copy the files over)

Copy the whole website directory structure, or use VS's Publish Web
Site. ASP.NET compiles the pages whenever they change. Csc.exe & vbc.exe
are part of the .NET runtime, not part of the SDK.

-- Barry

Signature

http://barrkel.blogspot.com/

Nalaka - 05 Jul 2006 22:51 GMT
Thanks all......
all is fine now.....

>> Thanks all.....
>> I will install .net 2.0 framework.....
[quoted text clipped - 10 lines]
>
> -- Barry

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.