GetYourFix()

A C# blog for the Junkies by the Junkie. .NET, C#, MS SQL, W2X and more.

About the Junkie

I am a Software and Network Engineer in Los Angeles working for a non-profit organization. I have been working on the .NET platform for the last couple of years.

I am a Mechanical Engineering graduate who defected due to a lack of interesting jobs in the field and my fascination for computers and programming. It has been a fun transition and satisfying I might add.It can be very frustrating when you hit a roadblock while programming, the blogs and other resources can be life savers during this time and have helped me immensely on many occasions. I have always wanted to have a blog to share the problems and their fixes. And I have finally taken the plunge.

I hope this blog helps.

.NET Junkie

Calendar

<<  September 2010  >>
MoTuWeThFrSaSu
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910

View posts in large calendar

Installing BlogEngine.NET on GoDaddy

I finally decided to have my own blog and chose Blogengine.net as my blog platform. It would be apt for my first blog to be about Blogengine.net. In this blog I will briefly outline the steps I took to install it on Godaddy hosting. Environment: Blog platform: BlogEngine.NET 1.5 Final (Download the  BlogEngine.NET 1.5 (web) version) DataProvider: MS SQL 2005 Hosting: GoDaddy Deluxe Account FTP Client: FileZilla – Its Free! Code Highlighter: SyntaxHighlighter 2.0 BE.NET Extension Windows Live Writer Extension   Installation:   BlogEngine.NET 1. Download and unzip the contents of BlogEngine.Web.zip. 2. Edit the robots.txt, remove the ‘#’ from the last line and replace the text ‘http://example.com/sitemap.axd ’ with your website, add ‘www.’ if you would like. In my case it is ‘http://www.dotnetjunkie.com/sitemap.axd’. 3. Go to your GoDaddy Hosting account and go to Content –> IIS Management. Maks... [More]