473,547 Members | 2,653 Online
Bytes | Software Development & Data Engineering Community
+ 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 1442
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.e xe 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+d3 mGdVRhpA==
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
Path: cpmsftngxa07.ph x.gbl
Xref: cpmsftngxa07.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:1919 19
NNTP-Posting-Host: tk2msftngxa12.p hx.gbl 10.40.1.164
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.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******@onlin e.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+d3 mGdVRhpA==
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
Path: cpmsftngxa07.ph x.gbl
Xref: cpmsftngxa07.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:1919 19NNTP-Posting-Host: tk2msftngxa12.p hx.gbl 10.40.1.164
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.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*******@disc ussions.microso ft.com>
Sender: <an*******@disc ussions.microso ft.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/rE4yVSyC5jDOvi0 ChZw==
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
Path: cpmsftngxa07.ph x.gbl
Xref: cpmsftngxa07.ph x.gbl microsoft.publi c.dotnet.framew ork.aspnet:1919 40
NNTP-Posting-Host: tk2msftngxa08.p hx.gbl 10.40.1.160
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.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******@onli ne.microsoft.co m

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+d3 mGdVRhpA==
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Newsgroups : microsoft.publi c.dotnet.framew ork.aspnet
Path: cpmsftngxa07.ph x.gbl
Xref: cpmsftngxa07.ph x.gblmicrosoft.publ ic.dotnet.frame work.aspnet:191 919NNTP-Posting-Host: tk2msftngxa12.p hx.gbl 10.40.1.164
X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.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
2946
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 extensions but I do not recall exactly if they were meant for arrays. Thanks
4
2090
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 write a general purpose function to operate on all objects which implement that interface is through the following style of declaration (in the...
3
7471
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 on her local machine. Everything looks pretty good. OpenLDAP/cygwin works great. PostgreSQL works great. Apache runs. PHP runs. But when I...
10
2512
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. Anyway, I decided to have a go at loading them as web projects from our Win2k3 server. It gets so far and then says "The web server does not appear to...
59
4181
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 after pruning. Can somebody show me how to do this ? I am a scientist and not a computer engineer/student. This will help me develop an application...
2
151641
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 application, which contains a button and a label. When the button is clicked, some message is shown on the label. That's it. The AJAX works...
2
2299
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 C++/CLI DLL written in VS2005 into a managed extensions app written with VS2003 and b) use a managed extensions DLL written with VS2003 in a C++/CLI...
1
2513
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 : - checked my web.config (copied below) - re-installed the ajax.net extensions - ran aspnet_regiis my application
0
6347
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 destination** Hi all, Wondering if anyone can help me out with an assemblies problem I'm having.
0
7437
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7703
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
7947
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
7797
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
5362
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
5081
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
3493
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
3473
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1923
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

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.