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

ASP App. Not Showing ASP Controls

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.
Nov 18 '05 #1
8 1076
is the file an ASPX or an ASP?

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"G. Howard" <gr*********@trw.com> wrote in message
news:02****************************@phx.gbl...
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.

Nov 18 '05 #2
..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.
-----Original Message-----
is the file an ASPX or an ASP?

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"G. Howard" <gr*********@trw.com> wrote in message
news:02****************************@phx.gbl...
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.

.

Nov 18 '05 #3
by default 2003 has many page types disabled. Make sure that the IIS config
has ASPX enabled

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"G. Howard" <an*******@discussions.microsoft.com> wrote in message
news:09****************************@phx.gbl...
.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.
-----Original Message-----
is the file an ASPX or an ASP?

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"G. Howard" <gr*********@trw.com> wrote in message
news:02****************************@phx.gbl...
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.

.

Nov 18 '05 #4
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.
-----Original Message-----
by default 2003 has many page types disabled. Make sure that the IIS confighas ASPX enabled

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"G. Howard" <an*******@discussions.microsoft.com> wrote in messagenews:09****************************@phx.gbl...
.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.
>-----Original Message-----
>is the file an ASPX or an ASP?
>
>--
>Curt Christianson
>Owner/Lead Developer, DF-Software
>www.Darkfalz.com
>
>
>"G. Howard" <gr*********@trw.com> wrote in message
>news:02****************************@phx.gbl...
>> 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.
>
>
>.
>

.

Nov 18 '05 #5
no... in the Web Services Extentions branch of the IIS manager. That's what
I was referring to.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"G. Howard" <gr*********@trw.com> wrote in message
news:04****************************@phx.gbl...
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.
-----Original Message-----
by default 2003 has many page types disabled. Make sure

that the IIS config
has ASPX enabled

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"G. Howard" <an*******@discussions.microsoft.com> wrote

in message
news:09****************************@phx.gbl...
.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.

>-----Original Message-----
>is the file an ASPX or an ASP?
>
>--
>Curt Christianson
>Owner/Lead Developer, DF-Software
>www.Darkfalz.com
>
>
>"G. Howard" <gr*********@trw.com> wrote in message
>news:02****************************@phx.gbl...
>> 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.
>
>
>.
>

.

Nov 18 '05 #6
Active Server Pages as well as ASP.NET v1.1.4322 are
allowed on the Web Service Extensions screen.
-----Original Message-----
no... in the Web Services Extentions branch of the IIS manager. That's whatI was referring to.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"G. Howard" <gr*********@trw.com> wrote in message
news:04****************************@phx.gbl...
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.
>-----Original Message-----
>by default 2003 has many page types disabled. Make sure
that the IIS config
>has ASPX enabled
>
>--
>Curt Christianson
>Owner/Lead Developer, DF-Software
>www.Darkfalz.com
>
>
>"G. Howard" <an*******@discussions.microsoft.com>
wrote in message
>news:09****************************@phx.gbl...
>> .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.
>>
>> >-----Original Message-----
>> >is the file an ASPX or an ASP?
>> >
>> >--
>> >Curt Christianson
>> >Owner/Lead Developer, DF-Software
>> >www.Darkfalz.com
>> >
>> >
>> >"G. Howard" <gr*********@trw.com> wrote in message
>> >news:02****************************@phx.gbl...
>> >> 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.
>> >
>> >
>> >.
>> >
>
>
>.
>

.

Nov 18 '05 #7
try a SIMPLE aspx once....see if that works

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"g Howard" <gr*********@trw.com> wrote in message
news:01****************************@phx.gbl...
Active Server Pages as well as ASP.NET v1.1.4322 are
allowed on the Web Service Extensions screen.
-----Original Message-----
no... in the Web Services Extentions branch of the IIS

manager. That's what
I was referring to.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"G. Howard" <gr*********@trw.com> wrote in message
news:04****************************@phx.gbl...
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.
>-----Original Message-----
>by default 2003 has many page types disabled. Make sure that the IIS config
>has ASPX enabled
>
>--
>Curt Christianson
>Owner/Lead Developer, DF-Software
>www.Darkfalz.com
>
>
>"G. Howard" <an*******@discussions.microsoft.com> wrote in message
>news:09****************************@phx.gbl...
>> .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.
>>
>> >-----Original Message-----
>> >is the file an ASPX or an ASP?
>> >
>> >--
>> >Curt Christianson
>> >Owner/Lead Developer, DF-Software
>> >www.Darkfalz.com
>> >
>> >
>> >"G. Howard" <gr*********@trw.com> wrote in message
>> >news:02****************************@phx.gbl...
>> >> 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.
>> >
>> >
>> >.
>> >
>
>
>.
>

.

Nov 18 '05 #8
I got it. Rebooting the server after enabling those
items mad it work. Thanks for your help.
Greg
-----Original Message-----
Active Server Pages as well as ASP.NET v1.1.4322 are
allowed on the Web Service Extensions screen.
-----Original Message-----
no... in the Web Services Extentions branch of the IISmanager. That's what
I was referring to.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"G. Howard" <gr*********@trw.com> wrote in message
news:04****************************@phx.gbl...
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 andare in the learning process.
>-----Original Message-----
>by default 2003 has many page types disabled. Makesure that the IIS config
>has ASPX enabled
>
>--
>Curt Christianson
>Owner/Lead Developer, DF-Software
>www.Darkfalz.com
>
>
>"G. Howard" <an*******@discussions.microsoft.com>wrote in message
>news:09****************************@phx.gbl...
>> .aspx. This same application was working on aWindows >> 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 incorrectlyon the
>> 2003 machine.
>>
>> >-----Original Message-----
>> >is the file an ASPX or an ASP?
>> >
>> >--
>> >Curt Christianson
>> >Owner/Lead Developer, DF-Software
>> >www.Darkfalz.com
>> >
>> >
>> >"G. Howard" <gr*********@trw.com> wrote in message
>> >news:02****************************@phx.gbl...
>> >> We are just beginning with ASP.NET. I've got atest >> app.
>> >> I'm running on a Win 2003 Server that gathersinput >> 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
SDKis >> >> installed. What have I missed?
>> >>
>> >> Thanks.
>> >
>> >
>> >.
>> >
>
>
>.
>

.

.

Nov 18 '05 #9

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

Similar topics

0
by: Mark Johnson | last post by:
Sometimes Controls that have been added to a GroupBox do not show up. What I am doing : 1) I am not using the designer, but create all the Controls per hand: groupBoxProdukt_01 = new...
1
by: Henry | last post by:
I was trying to work through the Lab 2 exercises in the Microsoft's Windows-Based Applications in Visual C#. While I am not showing any errors I am also not seeing the mainMenu object when I run...
1
by: MikeB | last post by:
I am using GetEnumerator for determining how many ListBox controls exist on a form and then binding each of them to a datasource. This is required as I need to add more Listbox controls to the...
0
by: Thomasa Gregg | last post by:
I cannot get rid of the scrollbars that are showing up on all my asp.net controls. Buttons, Labels, everything. It has something to do with my css. If I remove rel="stylesheet" from <LINK...
2
by: Geraldine Hobley | last post by:
Hello, In my application I am trying to load up some forms, however the loading of the forms is causing a lot of flickering. Are there any commands that can stop showing the repainting of the forms...
3
by: jonathan.beckett | last post by:
I have been experimenting with placing user controls (using Windows Forms controls) into an ASP.NET webpage - and am completely stuck. I can get a blank user control to work, but nothing beyond...
6
by: ajk | last post by:
Hi I was wondering how to show different properties in design and run-mode for a user control? Is it possible to do this when implementing the System.ComponentModel.ICustomTypeDescriptor...
1
by: Andy B | last post by:
I have this code: protected void EditEventsWizard_NextButtonClick(object sender, WizardNavigationEventArgs e) { //get the values from the DetailsView TextBox StartTime =...
1
by: simon | last post by:
hello. i'm trying to convert a site i work on to be "ajax enabled" so far basically working out, but i have an issue that has me stumped. we have a page that is basically a control panel that is...
1
by: nRk | last post by:
Hi, I am working on asp.net 2.0 with Visual Studio 2005. My asp.net project contains one Masterpage. I exposed my asp.net project in my machine (Windows XP with IIS 5.1) and access using...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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...
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...

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.