Hi Scott I'm sorry for asking lots of question.
In a simple web application project, I can simply right click on project, choose properties and in compile section set "Build outputpath" to bin. But in dotnetnuke source, I couldn't find this option. Its behaviour is like website not web application. You can see the property page in picture which is attached to this post.
On the other hand, in ventrian.newsarticle.vbproj I saw this line
<
OutputPath>..\..\bin\OutputPath>
So it means the out put path is set to bin
Could u help me?
One more question: can I compile the source of new article as a project?
|