I am running IIS 5.1 and I have the .NET framework installed (as well as Visual Studio .NET). I am trying to develop a C# web application.
When I create a new Web Form along with class code to be executed (using the CodeBehind option), I only end up seeing my labels that I put on the form. None of my text boxes show up or my buttons. The code is in a <FORM> tag. I think that IIS is not processing the code behind (I did set 'runAt=server').
Is there anything specific that I need to do in order to get these aspx files to run correctly on IIS? Regular VB ASP files work just fine.
Thanks.
When I create a new Web Form along with class code to be executed (using the CodeBehind option), I only end up seeing my labels that I put on the form. None of my text boxes show up or my buttons. The code is in a <FORM> tag. I think that IIS is not processing the code behind (I did set 'runAt=server').
Is there anything specific that I need to do in order to get these aspx files to run correctly on IIS? Regular VB ASP files work just fine.
Thanks.