I have recently committed to supporting a website that was developed by someone else with DNN. I'm new to DNN, There was no documentation and I've literally spent 100's of hours figuring out how everything runs. The website is remotely hosted by PowerDNN and through a lot of trial and error I've FINALLY got a development website running locally on my PC. It is DNN v6, SQL 2008R2, and I'm using Visual Studio 2010. I've also recently acquired the development (uncompiled) code so that I can make the necessary changes to the site.
To make this a bit more difficult for me I have limited experience with Visual Studio. I've only used Visual Studio WSP developing my own websites with C#. This website is Visual Basic (which I am ok w/) but it is designed using WAP. I've not created a .dll file in my life!
I have 6 modules that were coded by the person who developed the site. I need to make changes to those modules, so I am trying to figure out how to use the solution files for them to make the changes. This may be more of a Visual Studio/.Net programming issue but I'm hoping that it is a VERY easy question for someone here to answer. This is all just over my head, although looking at the code, I can see that the developer was not a very competent programmer. I need to make those programming changes, but unfortunately I am not a competent Visual Studio user! :-( Maybe if you combined us we'd be perfect (or perfectly incompetent).
I really need help from one of you experienced people who can show some pity on me (yes . . . I am begging or kissing up depending on whichever works for you).
I've got the website directory that is hosted by my local IIS, and I've got the directory that is holding all of the uncompiled code in my documents. Could someone please tell me how can I open/modify/copy the uncompiled code with the website?