SitePoint Sponsor

User Tag List

Results 1 to 10 of 10

Thread: Setting up a .NET server?

  1. #1
    32,817 silver trophy Jeremy W.'s Avatar
    Join Date
    Jun 2001
    Location
    Toronto, Canada
    Posts
    9,116
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Setting up a .NET server?

    Okay, becuase of financial reasons (.NET is 300$, Delphi would have cost us 4K) we are switching all our development over to VS.NET, including all our websites (as the need for new development arises).

    So, what is involved in setting up a server? Is it JUST win2k + .NET Framework and away you go?

    We've got several extra win2k boxes, already have SQL Server 2K installed on our DB server, etc.

    I mean, we'll be making the transition in 2 weeks, so it'd be good to know some of the speed bumps
    Digital Hitman, netmobs
    Personal blog: Ensight
    Twitter: @jeremywright

  2. #2
    ALT.NET - because we need it silver trophybronze trophy dhtmlgod's Avatar
    Join Date
    Jul 2001
    Location
    Scotland
    Posts
    4,836
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Basically yeah. You need to sign the "Go-Live" Agreement, which is you can find at the VS.NET website.


  3. #3
    Grumpy Mole Man Skunk's Avatar
    Join Date
    Jan 2001
    Location
    Lawrence, Kansas
    Posts
    2,067
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Setting up a .NET server?

    Originally posted by Jeremy W.
    Okay, becuase of financial reasons (.NET is 300$, Delphi would have cost us 4K) we are switching all our development over to VS.NET
    And PHP / mySQL / PostGreSQL / Perl / Python / Zope / JBoss / Apache / Linux / FreeBSD / Midguard cost $0 and are gauranteed never to increase in price.

    Just out of interest, if financial reasons were important did you consider open source alternatives and if you did what were your reasons for going with .NET? I know the advantages of .NET (done a lot of reading recently) but there's nothing wrong with a few case studies...

  4. #4
    32,817 silver trophy Jeremy W.'s Avatar
    Join Date
    Jun 2001
    Location
    Toronto, Canada
    Posts
    9,116
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    We did, but the integratoin with existing software (SQL Server, win2k platform, exchange server, commerce server), the actual experience of the MIS staff, the actual support offered by open source alternatives, etc, generally means that most (if not all) open source alternatives arent' suitable for corporate environments

    That doesn't even take into account the learning curve required to go from one OS, IDE, Development Process, etc to another.

    Essentially, free isn't free, which is something I've needed to tell one particular team member again and again.
    Digital Hitman, netmobs
    Personal blog: Ensight
    Twitter: @jeremywright

  5. #5
    Grumpy Mole Man Skunk's Avatar
    Join Date
    Jan 2001
    Location
    Lawrence, Kansas
    Posts
    2,067
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Understood. It will be interesting to see if the same argument works in a few years time though - the Open Source market seems to be maturing in terms of commercial support (consultancies, companies like Zend / RedHat offering paid support options and so forth) and the move to open XML based standards should make integration less of a problem. Here's hoping anyway

  6. #6
    32,817 silver trophy Jeremy W.'s Avatar
    Join Date
    Jun 2001
    Location
    Toronto, Canada
    Posts
    9,116
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know, but even then, in the corporate world, software costs are normally the smallest part of the equation

    Put it this way, if there were free products which were really as good as every product we were using, we would switch one day
    Digital Hitman, netmobs
    Personal blog: Ensight
    Twitter: @jeremywright

  7. #7
    SitePoint Enthusiast
    Join Date
    Dec 2001
    Location
    Oregon, USA
    Posts
    88
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I use PHP with SQL Server on a Windows box- works great. one line to connect, then it acts almost identical to mySQL. I wrote abstraction layers for mySQL, pgSQL, and SQL server for one of my scripts, and everything was fairly similar and worked out fine.

  8. #8
    32,817 silver trophy Jeremy W.'s Avatar
    Join Date
    Jun 2001
    Location
    Toronto, Canada
    Posts
    9,116
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ... Yes... And I've setup systems which talk across networks, databases, servers and countries seamlessly... That doesn't answer my question though
    Digital Hitman, netmobs
    Personal blog: Ensight
    Twitter: @jeremywright

  9. #9
    Back in Action Winged Spider's Avatar
    Join Date
    Jun 2001
    Location
    outside my mind
    Posts
    900
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So, what is involved in setting up a server? Is it JUST win2k + .NET Framework and away you go?
    I just did this yesterday for the forth time. Here's what I do.

    1. Install Win2k -reboot

    2. Install SP2 for Win2k -reboot
    ( Installed Security Rollups ) not manditory but important

    3. Install IE6.0 -reboot
    Windows Update

    4. Install Data Access Components 2.7 -reboot
    http://www.microsoft.com/data

    5. Install .NET SDK
    http://msdn.microsoft.com/downloads/...mpositedoc.xml

    6. Install .NET SP1
    http://msdn.microsoft.com/netframewo...p1/default.asp

    Hope this helps. If you already have a 2k server running swapping in .NET is easy, you don't even have to reboot 90% of the time.


  10. #10
    32,817 silver trophy Jeremy W.'s Avatar
    Join Date
    Jun 2001
    Location
    Toronto, Canada
    Posts
    9,116
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome, that helps so much! Thanx!
    Digital Hitman, netmobs
    Personal blog: Ensight
    Twitter: @jeremywright

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •