Server Controls Not Visible

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?
 
E

Evan Freeman[C++ Samuri]

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?
 

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