473,395 Members | 1,649 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,395 software developers and data experts.

ASP pages not running in Window Server 2003

Jim
I've just bought a new Windows Server 2003 and I am trying
to move an exiting FrontPage website to this new machine.
I can't get ASP pages to run.

IIS 6.0 has been installed. From the snap-in, I have
configured "Web Services Extensions" to allow CGI
Extensions, ISAPI Extensions, Active Server Pages,
FrontPage Server Extensions 2002, Internet Data Connector,
Server Side Includes and WebDAV. All of this appears to
be running fine.

From the IIS snap-in, I have configured the website,
enabled Server Extensions and Extensions 2002 / Microsoft
Sharepoint. Again, all seems to be fine.

However, the website can only deliver static HTML pages.
ASP pages return an error. If I try to republish the site
using FrontPage, it returns the error message, "Front Page
server extensions need to be installed on this machine.

Any clues as to how to enable ASPs other than through IIS
6.0? Is there some other security setting in Windows 2003
that blocks ASPs and Server Extensions?
Jul 19 '05 #1
6 6282
> ASP pages return an error.

Uh, could you be more specific?
Jul 19 '05 #2
"Jim" <co*********@hotmail.com> wrote in message
news:5c****************************@phx.gbl...
I've just bought a new Windows Server 2003 and I am trying
to move an exiting FrontPage website to this new machine.
I can't get ASP pages to run.

IIS 6.0 has been installed. From the snap-in, I have
configured "Web Services Extensions" to allow CGI
Extensions, ISAPI Extensions, Active Server Pages,
FrontPage Server Extensions 2002, Internet Data Connector,
Server Side Includes and WebDAV. All of this appears to
be running fine.

From the IIS snap-in, I have configured the website,
enabled Server Extensions and Extensions 2002 / Microsoft
Sharepoint. Again, all seems to be fine.

However, the website can only deliver static HTML pages.
ASP pages return an error.


Hard for us to help you fix the error when you didn't tell us what it is ...

--
Tom Kaminski IIS MVP
http://www.microsoft.com/windowsserv...y/centers/iis/
http://mvp.support.microsoft.com/
http://www.iisfaq.com/
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://www.tryiis.com
Jul 19 '05 #3
jim
-----Original Message-----
ASP pages return an error.


Uh, could you be more specific?
.


Thanks for the reply. When browsing this site on the
Windows 2003 Server, Internet Explorer will load part of
the page, but fields containing dynamic content will have
the message:

"The Database Results components on this page is unable to
display database content. The page must have a filename
ending in '.asp', and the web must be hosted on a server
that supports Active Server Pages."

The page does have an .asp ending.

thanks,

Jim
Jul 19 '05 #4
Have you tried running a simple ASP page NOT involved with FrontCrap, e.g.

<%
response.write "Hi from ASP"
%>

Then you'll get an error message from IIS instead of from FrontPage...

--
http://www.aspfaq.com/
(Reverse address to reply.)


"jim" <an*******@discussions.microsoft.com> wrote in message
news:5f****************************@phx.gbl...
-----Original Message-----
ASP pages return an error.


Uh, could you be more specific?
.


Thanks for the reply. When browsing this site on the
Windows 2003 Server, Internet Explorer will load part of
the page, but fields containing dynamic content will have
the message:

"The Database Results components on this page is unable to
display database content. The page must have a filename
ending in '.asp', and the web must be hosted on a server
that supports Active Server Pages."

The page does have an .asp ending.

thanks,

Jim

Jul 19 '05 #5
Have you enabled ASP support for IIS? This is not enabled by default in
IIS6.

Add/remove programs--add/remove Windows components--Application
server--Details--IIS-details--WWW service--Details--Active Server Pages

Ray at work

"jim" <an*******@discussions.microsoft.com> wrote in message
news:5f****************************@phx.gbl...
-----Original Message-----
ASP pages return an error.


Uh, could you be more specific?
.


Thanks for the reply. When browsing this site on the
Windows 2003 Server, Internet Explorer will load part of
the page, but fields containing dynamic content will have
the message:

"The Database Results components on this page is unable to
display database content. The page must have a filename
ending in '.asp', and the web must be hosted on a server
that supports Active Server Pages."

The page does have an .asp ending.

thanks,

Jim

Jul 19 '05 #6
Well to check if it is the FrontPage server Extensions try the
following. A slightly modified version of this was publicly available
as "813740 FP: How to Determine Whether the FrontPage Server Extensions
Are Installed and Functioning Correctly", but Microsoft decided to
change the security level so that it is no longer public. I only know
about this because I wrote it while I was on Word/FrontPage support.

If you are able to do all of this then it is most likely not the server
extensions as they like to blame them more often then they are broken.
Also if the server extensions are broken all you need to do is uninstall
them & reinstall them.

Item 1 : /_vti_inf.html (example <http://www.blahblah.com> /_vti_inf.html)

If we are experiencing any problems with the server side copy
of a web or having problems publishing a FrontPage web, browsing to this
file in Internet Explorer will give us two important bits of info.
First we should wind up at the : FrontPage Configuration Information
page. This is a good sign that the server extensions have been installed
on this server. On this page we want to right click and go to "View
Source". This will bring up the html for that page in Notepad. The area
we are interested in is about 3/4 of the way down the page and looks
like this:

--><!-- FrontPage Configuration Information

FPVersion="5.0.2.2623"

FPShtmlScriptUrl="_vti_bin/shtml.exe/_vti_rpc"

FPAuthorScriptUrl="_vti_bin/_vti_aut/author.exe"

FPAdminScriptUrl="_vti_bin/_vti_adm/admin.exe"

TPScriptUrl="_vti_bin/owssvr.exe"

-->

The FPVersion tells us which version of the sever extensions
have been installed on the server. 5 = 2002, 4 = 2000, 3 = 98.

The author.exe and admin.exe tell us that we are working with a
site that is hosted on a Unix server. If they listed as author.dll and
admin.dll then we would know this is a IIS server.

..DLL = IIS / Windows ------- .EXE = UNIX.

Item 2 : /_vti_bin/shtml.dll or /_vti_bin/shtml.exe

If we were to try to browse to this file on a customers site we
would expect to get the following message if the extensions are running :

Cannot run the FrontPage Server Extensions on this page: "".

If we receive any other messages it is a sign that the extensions are
not functioning.

Neither of these tests are absolute but they are very good
indicators and should be checked on every call dealing with a remote web.

Item 3 : How to test the extensions

There are some simple steps to test the extensions to see if
they are working. First thing I do is look for hit counters on the home
page and refresh the screen to see if it increments the count. If the
counter is working then chances are so are the extensions. Another way
and probably the most reliable is to try and open the site from Internet
Explorer. If going to File, Edit with Microsoft FrontPage opens a read
only copy of the current page with out prompting for user name password
then the extensions are probably broken. If we try and save an edit on
the page that opens and we get the "save as" dialog box we can be sure
the extensions are suspect. It is a good practice to mimic the customers
movements on the call; complete the same steps on your machine as you
have them do. If both we and they get the same results we haven proven
our point twice.

Jim wrote:
I've just bought a new Windows Server 2003 and I am trying
to move an exiting FrontPage website to this new machine.
I can't get ASP pages to run.

IIS 6.0 has been installed. From the snap-in, I have
configured "Web Services Extensions" to allow CGI
Extensions, ISAPI Extensions, Active Server Pages,
FrontPage Server Extensions 2002, Internet Data Connector,
Server Side Includes and WebDAV. All of this appears to
be running fine.

From the IIS snap-in, I have configured the website,
enabled Server Extensions and Extensions 2002 / Microsoft
Sharepoint. Again, all seems to be fine.

However, the website can only deliver static HTML pages.
ASP pages return an error. If I try to republish the site
using FrontPage, it returns the error message, "Front Page
server extensions need to be installed on this machine.

Any clues as to how to enable ASPs other than through IIS
6.0? Is there some other security setting in Windows 2003
that blocks ASPs and Server Extensions?


Jul 19 '05 #7

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

Similar topics

7
by: Randall | last post by:
I have a Windows 2003 Server Web running 5 web sites. Every few days, the ASP pages stop responding. There are no events in the event log. The HTML pages are still served successfully. These...
0
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...
0
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...
0
by: Johann Blake | last post by:
I just installed an ASP.NET application onto a machine running Windows Server 2003 Enterprise Edition. It works fine running on Windows 2000 where it was developed. On the Windows Server 2003...
5
by: Mrpush | last post by:
Hello, Have MS 2003 server with IIS 6.0 installed. ASP.net is also installed. Had to re-install the server after initial configuration by someone who left the company and now I cannot get...
6
by: Hitesh | last post by:
We all know that IIS and asp.net are suppose to be muti-threaded applications running on a pre-emptive multi-tasking model. But, what I have found is that under the default installation of...
1
by: daniel_xi | last post by:
Hi all, I am running a VS 2003 .NET project on my client machine (Win 2000 SP4, ..NET framework 1.1), running an ASP.NET application on a remote web server (Win 2000 Server, IIS 6.0, .NET...
4
by: bienwell | last post by:
Hi all, I have .NET framework 1.1 and 2.0 installed in the same server. I had some web pages developed in Visual Studio.NET 2003 and some inline code web pages before (framework 1.1) . Now I...
12
by: Tim Wallace | last post by:
I have a windows 2000 server on which I have installed the .NET 2.0 Framework runtime. I have an application I've written using VS 2005. In it, I use master pages. When I debug this app on my...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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
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
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.