Groups | Blog | Home
all groups > dotnet academic > february 2004 >

dotnet academic : WEB FORMS CONTROLS ARE INVISIBLE!



DARRYL
2/28/2004 10:16:07 PM
Hi all..
I'm running the dinosour version of Visual Basic.net. ( 2001 standard)
When I place WEB FORMS controls on the aspx form, they don't show up in the browser.
Whats going on?
I thought these things were supposed to appear. Are they just for programming/ invisible on the client?

Tks for your valued input!

Darryl
Peter van der Goes
2/29/2004 8:13:09 AM

[quoted text, click to view]
Hello Darryl,
It sounds like your IIS is not properly mapped to VB.NET. I'm making some
assumptions here. I assume you have IIS installed and running, and that your
..aspx pages *do* appear in your browser, but that you are seeing plain text
only. If that's an accurate description of your problem, you need to repair
the mapping between IIS and VB.NET.
Knowledge Base article #306005, which says in part:
"To repair IIS mappings for ASP.NET, you can run the Aspnet_regiis.exe
utility. To do so, follow these steps:
1.. Click Start, and then click Run.
2.. Type cmd, and then click OK.
3.. At the command prompt, type
"%windir%\Microsoft.NET\Framework\<version>\aspnet_regiis.exe" -i, and then
click OK. In this path, <version> represents the version number of the .NET
Framework that you installed on your server. You must replace this
placeholder with the actual version number when you type the command.

Note To repair IIS mappings for ASP.NET, you must correctly register the
Aspnet_isapi.dll. To do so, follow these steps:
1.. Click Start, and then click Run.
2.. Type regsvr32
%windir%\Microsoft.NET\Framework\<version>\aspnet_isapi.dll, and then click
OK. Regsvr32 returns the results of the registration. "
Hope this helps.

Peter [MVP Academic]

AddThis Social Bookmark Button