DNN Forums

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

How to install DNN 9.10.XX

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

I have a hosting account with the following Connection Strings: 

workstation id=mungboimedia.mssql.somee.com;packet size=4096;user id=leeyanmxxx_SQLLogin_1;pwd=xxxxxxxxxx;data source=mungboimedia.mssql.somee.com;persist security info=False;initial catalog=mungboimedia

 

How do i set up this connection string in the web.config so that my DNN may be installed. I am confused how to set up this connction string in the web.config, Database is MSSQL 2014 Express.

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

The database connection can be made during the install process of DNN. There is no need to manipulate it in the web.config.

To get information about setting up DNN read DNN Platform Setup -- DNN Docs (dnncommunity.org)

Happy DNNing!
Michael

Michael Tobisch
DNN★MVP

DNN Connect
New Around Here
Posts: 2
New Around Here

It errors with the following:

"

Server Error in '/' Application.


Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".

 

<code>&lt;&#33;&#45;&#45; Web.Config Configuration File &#45;&#45;&gt;

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration></code>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.
 

<code>&lt;&#33;&#45;&#45; Web.Config Configuration File &#45;&#45;&gt;

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration></code>


 

"

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

This is a very generic error, it just says that something is wrong but gives no specific information about the error itself. This is for security reasons that bad people don't find an attacking vector.

Either change the value for customErrors mode to "On" or "RemoteOnly" temporarily to get more specific information about the error, or start the website on the server itself (after adding an entry to the web server's url to 127.0.0.1 in the hosts file). Or you find some information in the Log4Net files, but normally chances are bad with an HTTP 500 error.

But I would start doublechecking if you downloaded the right package and if all system requirements are fulfilled.

Happy DNNing!
Michael

Michael Tobisch
DNN★MVP

DNN Connect
Veteran Member
Posts: 363
Veteran Member
4 Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
New Poster
New Poster
Congrats on posting!
4 Engaged Reader
Engaged Reader
You are an engaged reader!
2 Avid Reader
Avid Reader
Avid Reader art thou!
2 Most Liked
Most Liked
Congrats, your posts are really liked!

One thing that could be hapenning its the read/write access. You need to enable read/write acess to the folders App_Data, Portals and Desktop Modules for sure! Some hosting providers set all folders to read only by default and DNN installation need this read/write permission. Regards.

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