ASP tags not displaying

  • Thread starter Enterprise Andy
  • Start date
E

Enterprise Andy

Hi,

I've used the database interface wizard in Frontpage 2003 to make some ASP.Net pages that link to an SQL 2000 database. So far I've had a couple of problems viewing the pages properly. I've hosted them using IIS and viewed them on http://localhost and also hosted them on one of our servers, but keep getting the same problems:

1) The page displays but the elements of the page, such as buttons and the results table, which use <asp> tags, don't display.
2) Some of the pages don't display at all, IE just asks you to download the page as you would when downloading a file, then uses Visual Studio to debug the code with the top two lines (lines 1 & 2) highlighted in yellow.

Any ideas how to solves the above problems? Your help is much appreciated.
 
B

Bill Schroyer

Sounds like asp is not enabled on the server.

Bill Schroyer
(e-mail address removed)
http://www.frontpagewiz.com
-----Original Message-----
Hi,

I've used the database interface wizard in Frontpage 2003
to make some ASP.Net pages that link to an SQL 2000
database. So far I've had a couple of problems viewing the
pages properly. I've hosted them using IIS and viewed them
1) The page displays but the elements of the page, such
as buttons and the results table said:
2) Some of the pages don't display at all, IE just asks
you to download the page as you would when downloading a
file, then uses Visual Studio to debug the code with the
top two lines (lines 1 & 2) highlighted in yellow.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top