Hello, I am using DotNetNuke version 7.0. I develop DNN modules on my local computer with Visual Studio. After building a module, I upload it to the server by logging in as a master user and installing an extension (I take the install-file, but I also tried the source-file). This all works very well. Unfortunately I can't see my server-side code on the server after uploading and installing a module. The file is not displayed when I open Visual Studio on the server. Everything that is executed at the client-side is displayed. However, the code behind it is missing on the server. However, the module works perfectly. So the server-side code must be somewhere. But I can't find it.
How do I access the code behind when I'm on the server?
Thank you.
In most cases, you actually don't want to be able to see your source code on the server. In fact, depending on what you're deploying, you absolutely would never want the source code on the server. The only exception would be if you're deploying non-compiled extensions, but even in this case, I'd suggest compiling the extensions instead. Regardless, keeping the source code organized will not be easy over time. This very scenario probably accounts for half the clients we've on-boarded over the past 2 years.
These Forums are dedicated to the discussion of DNN Platform.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.