473,480 Members | 3,069 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

ASP.NET Extensions

What is all required to run an ASP.NET application on an
IIS server? Of course you would need to have the .NET
Framework installed, but do you have to have the ASP.NET
Extensions installed? What do the extensions give you.

Thanks
Nov 18 '05 #1
4 1433
You have to have the .NET framework in place, and you have to register the
web site to map the various file extensions to the appropriate handler. That
way, when you get in a request to *.aspx, IIS knows to hand it over to the
ASP.NET runtime rather than just spitting back the plain text source code.
aspnet_regiis.exe will do this for you.

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows Client
Windows XP Associate Expert
--
More people read the newsgroups than read my email.
Reply to the newsgroup for a faster response.
(Control-G using Outlook Express)
--

"Lee Forst" <le*******@mail.state.ar.us> wrote in message
news:00****************************@phx.gbl...
What is all required to run an ASP.NET application on an
IIS server? Of course you would need to have the .NET
Framework installed, but do you have to have the ASP.NET
Extensions installed? What do the extensions give you.

Thanks

Nov 18 '05 #2
Lee,

You simply have to have the .NET Framework installed and ASP.NET has to be
registered. To register ASP.NET, you run aspnet_regiis -i from the
Framework directory.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online.microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
Content-Class: urn:content-classes:message
From: "Lee Forst" <le*******@mail.state.ar.us>
Sender: "Lee Forst" <le*******@mail.state.ar.us>
Subject: ASP.NET Extensions
Date: Fri, 21 Nov 2003 09:41:26 -0800
Lines: 6
Message-ID: <00****************************@phx.gbl>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Thread-Index: AcOwVq/VmYQR1QhrR0y+d3mGdVRhpA==
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Newsgroups: microsoft.public.dotnet.framework.aspnet
Path: cpmsftngxa07.phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:191919
NNTP-Posting-Host: tk2msftngxa12.phx.gbl 10.40.1.164
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

What is all required to run an ASP.NET application on an
IIS server? Of course you would need to have the .NET
Framework installed, but do you have to have the ASP.NET
Extensions installed? What do the extensions give you.

Thanks


Nov 18 '05 #3
Thanks. What ASP.NET extensions are there? My server
Admin is telling me that there are some installed on our
development IIS server. Is there something that allows
remote debugging?

-----Original Message-----
Lee,

You simply have to have the .NET Framework installed and ASP.NET has to beregistered. To register ASP.NET, you run aspnet_regiis - i from theFramework directory.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online.microsoft.com

This post is provided as-is with no warranties and confers no rights.
--------------------
Content-Class: urn:content-classes:message
From: "Lee Forst" <le*******@mail.state.ar.us>
Sender: "Lee Forst" <le*******@mail.state.ar.us>
Subject: ASP.NET Extensions
Date: Fri, 21 Nov 2003 09:41:26 -0800
Lines: 6
Message-ID: <00****************************@phx.gbl>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Thread-Index: AcOwVq/VmYQR1QhrR0y+d3mGdVRhpA==
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Newsgroups: microsoft.public.dotnet.framework.aspnet
Path: cpmsftngxa07.phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:191919NNTP-Posting-Host: tk2msftngxa12.phx.gbl 10.40.1.164
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

What is all required to run an ASP.NET application on an
IIS server? Of course you would need to have the .NET
Framework installed, but do you have to have the ASP.NET
Extensions installed? What do the extensions give you.

Thanks


.

Nov 18 '05 #4
The remote debugging components may be installed. However, they are not
ASP.NET extensions. It is a Visual Studio .NET component. There really is
no such thing as ASP.NET extensions.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online.microsoft.com

This post is provided as-is with no warranties and confers no rights.
--------------------
Content-Class: urn:content-classes:message
From: <an*******@discussions.microsoft.com>
Sender: <an*******@discussions.microsoft.com>
References: <00****************************@phx.gbl> <cE**************@cpmsftngxa07.phx.gbl>Subject: RE: ASP.NET Extensions
Date: Fri, 21 Nov 2003 10:49:45 -0800
Lines: 55
Message-ID: <07****************************@phx.gbl>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Thread-Index: AcOwYDt2+B/rE4yVSyC5jDOvi0ChZw==
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Newsgroups: microsoft.public.dotnet.framework.aspnet
Path: cpmsftngxa07.phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:191940
NNTP-Posting-Host: tk2msftngxa08.phx.gbl 10.40.1.160
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Thanks. What ASP.NET extensions are there? My server
Admin is telling me that there are some installed on our
development IIS server. Is there something that allows
remote debugging?

-----Original Message-----
Lee,

You simply have to have the .NET Framework installed and

ASP.NET has to be
registered. To register ASP.NET, you run aspnet_regiis -

i from the
Framework directory.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
ja******@online.microsoft.com

This post is provided as-is with no warranties and

confers no rights.

--------------------
Content-Class: urn:content-classes:message
From: "Lee Forst" <le*******@mail.state.ar.us>
Sender: "Lee Forst" <le*******@mail.state.ar.us>
Subject: ASP.NET Extensions
Date: Fri, 21 Nov 2003 09:41:26 -0800
Lines: 6
Message-ID: <00****************************@phx.gbl>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Thread-Index: AcOwVq/VmYQR1QhrR0y+d3mGdVRhpA==
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Newsgroups: microsoft.public.dotnet.framework.aspnet
Path: cpmsftngxa07.phx.gbl
Xref: cpmsftngxa07.phx.gblmicrosoft.public.dotnet.framework.aspnet:191919NNTP-Posting-Host: tk2msftngxa12.phx.gbl 10.40.1.164
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

What is all required to run an ASP.NET application on an
IIS server? Of course you would need to have the .NET
Framework installed, but do you have to have the ASP.NET
Extensions installed? What do the extensions give you.

Thanks


.


Nov 18 '05 #5

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

Similar topics

27
2940
by: jacob navia | last post by:
Has anyone here any information about how arrays can be formatted with printf? I mean something besides the usual formatting of each element in a loop. I remember that Trio printf had some...
4
2083
by: christopher diggins | last post by:
A feature that I find signficantly missing in C# is the ability to write functions in interfaces that can call other functions of the interface. Given an interface ISomeInteface the only way we can...
3
7467
by: Chris Paul | last post by:
I'm having trouble with PHP & PostgreSQL/OpenLDAP/Apache on Windows. I've set this up countless times on BSD (piece of cake) but I'm trying to do this on Windows now so that my developer can work...
10
2506
by: musosdev | last post by:
Hi guys I'm trying to migrate to VS2005... I've managed to do that, but realised I'd opened my web projects as file projects, and I'm getting the error about network BIOS command limit. ...
59
4145
by: Anando | last post by:
Hi, I have a linear singly linked list of 100 elements. I would like to prune it such that only user specified elements (say only the elements 1, 13, 78 and 100 of the original list) survive...
2
151624
by: antonyliu2002 | last post by:
I am testing AJAX. I've downloaded the AJAX Extension and the CTP December package and installed on BOTH my development machine and the production server. Then I created a very very simple web...
2
2282
by: kelvin.koogan | last post by:
Our company has a mix of users with VS2003 & VS2005. I'm am having difficulty working out how components written with these 2 tools can be written together. I want to be able to a) incorporate a...
1
2508
by: Yan | last post by:
Hi, I'm apparently far from being the 1st one to meet this error... My asp.net ajax page requires ScriptManager.axd but gets a 404. following a lot of "This is how I solved it" posts, I : -...
0
6340
by: Adam Salisbury | last post by:
**To members of microsoft.public.dotnet.framework, apologies for the crosspost. I originally posted this message into that group however have since realised this may have been a better...
0
7055
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,...
0
6920
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
7106
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...
1
4799
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...
0
4501
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...
0
3013
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...
0
3004
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
572
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
206
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.