ironspeed

Does anyone use Iron speed designer for rapid asp.net development?

Visual studio is pretty good but doesn't create stored procedures automatically. Iron Speed designer does supposedly. But is it any good? ...

How do I sum fields in IronSpeed?

How do I sum fields in the same table in IronSpeed? Do I need to use a function? ...

What's the difference between ASP.NET DynamicData and IronSpeed?

Will the new commer (DynamicData) relplace the old one (IronSpeed)? They seem to have overlap functionality? ...

Viewstate still present in page even though I'm using sqlserver to store the viewstate

I have an ASP.net web app and on my test (database) server I have enabled sqlserver to store the viewstate and when I run the app from visual studio this works fine. However when I try to host the app on the production machine (IIS 6) the viewstate is still present in each page request. If I use the exact same connection settings again...

Encrypting Passwords in Ironspeed 6.1.1

I'm currently working on an app that is being created using Ironspeed Designer. It's going to be an internet website with sensitive data, so we (my group) would like to encrypt passwords. According to this help article at Ironspeed's site, the customization to do this sounds trivial. Except I can't find the file I'm supposed to modify...

How to add a web page with html editor in Iron Speed

I have a website that I have built by Iron Speed. I have to add a new web page with HTML editor. I looked for that about 2 hours and I didn't find any helpful article. All the articles that I have read supposed that there is a table (in the db) that will be covered by the web page. :( Any help would be appreciated. Sorry for my Englis...