Does remote scripting work the same with ASP.NET?. Or is there a better way.<BR>I have an app in spagetti ASP in which the client (page) poles the server<BR>for a flag signaling new database entries, using remote scripting.<BR>The function on the server is run from a timer<BR>on the client. The client posts the query,<BR>the server function runs, it sends back the result, and if positive the<BR>client refreshes itself. The client calls the server function at a timed intervall.<BR>How does this work with .NET? The same, or what<BR>Thanks