[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webcontrols

unable to view certain ASP.NET controls in Web apps

Chris Low

1/19/2003 1:23:00 AM

Hi,

I have a PC running C# .NET Standard 2002 and IIS 5.0. It's fully patched
and firewalled, and I've used Lockdown on it. Right now, I'm just playing
around with it.

I have a basic ASP.NET Web Application with one .aspx page; the page
contains an asp:Label, an asp:Button, an asp:Image, an INPUT TEXT and an
INPUT BUTTON. Whenever I open IE 6 (fully patched) and point it at the page
(http://localhost/path-to-it/page.aspx), things are missing.

All the HTML that's supposed to be in the page, is in the page (I think).
The page title is correct, the asp:Label and both INPUTs display correctly,
and the tags for all five controls are indeed in the source. The BUTTON's
onClick(), which is JavaScript-coded on the client side to change the TEXT
to contain different text, correctly does so. The asp:Button and the
asp:Image just don't display at all.

URLScan logs give me no clue, and neither do IIS logs (W3C extended format).
localhost and 127.0.0.1 are both in my IE Trusted Zone, which has everything
(scripting, etc.) turned on. My firewall (Zone Alarm free) isn't reporting
any blocked traffic that could be possibly related. Any advice would be
sincerely appreciated.

Thanks,

Chris Low
low2237@yahoo.com


2 Answers

(ashish)

1/21/2003 10:11:00 PM

0

You should register aspnet_isapi.dll using regsvr32.exe and you will
be all set.

If you are using code-behind , then make sure you have dll ( that you
compiled) in /bin dir.

If you still get problems look at the following KB:
http://support.microsoft.com/default.aspx?scid=kb;EN-...


"Chris Low" <low2237@yahoo.com> wrote in message news:<LdmW9.609660$GR5.402933@rwcrnsc51.ops.asp.att.net>...
> Hi,
>
> I have a PC running C# .NET Standard 2002 and IIS 5.0. It's fully patched
> and firewalled, and I've used Lockdown on it. Right now, I'm just playing
> around with it.
>
> I have a basic ASP.NET Web Application with one .aspx page; the page
> contains an asp:Label, an asp:Button, an asp:Image, an INPUT TEXT and an
> INPUT BUTTON. Whenever I open IE 6 (fully patched) and point it at the page
> (http://localhost/path-to-it/page.aspx), things are missing.
>
> All the HTML that's supposed to be in the page, is in the page (I think).
> The page title is correct, the asp:Label and both INPUTs display correctly,
> and the tags for all five controls are indeed in the source. The BUTTON's
> onClick(), which is JavaScript-coded on the client side to change the TEXT
> to contain different text, correctly does so. The asp:Button and the
> asp:Image just don't display at all.
>
> URLScan logs give me no clue, and neither do IIS logs (W3C extended format).
> localhost and 127.0.0.1 are both in my IE Trusted Zone, which has everything
> (scripting, etc.) turned on. My firewall (Zone Alarm free) isn't reporting
> any blocked traffic that could be possibly related. Any advice would be
> sincerely appreciated.
>
> Thanks,
>
> Chris Low
> low2237@yahoo.com

Chris Low

1/21/2003 10:40:00 PM

0

ashish,

Your fix did the trick! Thanks much for the help.

- Chris

"ashish" <ashishdhar@yahoo.com> wrote in message
news:aa5e850.0301210650.173e46a8@posting.google.com...
> You should register aspnet_isapi.dll using regsvr32.exe and you will
> be all set.
>
> If you are using code-behind , then make sure you have dll ( that you
> compiled) in /bin dir.
>
> If you still get problems look at the following KB:
> http://support.microsoft.com/default.aspx?scid=kb;EN-...
>
>
> "Chris Low" <low2237@yahoo.com> wrote in message
news:<LdmW9.609660$GR5.402933@rwcrnsc51.ops.asp.att.net>...
> > Hi,
> >
> > I have a PC running C# .NET Standard 2002 and IIS 5.0. It's fully
patched
> > and firewalled, and I've used Lockdown on it. Right now, I'm just
playing
> > around with it.
> >
> > I have a basic ASP.NET Web Application with one .aspx page; the page
> > contains an asp:Label, an asp:Button, an asp:Image, an INPUT TEXT and an
> > INPUT BUTTON. Whenever I open IE 6 (fully patched) and point it at the
page
> > (http://localhost/path-to-it/page.aspx), things are missing.
> >
> > All the HTML that's supposed to be in the page, is in the page (I
think).
> > The page title is correct, the asp:Label and both INPUTs display
correctly,
> > and the tags for all five controls are indeed in the source. The
BUTTON's
> > onClick(), which is JavaScript-coded on the client side to change the
TEXT
> > to contain different text, correctly does so. The asp:Button and the
> > asp:Image just don't display at all.
> >
> > URLScan logs give me no clue, and neither do IIS logs (W3C extended
format).
> > localhost and 127.0.0.1 are both in my IE Trusted Zone, which has
everything
> > (scripting, etc.) turned on. My firewall (Zone Alarm free) isn't
reporting
> > any blocked traffic that could be possibly related. Any advice would be
> > sincerely appreciated.
> >
> > Thanks,
> >
> > Chris Low
> > low2237@yahoo.com