Click here to Skip to main content
15,881,873 members
Articles / Programming Languages / C#

AspExe - A Small ASP.NET Compiler and Executor for Document Generation

Rate me:
Please Sign up or sign in to vote.
4.71/5 (5 votes)
4 Jan 2008CPOL5 min read 38K   272   33  
AspExe is a small command line tool that will take an .aspx file and compile and execute (=render) it.
AspExe is a small wrapper around a template class, which contains a parser, compiler, and executor of a template page. In this post, you will see what AspExe does, and what are its advantages and limitations.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Rubicon
Netherlands Netherlands
Currently Herre Kuijpers is employed at Rubicon. During his career he developed skills with all kinds of technologies, methodologies and programming languages such as c#, ASP.Net, .Net Core, VC++, Javascript, SQL, Agile, Scrum, DevOps, ALM. Currently he fulfills the role of software architect in various projects.

Herre Kuijpers is a very experienced software architect with deep knowledge of software design and development on the Microsoft .Net platform. He has a broad knowledge of Microsoft products and knows how these, in combination with custom software, can be optimally implemented in the often complex environment of the customer.

Comments and Discussions