nikhilhs Posted February 23, 2005 Posted February 23, 2005 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 Quote
HJB417 Posted February 23, 2005 Posted February 23, 2005 outputing html asp already does, could you explain what you mean by "and is somehow linked to a URL" Quote
nikhilhs Posted February 23, 2005 Author Posted February 23, 2005 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. Quote
HJB417 Posted February 24, 2005 Posted February 24, 2005 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!!! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.