Site Search

Thursday, June 30, 2011

Get started DNN - DNN for dummies

CREATING A DNN WEB SITE
Prerequisite:
§ DDN Zip file(Required version ex:5.06.02)
§ DNN installation(5.6.2 Visual Studio starter kit)
§ MS SQL Express.
Standard way
 1.Creat a class library project.
 2.Install the Visual studio starter kit.
 3.Extract the DNN Zip file and copy it inside to the physical location of the created class library project is.
 4.Add the DNN location/Site as an existing web site to the project created early.
 5.Then run the site if success it will automatically add the DB in to SQL Server.
Way -2
 1.Change the configuration file by changing the Database.
 2.Then run the site it will install the site. with adding required tables in to DB
IIS configurations
 1.Create a virtual directory in IIS
 2.Give the Physical path to the DNN directory in the project.
 3.Giv "Network Services " Privileges to the DNN directory.

No comments:

Post a Comment