Hello Rick, I am now coming to terms that i have to let go of classic ASP. Which alternatives do i have? I would be good that you recommend something where the learning curve from Classic ASP will be easy. Thanx
The other thing to think about is how do you want to build it?
Originally there was WebForms but I wouldnt use that.
MVC (Model View Controller) is an option.
You can then split your projects out into FE (Front End) and BE (Back End), make a separate API that you can call to get data etc.
SPA (Single Page Application) this could be done in Angular or Vue etc.
Blazor is new (Web Assembly)
Sorry for a lot of options but it might be worth doing a little reading.
Alex said it best. Personally I recommend ASP.NET which is backward compatible with Classic ASP 3.0. So everything you've learned so far is still valid, PLUS it's got a lot of added features. You can still use VB in ASP.NET.
Mubeezi MicahOP
@Reply 6 years ago
Thank you Alex and Rick for pointing me in the right direction
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Active Server Pages Forum.