Click here to Skip to main content
15,890,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Consider DotNetNuke Pin
Fabio Franco1-Oct-10 6:31
professionalFabio Franco1-Oct-10 6:31 
GeneralRe: Consider DotNetNuke Pin
MacRaider430-Sep-10 3:45
MacRaider430-Sep-10 3:45 
GeneralRe: Consider DotNetNuke Pin
Not Active30-Sep-10 3:47
mentorNot Active30-Sep-10 3:47 
GeneralRe: It's been a long time and need some help... Pin
Not Active30-Sep-10 3:45
mentorNot Active30-Sep-10 3:45 
GeneralRe: It's been a long time and need some help... Pin
MacRaider430-Sep-10 3:53
MacRaider430-Sep-10 3:53 
GeneralRe: It's been a long time and need some help... Pin
Not Active30-Sep-10 4:03
mentorNot Active30-Sep-10 4:03 
GeneralRe: It's been a long time and need some help... Pin
MacRaider430-Sep-10 4:24
MacRaider430-Sep-10 4:24 
GeneralRe: It's been a long time and need some help... Pin
djdanlib1-Oct-10 5:48
djdanlib1-Oct-10 5:48 
Disclaimer: I'm the sysadmin for a development lab in a very large company that is somewhat responsible for the existence of personal computers and networks. I've used everything Microsoft makes several times over in my lab; usually around 20-30 servers on one particular flavor of Windows. Perhaps I have a few more resources than your average sysadmin when it comes to these things.

Win2K falls on its face when you compare it to Win2008. There's just no comparison. You really, really, really want to use 2008 instead. The interface is different, to be sure, but remember that Win2K was a radical departure from NT's interface when it came out. It was the first NT to use the Windows 95 interface! (Does that say anything about its age?) It's not harder to use, you just have to relearn how to do some operations. It does consume more resources. Again, this is NOT a new idea - remember the same thing happens every time a new OS comes out.

You're also going to be stuck with IIS 5.0 and .NET 2.0 SP2 which are NOT the place you want to be starting in the year 2010. IIS 5.0 has more holes than Swiss cheese, and .NET 2.0 SP2 doesn't give you a whole lot of innovative features - you're really missing out. Neither product is getting a lot of updates, especially IIS 5.0, and there will be no new features added. You can't upgrade on Win2K - these are the last versions that support that OS. Visual Studio 2005 used .NET 2.0. If you use anything newer you'll have to weed through the options to turn OFF all the features you want to use because they're not available in that version, and you'll be one of those people posting comments here on CodeProject like "I like your article but I can't compile your code because it uses WPF / .NET 3.0 features. Can you post a version that works in .NET 2?"

If I was in your shoes, my argument would be something along the lines of (but in more tactful language) : "No! You do NOT build new servers that will go on a network with an OS that is no longer being patched by the manufacturer! This is beyond End of Support, it's past the End of Life stage. You cannot maintain it. Even if I wanted to upgrade it later, that would be impossible - there is no upgrade path from that to a modern OS without going through another unsupported OS for which we do not have a license or media. I cannot use new development tools or libraries, and this limits my ability to make the most useful product. Instead, we'll be stuck with something from the 90's that doesn't really improve our current process. If you want to maximize the value of this new project, you should put it on a modern server running a modern OS, and it will have a good future." ... But watch your tongue, because saying things like that to the boss verbatim would NOT be a wise move.

At my company, this server would not even be allowed to exist. I'd get in a lot of trouble with the network security people if they found it on the network. There are many, many unpatched vulnerabilities, and Microsoft is NOT going to patch them. Whenever a new exploit comes out, it usually applies to Win2k if it applies to Win2k3 or WinXP - and guess what, MS is patching Win2k3 and WinXP, but not Win2K! Some people say "Microsoft hasn't been releasing as many patches for it, so it must be more secure!" and they are utterly, completely wrong!

It sounds like you're really getting screwed by someone who lives in the past and can't be bothered to catch up. To be brutally honest: Your project *might* see the light of day, but I wouldn't count on it lasting a year if you're stuck running it on 10 year old technology. Don't get stuck with a failure on your plate. It's not really worth the paychecks you'll make between now and the project's eventual completion or cancellation - you could make the same paycheck doing other things at your job that WON'T make your coworkers hate you now or a year from now when they have to use your project. I truly feel for you and wish you the best of luck if you are totally stuck with Win2K Sigh | :sigh:

The painful upgrade path I mentioned will be: Win2000 -> Win2003 R2 -> Win2008 R2.
GeneralRe: It's been a long time and need some help... Pin
MacRaider41-Oct-10 6:16
MacRaider41-Oct-10 6:16 
GeneralRe: It's been a long time and need some help... Pin
digitalmouse2-Oct-10 22:42
digitalmouse2-Oct-10 22:42 
GeneralRe: It's been a long time and need some help... Pin
Snowman581-Oct-10 8:05
Snowman581-Oct-10 8:05 
GeneralRe: It's been a long time and need some help... Pin
MacRaider41-Oct-10 8:23
MacRaider41-Oct-10 8:23 
AnswerRe: It's been a long time and need some help... Pin
Alexander DiMauro1-Oct-10 1:07
Alexander DiMauro1-Oct-10 1:07 
GeneralRe: It's been a long time and need some help... Pin
MacRaider41-Oct-10 1:22
MacRaider41-Oct-10 1:22 
GeneralRe: It's been a long time and need some help... Pin
Not Active1-Oct-10 2:23
mentorNot Active1-Oct-10 2:23 
GeneralRe: It's been a long time and need some help... Pin
MacRaider41-Oct-10 2:39
MacRaider41-Oct-10 2:39 
GeneralRe: It's been a long time and need some help... Pin
Alexander DiMauro1-Oct-10 8:13
Alexander DiMauro1-Oct-10 8:13 
AnswerRe: It's been a long time and need some help... Pin
Ron Nicholson1-Oct-10 5:43
professionalRon Nicholson1-Oct-10 5:43 
GeneralRe: It's been a long time and need some help... Pin
MacRaider41-Oct-10 6:18
MacRaider41-Oct-10 6:18 
NewsGot something running! Pin
MacRaider45-Oct-10 3:06
MacRaider45-Oct-10 3:06 
QuestionConnecting Sql Server Pin
vijaylumar29-Sep-10 19:46
vijaylumar29-Sep-10 19:46 
AnswerRe: Connecting Sql Server Pin
SeMartens29-Sep-10 20:57
SeMartens29-Sep-10 20:57 
GeneralRe: Connecting Sql Server Pin
vijaylumar29-Sep-10 21:17
vijaylumar29-Sep-10 21:17 
GeneralRe: Connecting Sql Server Pin
SeMartens29-Sep-10 21:23
SeMartens29-Sep-10 21:23 
GeneralRe: Connecting Sql Server Pin
vijaylumar29-Sep-10 22:01
vijaylumar29-Sep-10 22:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.