473,765 Members | 1,952 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Windows 2003 Server ASP extensions not recognised

Hi,

I have two servers, both running windows 2003 and both containing the exact
same properties for IIS.

I have a set of asp intranet pages that are located inside the
c:\inetpub\wwwr oot\test folder.

On one of the servers, the asp pages run fine, however on the second server
the asp files are not recognised as asp pages. If you double click them,
windows pops up a message box stating "Windows cannot open this file".

If I try to view an asp page via the browser, I get page not found.

I have IIS installed, and under Web Service Extensions I have allowed every
item that can be set.

Does anyone know why windows cannot make an association with the asp page?

Many thanks.
Apr 27 '06 #1
6 3535

"Jase" <Ja**@discussio ns.microsoft.co m> wrote in message
news:17******** *************** ***********@mic rosoft.com...
Hi,

I have two servers, both running windows 2003 and both containing the exact same properties for IIS.

I have a set of asp intranet pages that are located inside the
c:\inetpub\wwwr oot\test folder.

On one of the servers, the asp pages run fine, however on the second server the asp files are not recognised as asp pages. If you double click them,
windows pops up a message box stating "Windows cannot open this file".

If I try to view an asp page via the browser, I get page not found.

I have IIS installed, and under Web Service Extensions I have allowed every item that can be set.

Does anyone know why windows cannot make an association with the asp page?

Many thanks.


Well it looks like you've got two problems or perceived problems

First off IIS doesn't associate ASP files with anything. It doesn't come
with a tool designed to edit them and doesn't associate them with notepad
for you either.

So you can install an editor for ASP pages such as Visual Studio or simpy
tell windows explorer to associate them with notepad.

As far as your page not found problem. If you check the web sites home
directory and place a simple test asp file in that directory and navige to
that in the browser do you still get page not found?


Apr 27 '06 #2
Many thanks for the quick reply Anthony,

Im not too worried about the entension being associated with a particular
editor, that can come later, however I am a little concerned that the asp
pages that work on one windows 2003 box do not work on the other with
apparently the same properties set.

If I place a simple test asp page in the home directory and then click
browse in IIS, I get page cannot be found, and yet on the other server, the
page is displayed.

It's almost as if the web server extensions for Active Server Pages isn't
switched on, and yet I know it is.

Any further advice would be much appreciated.


"Anthony Jones" wrote:

"Jase" <Ja**@discussio ns.microsoft.co m> wrote in message
news:17******** *************** ***********@mic rosoft.com...
Hi,

I have two servers, both running windows 2003 and both containing the

exact
same properties for IIS.

I have a set of asp intranet pages that are located inside the
c:\inetpub\wwwr oot\test folder.

On one of the servers, the asp pages run fine, however on the second

server
the asp files are not recognised as asp pages. If you double click them,
windows pops up a message box stating "Windows cannot open this file".

If I try to view an asp page via the browser, I get page not found.

I have IIS installed, and under Web Service Extensions I have allowed

every
item that can be set.

Does anyone know why windows cannot make an association with the asp page?

Many thanks.


Well it looks like you've got two problems or perceived problems

First off IIS doesn't associate ASP files with anything. It doesn't come
with a tool designed to edit them and doesn't associate them with notepad
for you either.

So you can install an editor for ASP pages such as Visual Studio or simpy
tell windows explorer to associate them with notepad.

As far as your page not found problem. If you check the web sites home
directory and place a simple test asp file in that directory and navige to
that in the browser do you still get page not found?


Apr 28 '06 #3
First off I have a windows 2003 server running IIS 6.0 and running a
full ASP (not .Net) webserver.

I have found that you have to make sure that your Front Page Extensions
are up to date. Also when viewing the file in IE make sure you are
using the full webserver address. (ie. "http://<computer
name>/test.asp" you really don't have any problems.

If you are planning on using notepad.. I suggest NotePad2 (searchable
from google) this has preformatted text and also line #'s which are
VERY important when your pages are over 100 lines.. And crucial over
1,000 lines.

Let me know if this doesn't work?

Apr 28 '06 #4
Under control panel->add/remove programs->add/remove window components I have
put a tick against every tick under IIS, I believe this also includes
Frontpage extensions.

I have also tried opening the test.asp page by typing http://<computer
name>/test.asp but that didnt work either.

What I havent mentioned is that both servers have Small Business Server on
them, however, the one with the non-working pages doesnt have an internet
connection just yet (whereas the other does), could it be that something in
the Small Business Server still hasnt finished setting up or something needs
to be activated????!! ?

Many thanks.

"nv*********@ca itele.com" wrote:
First off I have a windows 2003 server running IIS 6.0 and running a
full ASP (not .Net) webserver.

I have found that you have to make sure that your Front Page Extensions
are up to date. Also when viewing the file in IE make sure you are
using the full webserver address. (ie. "http://<computer
name>/test.asp" you really don't have any problems.

If you are planning on using notepad.. I suggest NotePad2 (searchable
from google) this has preformatted text and also line #'s which are
VERY important when your pages are over 100 lines.. And crucial over
1,000 lines.

Let me know if this doesn't work?

Apr 28 '06 #5
On Fri, 28 Apr 2006 15:56:01 -0700, Jase
<Ja**@discussio ns.microsoft.co m> wrote:
Under control panel->add/remove programs->add/remove window components I have
put a tick against every tick under IIS, I believe this also includes
Frontpage extensions.

I have also tried opening the test.asp page by typing http://<computer
name>/test.asp but that didnt work either.

What I havent mentioned is that both servers have Small Business Server on
them, however, the one with the non-working pages doesnt have an internet
connection just yet (whereas the other does), could it be that something in
the Small Business Server still hasnt finished setting up or something needs
to be activated????!! ?


Obvious question -- Did you allow ASP as a web extesion? FrontPage is
not required for ASP by the way.

Jeff
May 1 '06 #6
The problem has now been resolved. As mentioned, I was not too worried about
the asp extension type not being recognised, I got over this by installing
FrontPage, however this was the least of my concerns because the asp pages
still did not work.

I found testing a simple asp page in the c:\inetpub\wwwr oot\<folder>
actually worked, but when I moved the test asp page into
c:\inetpub\wwwr oot\<folder>\as p it did not work.

The answer was to open IIS, expand the server branches until default web
site and then right click->properties. Under the properties there is a
checkbox called "Enable Parent Paths", putting a tick in here resolved my
problem.
"Jeff Cochran" wrote:
On Fri, 28 Apr 2006 15:56:01 -0700, Jase
<Ja**@discussio ns.microsoft.co m> wrote:
Under control panel->add/remove programs->add/remove window components I have
put a tick against every tick under IIS, I believe this also includes
Frontpage extensions.

I have also tried opening the test.asp page by typing http://<computer
name>/test.asp but that didnt work either.

What I havent mentioned is that both servers have Small Business Server on
them, however, the one with the non-working pages doesnt have an internet
connection just yet (whereas the other does), could it be that something in
the Small Business Server still hasnt finished setting up or something needs
to be activated????!! ?


Obvious question -- Did you allow ASP as a web extesion? FrontPage is
not required for ASP by the way.

Jeff

May 10 '06 #7

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

Similar topics

2
15228
by: Ken Lindner | last post by:
I have a need to become familiar with SQL Server 2000 for work. Needless to say I am new to SQL Server any version, but not IT in general. My employer has provided me with the SQL Server 2000 Personal disk from the SQL Server 2000 Enterprise kit as this is reported here on the MSDN web site to be the version that is supported on Windows XP. In fact so many of you kind people confess to having succeeded in doing it. I have tried...
5
73215
by: RAJ | last post by:
hi plz tell me how to know "how window is going to close"... i have to right code for X button of forms... plz telll me thanks bye
4
4047
by: Matthew Louden | last post by:
My ASP.NET application is working fine when I run under IIS Personal Web Server in Windows 2000 machine. However, after I upload all the files to the Windows Server 2003 machine, and tried to run the application, it has 404 error on all .aspx files. Even I re-compile and build the whole project in Windows Server 2003, it couldn't help. any ideas??
10
1439
by: anthonymelillo | last post by:
What do I have to do to allow me to create ASP.NET Pages on a Windows 2003 Server ? I have installed IIS6, ASP.Net support, SQL 2000, ASP.Net remote components. I do not know what security to use to allow me to create ASP.Net applications with Visual Studio 2003 on that server ? Any help will be greatly appreciated.
0
1613
by: Matthew Louden | last post by:
The web server is running Windows Server 2003 Standard Edition, and it returns HTTP 404 error when running ASP.NET pages, but ASP pages are working fine. I also installed Visual Studio .NET, and the framework version should be 1.1. I am sure ASP.NET is enable in the machine by checking the following methods: 1) Go to manage your server window, click add/remove a role, and choose application server, and it only have choices disable...
2
2058
by: Jeffrey Tate via DotNetMonster.com | last post by:
The error is: The proxy settings on this computer are not configured correctly for Web discovery. MSDN states that this is caused by: This error appears in the Add Web Reference dialog box if you are developing on a machine that is behind a firewall and a proxy server has not been explicitly specified for Internet Explorer connections. You need to explicitly specify the address and port of the proxy server on your network in order to make...
0
1268
by: jpegny | last post by:
Hello all, I'm in the middle of setting up a windows 2003 server for asp.net (with vb.net 2003) remote development/deployment. The problem is that as soon as I install service pack 1 on windows 2003 I can no longer remotely develop asp.net apps with vs.net 2003. I have set-up servers with all the patches except service pack 1 and they work fine but as soon as I install service pack 1 it breaks the remote development of asp.net.
9
1604
by: Morys | last post by:
I am trying to install .NET and when I start the installation I get a message stating that I need Front Page Extensions. I am using windows vista business version. Where can I get these extensions? Do I really need them for windows vista? Thank you in advance.
3
1707
by: Jim Richards | last post by:
When I print out the Help files for an error, it says: "1. Make sure that the Web server computer is running a server version of Windows 2000, Windows XP, or Windows Server 2003. At this point, I do not know if my PC is acceptable for programming Web Applications. Just exactly what does "a server version of Windows XP" mean? I have Windows XP Professional w/SP2 and I have IIs and Front Page Extensions installed using the "Add/Remove...
0
9568
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9398
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10160
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10007
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 captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9832
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6649
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5275
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3531
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2805
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.