Hi!
I am going to ask some very newbie question.
This question never bothered me, because I meet such situation for the first time.
I want to understand when I need the *.cs files, and when I don't need them (but need dll).
Maybe this question is more global asp.net question than yaf, but I decieded to ask it here. :d
Am I right, that to use this forum in the web server, I don't need to upload the *.aspx.cs files, and the whole core is in yaf.dll?
For example, if I want to put some changes in my forum on the web, I can change them on my computer in the source project (which I don't have

), and after that just upload yaf.dll to my web server?
And why when I was creating pages using asp.net, Visual Studio never created *.dll files in the bin folder. It was enough to change the source
vb or
cs files on the server, to change the behaviour of my page.
Thanks in advance
Artashes
PS. Where can I download the latest source for asp.net 2.0 (with roles and memberships).
I have 1.9.2 version. And another extremly stupid question: how can I recongnize, is it with source codes or not?