473,513 Members | 3,777 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What files needed to install .Net 1.1 on Web Server?

I would like to install the .Net 1.1 framework on a Web Server running W2K
to be able to run ASP.NET files, but I'm not sure where to find the files I
need for the .Net framework.

I have ".NET Framework 1.1 Service Pack 1" (NDP1.1sp1-KB867460-X86.exe) and
"ASP.NET Security Update for .NET Framework 1.1 SP1"
(NDP1.1sp1-KB886903-X86.exe).

The SP1 will not install unless 1.1 is already installed (I thought that SP1
was the whole 1.1 package). It was posted earlier (7/26/2005) on this
newsgroup that the .NET 1.1 redistributable is not needed on the server,
only on client machines that need to run Windows Forms applications using
..NET Framework (DNF) (which I thank the author, Clinton Gallagher, for his
input and advice)
"The .DNF (.NET Framework) is not required on a client machine when used
to access a website developed using ASP.NET but is required on the web
server where the ASP.NET application runs. The DNF is required on a
client machine for Windows Forms applications developed using the DNF
because the Windows application runs locally on that machine" << (I also
thank Derek Davidson for his response - both were helpful)


The MSDN site
(http://msdn.microsoft.com/netframewo.../framework1_1/) says that
1.1 can be obtained from Microsoft Windows Update (which I assume is not the
redistributable) - Is there any other way to get it online?

So I guess I'm confused as to exactly what files need to be installed on a
Web Server running W2K Server and IIS 5.0 so that ASP.NET files (.aspx)
created in FrontPage 2003 can run (I have sample aspx files, but they won't
run on our intranet because the intranet web server doesn't have the .NET
framework installed)

Thanks in advance.
Aug 3 '05 #1
3 2237
I have to pointed out that you read the said post entirely wrong. That post
said:
"The .DNF (.NET Framework) is not required on a client machine when used to access a website developed using ASP.NET but is required on the web
server where the ASP.NET application runs. The DNF is required on a
But you read it as:
was the whole 1.1 package). It was posted earlier (7/26/2005) on this
newsgroup that the .NET 1.1 redistributable is not needed on the server,
only on client machines that need to run Windows Forms applications using
.NET Framework (DNF) (which I thank the author, Clinton Gallagher, for his
input and advice)
So, the anwser to your question is, YES, you need .NET Framework on the web
server to run ASP.NET. You need to install redistributable package and then
apply available sevice pack.

"Wade" <wn********@preinnewhofdonotreply.com> wrote in message
news:Oo**************@tk2msftngp13.phx.gbl... I would like to install the .Net 1.1 framework on a Web Server running W2K
to be able to run ASP.NET files, but I'm not sure where to find the files I need for the .Net framework.

I have ".NET Framework 1.1 Service Pack 1" (NDP1.1sp1-KB867460-X86.exe) and "ASP.NET Security Update for .NET Framework 1.1 SP1"
(NDP1.1sp1-KB886903-X86.exe).

The SP1 will not install unless 1.1 is already installed (I thought that SP1 was the whole 1.1 package). It was posted earlier (7/26/2005) on this
newsgroup that the .NET 1.1 redistributable is not needed on the server,
only on client machines that need to run Windows Forms applications using
.NET Framework (DNF) (which I thank the author, Clinton Gallagher, for his
input and advice)
"The .DNF (.NET Framework) is not required on a client machine when
used to access a website developed using ASP.NET but is required on the web
server where the ASP.NET application runs. The DNF is required on a
client machine for Windows Forms applications developed using the DNF
because the Windows application runs locally on that machine" << (I also thank Derek Davidson for his response - both were helpful)


The MSDN site
(http://msdn.microsoft.com/netframewo.../framework1_1/) says that
1.1 can be obtained from Microsoft Windows Update (which I assume is not

the redistributable) - Is there any other way to get it online?

So I guess I'm confused as to exactly what files need to be installed on a
Web Server running W2K Server and IIS 5.0 so that ASP.NET files (.aspx)
created in FrontPage 2003 can run (I have sample aspx files, but they won't run on our intranet because the intranet web server doesn't have the .NET
framework installed)

Thanks in advance.

Aug 3 '05 #2
You thank Clinton G for the quote, but then you didn't read the quote.

I will excerpt the key sentence so it will be easy to spot.
"The .DNF (.NET Framework) [...] is required on the web server where the
ASP.NET application runs.

You must install the dot net framework onto the web server in order to run
your ASP.Net app.

http://www.microsoft.com/downloads/d...displaylang=en

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Wade" <wn********@preinnewhofdonotreply.com> wrote in message
news:Oo**************@tk2msftngp13.phx.gbl...
I would like to install the .Net 1.1 framework on a Web Server running W2K
to be able to run ASP.NET files, but I'm not sure where to find the files I
need for the .Net framework.

I have ".NET Framework 1.1 Service Pack 1" (NDP1.1sp1-KB867460-X86.exe)
and "ASP.NET Security Update for .NET Framework 1.1 SP1"
(NDP1.1sp1-KB886903-X86.exe).

The SP1 will not install unless 1.1 is already installed (I thought that
SP1 was the whole 1.1 package). It was posted earlier (7/26/2005) on this
newsgroup that the .NET 1.1 redistributable is not needed on the server,
only on client machines that need to run Windows Forms applications using
.NET Framework (DNF) (which I thank the author, Clinton Gallagher, for his
input and advice) "The .DNF (.NET Framework) is not required on a client machine when used
to access a website developed using ASP.NET but is required on the web
server where the ASP.NET application runs. The DNF is required on a
client machine for Windows Forms applications developed using the DNF
because the Windows application runs locally on that machine" << (I also
thank Derek Davidson for his response - both were helpful)


The MSDN site
(http://msdn.microsoft.com/netframewo.../framework1_1/) says that
1.1 can be obtained from Microsoft Windows Update (which I assume is not
the redistributable) - Is there any other way to get it online?

So I guess I'm confused as to exactly what files need to be installed on a
Web Server running W2K Server and IIS 5.0 so that ASP.NET files (.aspx)
created in FrontPage 2003 can run (I have sample aspx files, but they
won't run on our intranet because the intranet web server doesn't have the
.NET framework installed)

Thanks in advance.

Aug 3 '05 #3
Thanks guys, as you can see I am really green at this .NET stuff. When I
read the first paragraph, it said DNF needed to be installed on server, then
the 2nd paragraph made reference to the redistributable needing to be
installed locally if Windows Forms is used, so I thought (wrongly) that
these were 2 different programs -- .NET (paragraph 1) and .NET
redistributable (paragraph 2). So, dotnetfx.exe, then the sp, then the asp
security update -- got it.

Another question (which may be too obvious) Should I stop the IIS Admin
service before any of the files are installed?

Thanks again.

"Norman Yuan" <No*****@NotReal.not> wrote in message
news:Ow**************@TK2MSFTNGP09.phx.gbl...
I have to pointed out that you read the said post entirely wrong. That post
said:
>> "The .DNF (.NET Framework) is not required on a client machine when used >> to access a website developed using ASP.NET but is required on the web
>> server where the ASP.NET application runs. The DNF is required on a
But you read it as:
was the whole 1.1 package). It was posted earlier (7/26/2005) on this
newsgroup that the .NET 1.1 redistributable is not needed on the server,
only on client machines that need to run Windows Forms applications using
.NET Framework (DNF) (which I thank the author, Clinton Gallagher, for
his
input and advice)


So, the anwser to your question is, YES, you need .NET Framework on the
web
server to run ASP.NET. You need to install redistributable package and
then
apply available sevice pack.

"Wade" <wn********@preinnewhofdonotreply.com> wrote in message
news:Oo**************@tk2msftngp13.phx.gbl...
I would like to install the .Net 1.1 framework on a Web Server running
W2K
to be able to run ASP.NET files, but I'm not sure where to find the files

I
need for the .Net framework.

I have ".NET Framework 1.1 Service Pack 1" (NDP1.1sp1-KB867460-X86.exe)

and
"ASP.NET Security Update for .NET Framework 1.1 SP1"
(NDP1.1sp1-KB886903-X86.exe).

The SP1 will not install unless 1.1 is already installed (I thought that

SP1
was the whole 1.1 package). It was posted earlier (7/26/2005) on this
newsgroup that the .NET 1.1 redistributable is not needed on the server,
only on client machines that need to run Windows Forms applications using
.NET Framework (DNF) (which I thank the author, Clinton Gallagher, for
his
input and advice)
>> "The .DNF (.NET Framework) is not required on a client machine when

used >> to access a website developed using ASP.NET but is required on the web
>> server where the ASP.NET application runs. The DNF is required on a
>> client machine for Windows Forms applications developed using the DNF
>> because the Windows application runs locally on that machine" << (I also >> thank Derek Davidson for his response - both were helpful)


The MSDN site
(http://msdn.microsoft.com/netframewo.../framework1_1/) says
that
1.1 can be obtained from Microsoft Windows Update (which I assume is not

the
redistributable) - Is there any other way to get it online?

So I guess I'm confused as to exactly what files need to be installed on
a
Web Server running W2K Server and IIS 5.0 so that ASP.NET files (.aspx)
created in FrontPage 2003 can run (I have sample aspx files, but they

won't
run on our intranet because the intranet web server doesn't have the .NET
framework installed)

Thanks in advance.


Aug 3 '05 #4

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

Similar topics

125
14549
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from software giant such as Microsoft SQL Server, Oracle, and Sybase? Is PostgreSQL reliable enough to be used for high-end commercial application? Thanks
1
1499
by: Allan Cammish | last post by:
I need to pass files from the web server which is written in VB/ASP.NET using Visual Studio.NET 2002 to the client's web-browser. The purpose of this is that I want to install files to the clients compter to run a web/local application I am building. This is very useful as the number of users are in the 1000's and I dont want to have to...
6
1221
by: TheFoot | last post by:
Hi! I have a large project that is due to complete this week. In order to complete it I need SQL Server 2000 installed on a remote server. My disk is corrupt and to order another media disk would damage my deadline. I have the licence and serial key, but now need good install files. I am even ready to buy another retail box, if I can...
121
9912
by: typingcat | last post by:
First of all, I'm an Asian and I need to input Japanese, Korean and so on. I've tried many PHP IDEs today, but almost non of them supported Unicode (UTF-8) file. I've found that the only Unicode support IDEs are DreamWeaver 8 and Zend PHP Studio. DreamWeaver provides full support for Unicode. However, DreamWeaver is a web editor rather...
4
3650
by: Jozef | last post by:
Hello, I have an application that I have been deploying with the Office 2002 / XP Developers Edition Package and Deployment wizard. The package that it creates is 180 MB in size. I would like to use a third party packaging / setup script instead to reduce the size of the package. I spoke with someone in passing once that said he was able...
3
304
by: Wade | last post by:
I would like to install the .Net 1.1 framework on a Web Server running W2K to be able to run ASP.NET files, but I'm not sure where to find the files I need for the .Net framework. I have ".NET Framework 1.1 Service Pack 1" (NDP1.1sp1-KB867460-X86.exe) and "ASP.NET Security Update for .NET Framework 1.1 SP1" (NDP1.1sp1-KB886903-X86.exe). ...
15
3474
by: (PeteCresswell) | last post by:
Got a sample of MS's "Advisor Guide To Microsoft Access" in the mail today - accompanied by a sample "Advisor Guide To Microsoft SharePoint". I skimmed both, but the SharePoint explanation is too abstract - it's going right over my head. Can somebody explain, in simple/concrete terms what MS SharePoint is? -- PeteCresswell
7
1734
by: Altemir | last post by:
SOME BACKGROUND: I am new to ASP.NET, but somehow managed to install a perfectly working ..aspx page on our production server that I compiled in Visual Studio. However, I recently needed to update it, so I first added a ".old" suffix to the MyPage.aspx, MyProject.dll, and global.asax files on the production server so I had a backup copy of...
1
1693
by: Steve Mavronis | last post by:
I tried to install Python 2.51 on Microsoft Vista Ultimate 32-bit because I use the 3D modeler software Blender 2.44, in case I needed additional Python support in the future for add-on scripts. I got a warning about "files in use" during installation that needed updating. I aborted the install since the files were Intel Viiv and Microsoft...
0
7270
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7397
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7563
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7543
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5102
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4757
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3252
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
1612
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
813
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.