Click here to Skip to main content
15,912,756 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i heard that a web application can be developed with just asp.net and there is no need of any database. is that possible?
Posted
Comments
rizwan muhammed khan gouri 22-Jan-13 8:54am    
Please Understand word Web Application....
Static and Dynamic WEb Site

"Just asp.net" means nothing. There should be a language with asp.net support behind if you want some server side code - but html at least.
But yes, you can develop asp.net application without database backend.
 
Share this answer
 
Yes sir its possible that's if u creating a static website.Get your self an IDE visual studio and play with all those projects.
 
Share this answer
 
It enitrely depends on what you want the web application to do, so the best answer is 'yes' and 'no'.

If you just want the application to perform a few calculations, display menus, a video game or some fancy animations, then yes - because this can all be done client side with things like Javascript, JQuery and Flash.

If you want to access files, request data, and post form fields back to the server, then no, because this needs a server side language like C# or VB, and a DB to process the data.
 
Share this answer
 
v3
No this is not possible there should be a language for code behind like (C#). And for database you need an dbms language like SQL, Access etc.
 
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