Jeffrey Palermo (.com)

Sponsors

The Lounge

News

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
My first public EZWeb release. Version 0.5 Beta

In previous posts, I've mentioned EZWeb, my current pet project.  It can be quite useful even if it's just to make a template for your web apps.  I was surprised that so many people use a header and footer user controls to wrap page content with navigation and common content.  EZWeb will wrap your content with your custom template.  Join my workspace at:

http://workspaces.gotdotnet.com/ezweb
or
http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=949a0c93-38f2-4bd2-9f69-a49bb3c7938d

and contribute some features.  Plugin developers needed.  One of the first priorities should be a file upload plugin.  Please contact me with any questions.  I'm excited about this release, and I hope some of you will be interested in contributing to and using this project.


Posted 05-04-2004 10:55 AM by Jeffrey Palermo

[Advertisement]

Comments

Mark wrote re: My first public EZWeb release. Version 0.5 Beta
on 05-05-2004 7:15 PM
very cool project you got there.

it took me a while to adjust the IIS settings well enough for it to work...but now it works great.

one question... Is there a way I can remove the information that is displayed at the bottom of the screen? (Trace Information, Control Tree, etc..)
Jeffrey Palermo wrote re: My first public EZWeb release. Version 0.5 Beta
on 05-06-2004 12:25 AM
Of course. All it is is trace information. Go to the web.config file and turn trace off.:
<trace enabled="false". . ./> and it'll all go away.
Go to _ezweb/Templates/ folder and create your own customized template.
mark wrote re: My first public EZWeb release. Version 0.5 Beta
on 05-06-2004 3:43 AM
thanks a lot. i figured it was something easy like that but I'm still learning the .NET way of doing things.