Hi,
I am slightly confused here. I am new to the DotNetNuke community, but not new to ASP.net 2.0 web development. I have installed DNN on a local IIS server for testing. On that install I put the Events module (source code version). I simply used the module maintenance site util to install the module.
Now, there is a tiny change I want to make to the eventsList.ascx file (to fix a minor bug). So, I make the change and re-build the site.. but my change is not reflected. So I tried the old fail safe method of putting a response.write in the beginning of the file, and that also has no effect. The project builds just fine, it's simply appears not to be using my updated version of the file???
The file in question is located in the DesktopModules/Events folder. Is this the correct place to edit such files?
Thanks in advance for helping me, I have a feeling it will be something simple that I am un-aware of...