Click here to Skip to main content
15,884,838 members
Articles / Web Development / ASP.NET

A Simple protocol to view aspx pages without IIS implemented in C#

Rate me:
Please Sign up or sign in to vote.
4.92/5 (47 votes)
17 Feb 200413 min read 383.4K   6.9K   150  
Covers how to write a Pluggable Asyncrhonous Protocol using C# and provides a useful protocol to enable local execution of ASP.NET sites.
<%@Page Language="C#"%>
<HTML>
<BODY BGCOLOR="Silver">
<DIV STYLE="color:green;">Hey There buddy. The Current Time is <%= DateTime.Now %></DIV><hr>
<a href="test.aspx">Test</a>
</BODY>
</HTML>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior) Standard Beagle Studios
United States United States
I co-founded Standard Beagle Studio, a software development consulting service in Austin Texas with my wife Cindy Brummer. We focus mostly on web projects, but have built some react native mobile apps, and even a windows screen saver or two.

I started my career back when ASP pages were state of the art, and IE3 was considered a web browser. I've worked with Microsoft technologies for most of that time, and have recently branched out into node, wordpress, and react native applications.

I'm a web developer, math and physics enthusiast, father of 2, and all around great guy. I live in Austin TX and love using technology to change people's lives for the better. When I manage scrape together some spare time, I build generative art at curvature of the mind.

Comments and Discussions