Web hosting
-
Hello friends! Please I need your advice over this issue. I designed a site with asp.net and sql server 2005, the site has about 20 pages. Now, I want to host the site. The question is; how can I host the site so that it can be accessible by everyone within the global world? And also, I would like to be paid per click performed by visitors(how can I achieve the payment issues?). I have searched many articles but couldn't understand the flow. Any help is welcome!!!
-
Hello friends! Please I need your advice over this issue. I designed a site with asp.net and sql server 2005, the site has about 20 pages. Now, I want to host the site. The question is; how can I host the site so that it can be accessible by everyone within the global world? And also, I would like to be paid per click performed by visitors(how can I achieve the payment issues?). I have searched many articles but couldn't understand the flow. Any help is welcome!!!
Otekpo Emmanuel wrote:
The question is; how can I host the site so that it can be accessible by everyone within the global world?
How "everyone" does it need to be? One usually puts it on a public server (if you don't have a host yet, give it a free try with http://www.aspspider.com/[^]). Anyone with internet could then access it, in theory. In practice, you'll come across things like blacklists that might prevent your site from being shown.
Otekpo Emmanuel wrote:
And also, I would like to be paid per click performed by visitors(how can I achieve the payment issues?).
Paid by "whom"? The visitors of your site? Most people do not pay to access a public site. The term is often used when talking about advertising on a website. In that case, payments will be made by the company that provides the advertisements. Google for "AdSense" for an example ;)
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]
-
Otekpo Emmanuel wrote:
The question is; how can I host the site so that it can be accessible by everyone within the global world?
How "everyone" does it need to be? One usually puts it on a public server (if you don't have a host yet, give it a free try with http://www.aspspider.com/[^]). Anyone with internet could then access it, in theory. In practice, you'll come across things like blacklists that might prevent your site from being shown.
Otekpo Emmanuel wrote:
And also, I would like to be paid per click performed by visitors(how can I achieve the payment issues?).
Paid by "whom"? The visitors of your site? Most people do not pay to access a public site. The term is often used when talking about advertising on a website. In that case, payments will be made by the company that provides the advertisements. Google for "AdSense" for an example ;)
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]
Thanks Eddy. The site is a chat site not advertisement site. Do you have any idea about this? If you do, please help...
-
Thanks Eddy. The site is a chat site not advertisement site. Do you have any idea about this? If you do, please help...
I've seen chat-sites that try to display some banners; there's adblockers for those. Personally I've never paid for things that are offered elsewhere for free. You still haven't defined who "everyone" is - did it include people that are blocked for some reason?
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]
-
I've seen chat-sites that try to display some banners; there's adblockers for those. Personally I've never paid for things that are offered elsewhere for free. You still haven't defined who "everyone" is - did it include people that are blocked for some reason?
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]
Ok Eddy. What I meant by everyone is that, the site can be visible to everyone so that they can register as members of the chat site. When they are chatting, they will pay per click. For example facebook...
-
I've seen chat-sites that try to display some banners; there's adblockers for those. Personally I've never paid for things that are offered elsewhere for free. You still haven't defined who "everyone" is - did it include people that are blocked for some reason?
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]
Ok Eddy. Now I understand what you mean. Thanks!