ASP App. Not Showing ASP Controls

  • Thread starter Thread starter G. Howard
  • Start date Start date
G

G. Howard

We are just beginning with ASP.NET. I've got a test app.
I'm running on a Win 2003 Server that gathers input from
a user and updates a database. None of the .NET controls
(text boxes, etc.) are visible on the Web page, only the
HTML code seems to work. The .NET Framework SDK is
installed. What have I missed?

Thanks.
 
..aspx. This same application was working on a Windows
2000 Server we retired. I don't recall installing
any .NET software any differently on that one, but there
must be something missing or installed incorrectly on the
2003 machine.
 
by default 2003 has many page types disabled. Make sure that the IIS config
has ASPX enabled
 
Thanks for the reply. .aspx and .ascx are not included
in the MIME types list. Is this what you mean? If so,
what would be the MIME type value or those extensions.
if this is not what you mean, where should I look. We
only installed 2003 Server a couple of weeks ago and are
in the learning process.
 
no... in the Web Services Extentions branch of the IIS manager. That's what
I was referring to.
 
Active Server Pages as well as ASP.NET v1.1.4322 are
allowed on the Web Service Extensions screen.
 
I got it. Rebooting the server after enabling those
items mad it work. Thanks for your help.
Greg
 
Back
Top