What's wrong with ASP.NET here?

Status
Not open for further replies.

toneo

New Member
Messages
2
Reaction score
0
Points
0
I have created an index.aspx page. Nothing is displayed at all here, even without any aspx code - Just an XML Error about how there are no elements. Web pages display perfectly as html (although the aspx code is not executed). Am I doing something wrong here?
 

toneo

New Member
Messages
2
Reaction score
0
Points
0
Okay, I tried that. Still nothing.

The only errors:
Error 3 'ASP.public_html_helloworld_aspx.GetTypeHashCode()': no suitable method found to override Temporary ASP.NET Files\root\e2801322\a9219d2e\App_Web_upa2z9b2.0.cs

Error 4 'ASP.public_html_helloworld_aspx.ProcessRequest(System.Web.HttpContext)': no suitable method found to override Temporary ASP.NET Files\root\e2801322\a9219d2e\App_Web_upa2z9b2.0.cs

Error 5 'ASP.public_html_helloworld_aspx' does not implement interface member 'System.Web.IHttpHandler.IsReusable' Temporary ASP.NET Files\root\e2801322\a9219d2e\App_Web_upa2z9b2.0.cs
 
Last edited:
Status
Not open for further replies.
Top