Hi fellows,
I'm quiet new to this ASP frontend part of software... Here is my case:
I'm running an local WinForms software, which run on each client at the business. The system if written in C# and I'm using the Visual Studio tool for development. Behind the data layer, there is a MSSQL Express DB running for persisting.
There have been a new requirement to the existing system. They want a webpage for customers to visit, and add themself to newsletter, and ofc wih an equal operation unsubscribe their email from the list stored on the DB.
So with this new piece of challenge for me, I have to develop some form of a webpage, which will interact with the DB, from the user input.
I need som suggestions to, which language I should use (ASP, PHP, scripting?), and are there any nice feature in VS2008 to add the webpart to the existing system (with all the .cs classes and winforms)???
I know there will need to be an webserver (ISS or Apache depending on language), but what I search so for is just some suggestions about how to start, and what should I start with?
Best regards