G Guest Apr 4, 2004 #1 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?
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] Apr 7, 2004 #2 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 Click to expand... 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 Click to expand... to the design page do not show up when I debug. Why?