ASP.NET application Controls not displaying

T

Thomas

Has anyone encountered this. I just installed VB.NET 2002
on my machine at work and tried to create a simple web
application. The problem is that none of the controls
display when I compile the application. The only thing
that displays are the labels for the controls and they
appear all in one row rather than the layout they were
placed in. I haven't encountered this before. Even a
page that only had a image on it did not display
it....only a blank screen. No errors.

My guess is that it is a configuration issue, but I don't
know where to look. The environment is Windows 2000
Proffesional.

Any Ideas?
 
L

L.C.

Try This:

Run aspnet_regiis.exe:
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i
That syncs IIS and ASP.NET. Change the path to fit your system.

LC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top