After your website is created what server application do you use to broadcast it over the web or intranet?By Lane, on July 21st, 2010 John asked:
My understanding is that you have ASP.Net to build your dynamic website, with IIS to publish web pages and SQL server as the database for the website. Am i correct? If u have a server running 24-7 what application does the website constantly sit on? | Ten Bucks Too Much?Bob Rankin, outstanding computer guru, has written a good article about free and inexpensive websites. Perhaps what you're looking for will be found here. If you'd like to build your own site from scratch, the Lifehacker site has a free series of videos to walk you through the whole process. If you prefer text to video, a PDF is also available for download. Ready to Dig into WordPress? I build all my websites, both for myself and others, with WordPress software. You should, too, and this ebook will quickly get you up to speed.
There is much to learn about the world’s most popular publishing platform. From your first steps of learning about WordPress all the way through maintaining a site throughout the years, this book is packed with truly practical information. The Digging into WordPress PDF/eBook features 400+ pages of practical WordPress wisdom, presented in regular or widescreen format with clear, easy-to-read type and color-coded chapters. It includes hyperlinked URLs, copy-&-paste code snippets, and searchable content. Are You More of a Visual Learner?I'll use WordPress software to install your new website. Although I'll get it going "real good," it's going to be up to you to add content to it. Perhaps you want to get more familiar with the power of WordPress. If so, this website has a free series of videos that will equip you: Wordpress Video TutorialsTell the World about You!Yes, you need a website, and The Web Doctor is the man to provide you with one. But people need to come to your website, and you need a strategy to make that happen. One of the best approaches on today's Internet is with "social networking." Without going into detail about social networking here, let me give you a free ebook you can download and read at your leisure. It’s written in PDF format, and if you don’t already have a PDF reader, you can get one free by clicking here. To get the ebook, just click on the cover picture. Local AdvertisingDon't fail to take advantage of all the free advertising that is related to your location. Google Maps and Craigslist are just two examples. I find it convenient to use Thumbtack, a company that promotes the best local services. You can register at these services, or pay me just another $10, and I'll do it for you. |
Mot sites use the Apache web server with Mysql on Linux. Whichever way you do this the server needs to be a publicly registered machine, with correct dns settings for its’ domain.
It sits on the IIS Server processed by the .NET framework. Depending on what framework the site is built on (1.0, 2.0,3.0, 3.5) it will all be housed and HTTP calls will be made to IIS and returned to the browser. When you install an asp.net website, there will be an ASP.NET tab in the properties.
As for SQL, the web.Config file holds the connection string that will link the the SQL database and your SqlClient or OleDb will “do its thing.” All of this is done by the .NET Framework.