Recent content by daspnet

  1. D

    HellowWorld.aspx

    Thanks, but thats not it. My source code does have the spaces.
  2. D

    Free Software Suggestions

    I am trying to download the free Microsoft .NET 2.0 Web Developer Express. If I had it can I install it even though I have a later version installed too? Can anyone provide a link? I understand that this site uses .NET 2.0.
  3. D

    can't find HelloWorld.aspx

    When I try to open an aspx page on my site, the browser can't find it at all. http://daspnet.x10.mx/day1b/HelloWorld.aspx I have uploaded it to public_html, and there is no web.config I also posted to forum as... HellowWorld.aspx, Today 05:06 AM
  4. D

    HellowWorld.aspx

    I copied the code from... http://x10hosting.com/forums/tutorials/102062-how-get-asp-net-work-x10hosting.html ...but I changed this line... Partial Class _Default Inherits System.Web.UI.Page ...changed to... PartialClass HelloWorld Inherits System.Web.UI.Page ...runs fine in Microsoft Web...
Top