Server Controls Not Visible

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm using visual studio .Net to create web forms. Server controls added to the design page do not show up when I debug. Why?
 
You installed IIS after visual studio or the install got all mucked up.

No worries here's how to fix it. From a command line goto
"C:\windows\Microsoft.NET\Framework\<framework version>\" and run
aspnet_regiis.exe /i

And then try to do your debugging, you should be all set after that.

Enjoy!!

-Evan

Ed Neuwirth said:
I'm using visual studio .Net to create web forms. Server controls added
to the design page do not show up when I debug. Why?
 
Back
Top