I have read the asp.net tutorial and I basically copy and pasted everything into my Visual Studio 2008 files. It runs fine when I run within VS2008, but when I upload the helloworld.aspx and code file (both named just like in the tutorial with the same code) it won't load. Internet explorer says "page cannot load", while mozilla gives me this error:
"XML Parsing Error: no element found
Location: http://tbc.x10hosting.com/HelloWorld.aspx
Line Number 1, Column 1:"
I have other pages on my website that load fine.
I do not get a asp.net error, its like the page is there but can't be loaded.
Is there a problem with asp on the servers right now? Or is it something on my end?
http://tbx.x10hosting.com/HelloWorld.aspx is the location of my asp files
Also, does it matter if I use .net 3.5 framework or should I use 2.0 or another older version?
"XML Parsing Error: no element found
Location: http://tbc.x10hosting.com/HelloWorld.aspx
Line Number 1, Column 1:"
I have other pages on my website that load fine.
I do not get a asp.net error, its like the page is there but can't be loaded.
Is there a problem with asp on the servers right now? Or is it something on my end?
http://tbx.x10hosting.com/HelloWorld.aspx is the location of my asp files
Also, does it matter if I use .net 3.5 framework or should I use 2.0 or another older version?