Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I've been using VS.NET for a while, but am unhappy with the way it does webapps. I'd like to write code that outputs plain HTML, and is somehow linked to a URL, like Tomcat/JSP does it. Is there a way to do this?

 

Thanks.

 

-NIck

Posted

The HTML outputed by ASP.NET is not standard HTML. It only works on IE. I want to write code that explicitly outputs HTML.

 

In Tomcat, there's an XML file that says url x goes to class y. Then the doGet function in class Y is called, and whatever it outputs is sent as the HTML page.

Posted
The HTML outputed by ASP.NET is not standard HTML. It only works on IE.

 

Please show be code that does this. ASP.NET doesn't generate non-standard HTML, bad programmers do!!!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...