It sounds like your asp.net iis bits aren't registered properly. Open a cmd
prompt, and goto %windir%\Microsoft.Net\Framework\<your version> and run
"aspnet_regiis.exe -i" That should fix your problem.
Josh Moody
Developer Division Sustained Engineering Team
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
--------------------
[quoted text, click to view] >Reply-To: "Microsoft" <w.h.adamsNOSPAM@verizon.net>
>From: "Microsoft" <w.h.adams@verizon.net>
>Subject: Not compiling?????
>Date: Wed, 18 Feb 2004 16:52:00 -0500
>Lines: 16
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>Message-ID: <ebdDxlm9DHA.1428@TK2MSFTNGP12.phx.gbl>
>Newsgroups: microsoft.public.dotnet.languages.vb.controls
>NNTP-Posting-Host: pool-141-151-139-134.pitt.east.verizon.net
141.151.139.134
>Path:
cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA05.phx.gbl!TK2MSFTNGP08
.phx.gbl!TK2MSFTNGP12.phx.gbl
[quoted text, click to view] >Xref: cpmsftngxa07.phx.gbl
microsoft.public.dotnet.languages.vb.controls:4057
>X-Tomcat-NG: microsoft.public.dotnet.languages.vb.controls
>
>Hi,
>
>I am new to VB.NET, and I am having a basic problem.
>
>If I place a Web Control Button and an HTML button on a grid layout, and
hit
>"CTRL+F5" (with no error), I should see both buttons in IE, right? And,
>this is true even though the code behind page is not completed?
>
>What I get is only the HTML button.
>
>Using IE's VIEW -> SOURCE, the ASP tags are in the listing for the Web
>Control button.
>
>Any ideas? Thanks for your input.
>
>
>