[Bug 1277161] Review Request: mod_mono - ASP.NET module for Apache

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=1277161



--- Comment #11 from Claudio Rodrigo Pereyra DIaz <claudiorodrigo@xxxxxxxxxxxxxxxxxx> ---
temfiles was updated.

check srpm the directoy is owned by apache

A correct example file (you miss indicate the language)

index.aspx

<%@ Page Language="C#" %>
<%
    HelloWorldLabel.Text = "Hello, world!";
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; >
<head runat="server">
    <title>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <asp:Label runat="server" id="HelloWorldLabel"></asp:Label>
    </div>
    </form>
</body>
</html>

Koji build.
http://koji.fedoraproject.org/koji/taskinfo?taskID=12349738

I install from this task and work out the box with this example file and
selinux permissive

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review




[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]