Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server controls don't appear 1

Status
Not open for further replies.

dpdoug

Programmer
Nov 27, 2002
455
US
I've just started a new project and created the first web form. I've put a few server controls on the form and I ran it to see what it looks like.

But everything appears except for the server controls! Does anyone know what could possibly be happening? I did a whole other web application in asp.net and nothing ever happened like this.

Thanks to anybody who can help me out here. I know it must be something simple, but I just can't see it.

dpdoug

 
Browse the webform page using and check the server controls are displaying.

If you opened your webform page in the same way, on the broswer, right click --> View Source. Check the source code any of the <asp:> tags are present. If these tags are present, iis is not configured properly to run asp.net page.

Regards
Krishna Reddy M
mckreddy@visualsoft-tech.com
 
Hi Krishna751204,
Thanks for the tip. I did as you said and found the asp: tags were in fact in there. I went into IIS and checked everything out and found nothing wrong.

Is there anything in specific that it might be? I still can't get it to show me the server controls.

 
ASP.NET is not installed on the server. Use:

regiis -i

on the command line.
 
BolderBum,
Thanks!!!! I tried that and it worked!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top