The Notes of Sagi Arsyad

EveryMy Paint is Black, Don't ask me to draw Rainbow
See also: Other Geeks@INDC

News

ASP.NET

My Organization

June 2007 - Posts

Installing Orcas

since our Lab is going held internal Silverlight training, Installing orcas is a must

btw, if you want to try code silverlight, you'll need

for more detail

http://silverlight.net/GetStarted/

note :

If you have Visual Studio 2005 installed, you may need to repair it after uninstalling Visual Studio Codename "Orcas" Beta1.

Share this post: | | | |
INDC in Community Server 2007 ?

well.. it just my prototype...

but in the future.. who know....

Share this post: | | | |
How to "Play" your Community Server SDK

this article is using Engrish,

this article is using :

  • Visual Studio 2005 SP 1
  • .NET Framework 2.0
  • Community Server 2007 SP1 (3.0.20510.895)
  • SQL Server 2005 SP 2
  • IIS 7.0 Vista (7.0.6000.16386)
  • Microsoft Web Application Project 

 

1. Prepare your file

first of all is download Community Server SDK and Community Server web install

and then download Microsoft web application project plugin for Visual Studio 2005 if it not installed yet in your PC

 

2. Create IIS Virtual Directory

open iis manager

start -> run -> inetmgr

right click on Default website (which binding port 80) and chose "add Virtual Directory"

name the virtual directory as "/cs" and point it to your "/Web" folder inside CS2007SDK source directory

in this example I use folder "C:\CS_2007_SP1\CS2007_3.0.20510.895.sdk\source\Web"

don't forget to set your virtual directory as Application

in some case you may need to set IIS 7 to running it virtual directory as Classic .NET application pool

okay, we finish with IIS

 

3. Create SQL Server database

open you SQL Server management studio and create new database

 

4. "prepare" the Community Server

in the step 1, I told you to download CS2007 web instal, not only the SDK. because CS2007 SP1 SDK  somehow not include web install SqlScript in their CSSDK pack.

now copy all .sql file in folder "/Web/Installer/SqlScripts" of CSWebInstall folder to "/Web/Installer/SqlScripts" of your CSSDK folder, and we ready for web install, it should about 10 .sql files.

 

5. Build & Configure connection string

run visual studio 2005 as administrator (in vista) and then open "Community Server 20.sln" inside source folder

and then build the solution (Ctrl + Shift + B)

modify connection string to

 

<?xml version="1.0"?>

  <connectionStrings>
      <remove name="SiteSqlServer" />
    <add name="SiteSqlServer" connectionString="server=(local);uid=;pwd=;Trusted_Connection=yes;database=CommunityServer" />
  </connectionStrings>

right click on "/Web/Default.aspx" and the chose view in browser

if you can see Community Server "Critical Error" like image below, it means it just one more step to success

 

5. Web Install

for more detail about this step, you can read at

http://docs.communityserver.org/wiki/page.aspx/23/web-install-wizard/

we're done

 

 

extra :  Create machineKey

to avoid your user keep loging out every several minutes, generate machineKey at :

http://aspnetresources.com/tools/keycreator.aspx

and then copy paste to your web.config file

 

Share this post: | | | |
Microsoft Install Festival @ Fasilkom UI

Pertama di Indonesia, Microsoft Install Festival di Fasilkom UI

Acara ini merupakan kelanjuta dari Fasilkom UI MSDN AA Campaign yang pernah kami adakan di fasilkom yang pernah kami adakan sekitar 3 minggu yang lalu.

Tujuan acara ini ialah mendistribusikan legal copy dari Microsoft Product (XP, Vista, VSTS, etc) yang memang merupakan Hak dari para mahasiswa fasilkom yang merupakan member MSDN AA

Namun pada acara tersebut, kami bukan cuma mengadakan "bagi-bagi software", tapi juga "bagi-bagi Ilmu", Kami mengudang  mas Norman Sasono sebagai pembicara pada acara tersebut. mas norman berbicara tentang Agile Software Development Practices... well... agak berat juga topik nya "untuk ukuran mahasiswa", namun diluar dugaan, topik ini bukan cuma "dikonsumsi" oleh mahasiswa tahun ke-3 keatas, namun para mahasiswa angkatan 2006 (tahun pertama) mampu mengikuti apa yang dibicarakan mas norman karena mereka memang baru selesai mengambil matakuliah OOAD dan menemukan apa yang dibicarakan mas norman cukup nyambung dengan matakuliah OOAD yang barusaja mereka ambil.

Acara kemudian dilanjutkan dengan Demo pembuatan simple Blogs dalam 30 menit menggunakan Visual Studio 2005 oleh rekan saya anwar chandra.

but the most "WOW" thing is Windows Vista demo by Fuady Hidayat (Fasilkom UI current SA). fu mendemokan Speech Recogintion di Vista. anda yang mengikuti Windows Vista launching beberapa waktu lalu mungkin pernah lihat demo yang dilakukan Zeddy, reaksi "WOW" yang sama (or even more "WOW") terjadi pula pada penonton demo fuady.

well.. we looking forward for other university to do same (or bigger) event.

btw, acara ini dibuka registrasi nya pada pukul 08.00, namun peserta sudah datang dan mengantri sejak pukul 06.30 pagi :D

mau lihat antriannya ? berikut 5 foto yang saling menyambung yang menggambarkan antrian penonton pada pukul 07.55 (5 menit sebelum registrasi dibuka) :





Share this post: | | | |
Which Programming Language Are You?

ikut-ikutan mas irwan :p ...

You are Binary.  You are not human and go to great lengths to prove it.  You always know where you are and how you got there, but no one else does, ever.
Which Programming Language are You?
Share this post: | | | |
Windows Live Writer Beta 2 direct download link

seperti pada post saya sebelumnya... Windows Live Writer Beta 2 sudah dirilis, namun entah kenapa, situs http://writer.live.com hanya seperti 404 page untuk windows Live.

baru saja saya temukan direct download lin untuk windows Live Writer Beta 2 ini

http://download.microsoft.com/download/1/e/c/1ecbf3be-298b-467c-84d8-6f86f01478d7/EN-US/Install_WLWriter.exe

post ini juga ditulis dengan windows Live Writer Beta 2

Share this post: | | | |
Test Windows Live Writer beta 2

test...

download  Windows Live Writer beta 2

http://windowslivewriter.spaces.live.com/

Share this post: | | | |