Problem using ASP.net on free x10hosting

cis320

New Member
Messages
19
Reaction score
0
Points
0
I have created a asp web application project using visual studio 2008 professional. The project consist of only a form "index.aspx" and the form contain nothing at all. After I publish, upload the project to my web host and load the website, it simply display a blank page with the page title as my domain url and not "Untited Page" which is the default title page for all aspx project in Visual Studio. Next I tried to load using "domain.com/index.aspx" instead of what I did previously "domain.com" and this time round an error as below appear:

XML Parsing Error: no element found
Location: http://fyp.pinage.com/index.aspx
Line Number 1, Column 1:
^

Can anyone assist me in this or if someone has a confirm working aspx file which I can upload and test whether its my own project problem or x10hosting problem.
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
I have created a asp web application project using visual studio 2008 professional. The project consist of only a form "index.aspx" and the form contain nothing at all. After I publish, upload the project to my web host and load the website, it simply display a blank page with the page title as my domain url and not "Untited Page" which is the default title page for all aspx project in Visual Studio. Next I tried to load using "domain.com/index.aspx" instead of what I did previously "domain.com" and this time round an error as below appear:

XML Parsing Error: no element found
Location: http://fyp.pinage.com/index.aspx
Line Number 1, Column 1:
^

Can anyone assist me in this or if someone has a confirm working aspx file which I can upload and test whether its my own project problem or x10hosting problem.

The x10hosting supports ASP.NET through mono.

check the codes using MOMA --> http://www.mono-project.com/MoMA
 

cis320

New Member
Messages
19
Reaction score
0
Points
0
The x10hosting supports ASP.NET through mono.

check the codes using MOMA --> http://www.mono-project.com/MoMA

This is the part I tried to but don't understand. MOMA analyzer checking only accept .exe and .dll files. My asp.net projects files are all .vb or .aspx. The only .dll are in the bin folder which I tried to analyze using MOMA, it show three types or error which are P/invokes, NotImplementedException and MonoTodo. I then read the report generated by Moma and it seems to be saying these error are minor and won't affect the site too much.
 
Last edited:
Top