Recent content by alejandrormz

  1. alejandrormz

    My IIS does not execute ASP pages with C# Code

    I recently posted a problem with C# code, and I finally discovered that the problem is that my IIS is not recognizing C# code, and therefore, does not execute anything between the <% %> delimiters. What should I do? Do I reinstall .NET on my computer? Help! ?(
  2. alejandrormz

    ASPX Page - Script Error: Expected ';'

    I am using the C# Exam Cram for 70-315, and I have the following code: <!--Example2_1.aspx --> <%@ Page Language="C#" %> <html><head> <script runat="server"> double ToCelsius(double f) { return (5.0/9.0)*(f-32.0); } </script></head> <body> <h2>Fahrenheit to Celsius...
Back
Top