DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

Existing DNN Project Issue

 2 Replies
 1 Subscribed to this topic
 37 Subscribed to this forum
Sort:
Author
Messages
New Around Here
Posts: 23
New Around Here

Hi,

I got an exisitng website developed in DNN 8. When i want to open it in Visual Studio 2019, I can not find project or solution (.csproj/.sln) files to open the project.

Question2: Is it possible he give me published/deployed code only? Is DNN like PHP where you do not have to publish and create dll?

Veteran Member
Posts: 1182
Veteran Member
MVP
MVP
You're an MVP!

I don't know your use case, but normally you don't need to compile the whole DNN project if you are developing extensions. See Extensibility -- DNN Docs for more information.

If you are trying to fix something in the core you have to forge the code to your own GitHub repo and start pull requests when you want to contribute that work. There are some documentations about how to do this on the web, use Google to find out, please.

Happy DNNing!
Michael

Michael Tobisch
DNN★MVP

DNN Connect
Veteran Member
Posts: 546
Veteran Member
MVP
MVP
You're an MVP!
In addition to Michael:
Just to be clear, you do not need the source code to deploy DNN on a web server.
For a new website, you usually just extract the content of the install package into the website directory and create a blank SQL Server database. browsing the website will launch the install wizard, which will guide you through the installation procedure. If you want to install an extension (theme, app, provider) subsequently, you use the installer in the admin Web interface. If you want to move the site from one server to another, you just need to copy files and database and adjust connection string in web.config file.

These Forums are for the discussion of the open source CMS DNN platform and ecosystem.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
  2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
  3. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  5. No Flaming or Trolling.
  6. No Profanity, Racism, or Prejudice.
  7. Site Moderators have the final word on approving / removing a thread or post or comment.
  8. English language posting only, please.

Would you like to help us?

Awesome! Simply post in the forums using the link below and we'll get you started.

Get Involved