From owner-freebsd-questions@FreeBSD.ORG Mon Nov 22 10:32:40 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FD91106564A for ; Mon, 22 Nov 2010 10:32:40 +0000 (UTC) (envelope-from jhfoo-ml@extracktor.com) Received: from mail.nexlabs.com (mail.nexlabs.com [210.193.32.133]) by mx1.freebsd.org (Postfix) with SMTP id 56F9A8FC08 for ; Mon, 22 Nov 2010 10:32:38 +0000 (UTC) Received: (qmail 31283 invoked from network); 22 Nov 2010 10:06:00 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on frostbite.nexlabs.local X-Spam-Level: X-Spam-Status: No, score=-31.8 required=8.0 tests=ALL_TRUSTED,SC_HAM shortcircuit=ham autolearn=disabled version=3.2.5 Received: from unknown (HELO ?192.168.1.177?) (jhfoo@nexlabs.com@202.128.216.133) by mail.nexlabs.com with SMTP; 22 Nov 2010 10:06:00 -0000 Message-ID: <4CEA403B.3050604@extracktor.com> Date: Mon, 22 Nov 2010 18:04:43 +0800 From: Foo JH User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: getting mono/ asp.net on fbsd to reload modified files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2010 10:32:40 -0000 Hi all, I'm posting this mail to the mono mailing list as well as the FreeBSD list: I'm trying to learn mono's asp.net on mod_mono + Apache22 + FreeBSD 8.1. I've been working on IIS7 + Microsoft's asp.net, so I'm trying to recreate a similar development experience. One of the things I'm stumbling over now, is that code files like .aspx and .cs files don't seem to get recognised by asp.net after the first time it's been auto-compiled. In other words, if I change the file and reload the page, it's still the old page. I understand mono has this watcher class which monitors file change. Can anyone advise if it's enabled by default for FreeBSD, and how I can resolve this puzzle?