Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi I need a Codegenerator that gets a database and generate full asp.net website like CodeSmith Codegenerator .netTiers.
I think .netTiers can't generate user accounts and authentication system. I need a generator that also:
-Makes pages for signup,login,forgot password.
-Generates dynamic pages considering account level permissions. For example i want to tell generator that AUsers can insert in TableA and TableB, BUsers can insert and modify their records in TableA, and CUsers have full access on all records on ATable.
-Supports file uploading for asp.net in filesystem or DB or both.
Posted
Updated 21-Mar-13 2:55am
v2
Comments
[no name] 21-Mar-13 8:59am    
Okay and your specific question relating to a specific programming issue is what exactly?
Napster25 21-Mar-13 9:08am    
I request you introduce a codegenerator with above possibilities.
[no name] 21-Mar-13 9:12am    
Does that mean you want me, or anyone else, to do your research for you?
Napster25 21-Mar-13 9:21am    
I say if anyone know an application like that i want, just tell me.
I found ASPRunner.NET and i'm testing it.

1 solution

you can use WebMatix from Microsoft
http://www.microsoft.com/web/webmatrix/[^]
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900