Sunday, September 10, 2017

How To Install DotNetNuke


  1. Download the latest stable release of DotNetNuke, using the INSTALL package.
  2. Extract the contents of the ZIP package to a folder on your computer.
  3. Create a directory in your local drive for IIS configuration {ex:- c:\inetpub\wwwroot\ } folder called DotNetNuke which would look like the following. 

    C:\inetpub\wwwroot\dotnetnuke\
  4. Copy the contents of the extracted DNN INSTALL package to the "c:\inetpub\wwwroot\dotnetnuke\ " folder.
  5. Go to the properties of the "C:\inetpub\wwwroot\dotnetnuke\ " folder, click on the Security tab => select user =>Edit, be sure to add the permissions for the appropriate user (Ex:- IIS_IUSER and current user). Give "Full control" permissions to the folder.





If IIS_IUSER not found,  in the Security => Group of user names, click Add =>Advance => Find Now => select user from search result => OK. Give full control permission to the user.





  1. Open up the web server IIS Console, start->run->INETMGR.
  2. Expand the websites node.
  3. Right click Sites.






  1. Right click Sites => Add website the open the following windows, give the following details, then click OK.
    1. site name - [{Site Name, use for browse}]
    2. Physical Path - [{Local Path of system}]
    3. Port - [if you require any specific port number to be used for this site then provide details otherwise keep it 80 for default value.]
    4. If you have host name then give the host name otherwise leave blank. [Ex: wlc.test.com] 







No comments:

Post a Comment

Bind SSL on Port or Self Host WCF Service add SSL on Port

To Create certificate first, Run flowing command on power shell (Administrator mode) Create cert. New-Sel...