Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Deploying Source Code to Production Servers. Good or Bad?

Reply
Thread Tools

Deploying Source Code to Production Servers. Good or Bad?

 
 
john@johnwpowell.com
Guest
Posts: n/a
 
      12-02-2005
I think some of the changes to Asp.net are rediculous. Take the
ability to deploy source code to production that is compiled on the
fly.

If this is such a great model, why not distribute your source code with
your Windows Forms apps too?

John Powell

 
Reply With Quote
 
 
 
 
Scott Allen
Guest
Posts: n/a
 
      12-02-2005
On 2 Dec 2005 07:02:37 -0800, ""
<> wrote:

>I think some of the changes to Asp.net are rediculous. Take the
>ability to deploy source code to production that is compiled on the
>fly.
>


The ability to deploy source code to production is there - it doesn't
mean you have to deploy this way.

--
Scott
http://www.OdeToCode.com/blogs/scott/
 
Reply With Quote
 
 
 
 
john@johnwpowell.com
Guest
Posts: n/a
 
      12-02-2005
I agree with Scott and I wouldn't use that feature. The point I was
trying to make is that asp.net is now inconsistent with other types of
projects, and IMHO it shouldn't be.

The ability to deploy source code shouldn't even be an option for
security and intellectual property protection reasons.

Could it be that the designer of this approach prefered the old asp
days where everything was scripted and production websites could be
updated on the fly?

John Powell

 
Reply With Quote
 
tdavisjr
Guest
Posts: n/a
 
      12-02-2005
I think John hit the issue right on the head. It not acceptable to
update production websites on the fly. We need to start treating our
Web Applications like "real" software or real binary components, where
after we make our change we have to compile and then Test.

So, deploying source code may be convienent, but its not how software
development work. However, you may be able to get away with this for
small websites or sample code.

E.g. From our standpoint, would it be good for microsoft to deploy
their OS and their appliations with source code? Yes, that way we can
tinker with it and maybe even customize it; but deploying source code
would be a terrible thing for MS to do at it would open some doors that
would be much harder to close.

 
Reply With Quote
 
Scott Allen
Guest
Posts: n/a
 
      12-02-2005
On 2 Dec 2005 09:42:39 -0800, ""
<> wrote:

>I agree with Scott and I wouldn't use that feature. The point I was
>trying to make is that asp.net is now inconsistent with other types of
>projects, and IMHO it shouldn't be.
>


Good point.

The web has long been host to a variety of interpreted, scripted
solutions. Some environments still demand this dynamic flexibility,
and it's hard for Microsoft not to offer this segment of the market a
tool. We get the best of both worlds, really, and it doesn't mean we
have to throw configuration management out the window, either.

On a related note, when Vista and WPF hit desktops, then Windows forms
and web forms will be scarily consistent from a 1,000 foot view...

--
Scott
http://www.OdeToCode.com/blogs/scott/
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deploying ASP 2.0 Web Applications to Production and Session Stat =?Utf-8?B?TWlrZQ==?= ASP .Net 1 05-04-2006 10:19 PM
Automating, Building, Testing and Deploying to Production Server yoda Python 3 10-03-2005 12:21 PM
Error when deploying to production server Simon Harris ASP .Net 3 04-30-2005 09:40 AM
Error when deploying to production server Simon Harris ASP .Net 0 04-29-2005 08:23 PM
Problem of deploying webapp on IIS production server =?Utf-8?B?VG9t?= ASP .Net 0 06-24-2004 08:19 AM



Advertisments