473,405 Members | 2,187 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,405 software developers and data experts.

aspx extension

Dear Guru,

What is the requirement to be able to run asps extension ?
I installed .NET Framework 2.0. Any other .NET components I need to install in order to run aspx extension ?
My IIS Server is 6.0.

Currently, if I run aspx file in localhost, it will said page not found.

Please advise. Thanks.

Regards.

Jun 2 '06 #1
3 1139
On Fri, 2 Jun 2006 11:16:08 +0800, "magix" <ma***@asia.com> wrote:
Dear Guru,

What is the requirement to be able to run asps extension ?
I installed .NET Framework 2.0. Any other .NET components I need to install in order to run aspx extension ?
My IIS Server is 6.0.

Currently, if I run aspx file in localhost, it will said page not found.

Please advise. Thanks.

Regards.


just a couple obvious things I can think of.

Make sure you set up a virtual directory pointing to your project (I
do it under c:\inetpub\wwwroot\myaspwebsite)

make sure you have "run scripts" checked

Try running aspnet_regiis -i
Peter Kellner
http://peterkellner.net
Jun 2 '06 #2
If you're getting a 404 (Page Not Found) error, that would mean that the URL
does not point to an existing resource (file).

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Development Numbskull

Nyuck nyuck nyuck
"magix" <ma***@asia.com> wrote in message
news:44**********@news.tm.net.my...
Dear Guru,

What is the requirement to be able to run asps extension ?
I installed .NET Framework 2.0. Any other .NET components I need to
install in order to run aspx extension ?
My IIS Server is 6.0.

Currently, if I run aspx file in localhost, it will said page not found.

Please advise. Thanks.

Regards.

Jun 2 '06 #3
It could also be that, since he's using Windows 2003 Server,
he hasn't enabled the use of ASPX pages and ASP.NET 2.0.

IIS 6.0 requires that you enable any web service extension you use.

To do that, open the IIS mmc, scroll down to the "Web Service Extensions" node
( on the left-hand side, right after the "Websites" node ), select the ASP.NET
v2.0.50727 extension on the right-hand side, and click the "Allow" button.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:e0**************@TK2MSFTNGP04.phx.gbl...
If you're getting a 404 (Page Not Found) error, that would mean that the URL does not point to an
existing resource (file).

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Development Numbskull

Nyuck nyuck nyuck
"magix" <ma***@asia.com> wrote in message news:44**********@news.tm.net.my...
Dear Guru,

What is the requirement to be able to run asps extension ?
I installed .NET Framework 2.0. Any other .NET components I need to install in order to run aspx
extension ?
My IIS Server is 6.0.

Currently, if I run aspx file in localhost, it will said page not found.

Please advise. Thanks.

Regards.



Jun 2 '06 #4

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

Similar topics

11
by: Bruce W...1 | last post by:
Would the code-behind and all ASP.NET functionality still work if the ..aspx files had instead .htm extensions? I suppose it boils down to whether the page directives would still work. Thanks...
6
by: Bob | last post by:
I noticed that some of the Microsoft site pages have the extension name of mspx. It's easy to config IIS to map a particular extension name to the ASP.NET dll for production purpose. However I...
6
by: Kentamanos | last post by:
Please don't ask me why I'm doing this (trust me, it makes sense in my system), but I'd like to basically redirect requests for a certain extension (thus a handler) to an ASPX page behind the scenes....
7
by: Shaul Feldman | last post by:
Hello, the question is how can I masquerade ASPX files behind HTML extension? Thank you in advance. -- With the best wishes, Shaul Feldman
3
by: Christopher Baldwin | last post by:
Hello, Using ASP.NET v2.0.40607.42, I'm attempting to create a new file extension that should be handled exactly like "aspx" pages. For example, I just want to rename an aspx page from...
5
by: pb | last post by:
Do anyone know how to change the .aspx extension to something else, say ..sssx, for all or part of a ASP.NET 2.0 site? I recall a Microsoft article on this some time ago, but I cannot locate it.
24
by: John Rivers | last post by:
ASPX which means ASPX pages, the code-behind concept, User Controls, Web Controls etc. is very poorly designed and makes it extremely hard to develop professional quality web applications. ASPX...
13
by: Matt | last post by:
Does anyone know how to hide the ASPX extension of web pages in ASP.Net 2.0? Thanks, Matt
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...
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,...

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.