Well, I tried both PHP and ASP before, and I kinda like PHP better myself

One more question: how to use classes in ASP.Net code on Brinkster? If I just put them with the rest of the code like this
Code:
<script runat=server>
Sub Page_Load()...
End Sub
...
Class MyClass
...
End Class
</script>
It puts the class inside the page main class, and usually this screws things up. And codebehind does not work on Brinkster. I tried using the <%@ Assembly %> directive too...
