Quote Originally Posted by sujan.dasmahapatra View Post
How can deploy an application on a website.
FTP, SCP... but I suspect that is not what you meant
I want to develop an application program using Qt, and now I want that program to work on a website. Is it possible to do??
Yes, a C++/Qt program can act as a CGI application or Internet service. If you mean, "Can my Qt GUI application be seamlessly run over the web", then No.
Please give me some lights on this, I am somewhat ignorant about website application interaction.
Start by becoming informed about website application interaction. Find some simple CGI examples and get an understanding of how a rudimentary web application works, how it gets its input, and what it returns in response. At that point you might have a better idea if that is the sort of thing you meant or whether you meant something else.