473,398 Members | 2,403 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Do I need IIS 6 in order to create a ASP.Net web site ?

I have a Win2K server running the latest v5 IIS. If I install the .net
framework, will this let me serve asp.net web pages, or do I need to upgrade
to Server 2003 and IIS 6 ??

Sorry for the newbie question, but I've only ever needed to use good
ol'fashioned ASP in the past ! If it ain't broke, don't fix it !!!
Nov 18 '05 #1
3 998
win2k IIS 5 will do...

win2k3 is a bit well thought... but its your choice...

HTH

HD

"Mystery" <my*****@barrysworld.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
I have a Win2K server running the latest v5 IIS. If I install the .net
framework, will this let me serve asp.net web pages, or do I need to upgrade to Server 2003 and IIS 6 ??

Sorry for the newbie question, but I've only ever needed to use good
ol'fashioned ASP in the past ! If it ain't broke, don't fix it !!!

Nov 18 '05 #2
Mystery wrote:
Sorry for the newbie question, but I've only ever needed to use good
ol'fashioned ASP in the past! If it ain't broke, don't fix it!!!


Barry,
Classic ASP is broken! ;-) At least you have to write more classic ASP code
than with ASP.NET code. For example with ASP.NET, you no longer have to
pull the value(s) out of the FORM variable(s) on POSTBACK, and then repopulate
the controls! ASP.NET does this for you automatically now!

Plus the state of each WebControl / WebPage are controlled for you automatically
now by ASP.NET. For example the DropDown Item selection (state) is maintained
for you by ASP.NET on POSTBACK. Hence you no longer need to write the code
to re-select the user selected dropdown item on POSTBACK!

Plus you no longer need to use Response.Write calls. With ASP.NET, you just
read/write to/from the WebControl's properties. e.g. txtLastName.Text = "Prothman"

Plus now you have compiled code in ASP.NET (either 'in-line' with ASPX file,
which is compiled at run-time, hence no DLL, just upload new ASPX page),
or in '*.vb' or '*.cs' code-behind files, which get compiled into a Project DLL
in the BIN directory. Either way, no more slow VBScript code! ;-)

My recommendation is to move to ASP.NET with .NET Framework 1.1
and SQL Server 2000 on Windows Server 2003 machines with IIS 6.0.

For more ASP.NET Paradigm Shifts, check out the following::
http://www.able-consulting.com/dotne...iles/frame.htm

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP

Nov 18 '05 #3
> I have a Win2K server running the latest v5 IIS. If I install the .net
framework, will this let me serve asp.net web pages, or do I need to upgrade to Server 2003 and IIS 6 ??

ASP.NET apps work fine for me with...

* Win2000 Advandance Server(thus IIS 5.0)...
* VS.NET 2002 Pro...
* MSDE - Mini SQL 2000 Server...

It took me a while to figure out how to setup IIS website before VS.NET
could fully setup an ASP.NET app, but now all works fine...
Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Keith Smith | last post by:
I know this is a little off topic but I hope it is still acceptable to this forum. Please read this carefully. I am not looking for a quick answer - I am hoping to find someone who has been in my...
13
by: Trint Smith | last post by:
Ok, On my website, tribidz.com, there is one page that needs to not have any buttons or menu or address bar. How can I do this? What is the html code or whatever? Thanks, Trint ..Net...
22
by: OHM \( Terry Burns \) | last post by:
I was thinking about community the other day, and wondering what would be the holy grail for a developer in need. I mean, we do get help here, but its done on a best endeavours basis and its really...
0
by: PLENI SELENE | last post by:
HOW TECHNOLOGY MOVES FROM TALK TO ELECTRONIC DEVICES TO SPEAK GOOD SPANISH! Would you Like To Know How The Electronic Devices Understand When You Talk to Them, And How It Works To...
27
by: Chris Tomlinson | last post by:
Hi, is there any way to specify the sequence in which images load on a web page? More specifically, here is what we need to achieve: Image1 starts loading first and the browser does not...
4
by: rdemyan via AccessMonster.com | last post by:
I have the following SQL statement in code that is set to the RowSource of a combobox. The combobox has two columns. SELECT '(ALL)' As Site, '' As , 0 As SortFirst FROM GROUP BY SITE_COMPLEX...
7
by: John Paul | last post by:
I'm thinking of building an e-commerce site in php. Anyone got any advice in building one? What is the best way to implement a payment system? Are any legal issues involved? Thanks,
1
by: karizmatrix22 | last post by:
Hi, I need a programmer who can write 3 programs for following questions below.Programs need to be ready before nextweek.thank you. Person who help me these 3 questions will be get paid.. I am...
20
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site...
15
RMWChaos
by: RMWChaos | last post by:
In my ongoing effort to produce shorter, more efficient code, I have created a "chicken and egg" / "catch-22" problem. I can think of several ways to fix this, none of them elegant. I want my code...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.