I finished working on an asp.net mvc web application which represents a public web site , and i want to host this application on their domain name suhc aswww.ABCdomain.com .now I do not have much knowledge about web hosting, and I am a bit confused on how I can manage my customer's emails and domain name.. currently we got the following :-
-
Our customer purchased a domain name from Godaddy such as
www.ABCdomain.com
. 2 years ago. - Then they configure to access their emails from Gmail.
- so now they purchase their domain name from Godaddy , but they set to access their domain emails from gmail interface.
-
now as I mentioned they do not have a website, and if I try to access this their domain url such as
www.ABCdomain.com
I will get this page :-
so now I am totally confused on where I need to deploy my web application inside godaddy where they purchased the domain name ? or inside Google where they are accessing their emails ? now is this scenario valid:-
Can I login to their godaddy account, then chose a plan to deploy my asp.net mvc web application under sql server 2012, while keep the email setting as is. so in this case the emails will stay as is inside gmail (inside Google) while the web site will be hosted inside godaddy where the domain name where purchased ?? is this possible as in this case users will not lose any emails and the web site will be hosted inside godaddy where the domain name where purchased ..
can anyone advice on this please?