Link to home
Start Free TrialLog in
Avatar of PHD
PHD

asked on

unable to run Dotnetnuke starterkit from the IDE

Hello,

I installed dotnetnuke starterkit and made a new dotnetnuke website project in Visual studio 2005.
I renamed the file relaese.config into web.config and  press ctrl+F5.
After the build secceed message in VS I saw the installation process in internet explorer.
At the bottom of the page there was a message "installation succeed" and a link to a portal.

When I click this link I get an error page in IE "the page cannot be displayed" ... DNR error. The url is "http://localhost:3950/dst/"

I stopped the site and try again to "run without debugging" but still the same.

I use th edefault database and default settings. I did not made more change.

How can I do run the website from Visual studio2005.

Thank you
Avatar of jeebukarthikeyan
jeebukarthikeyan
Flag of India image

Hi ,
delete all the dll and compile it again
and run
b u d d h a
Avatar of PHD
PHD

ASKER

You say : delete all dll in the bin directory and rebuild the project ?
Avatar of PHD

ASKER

I deleted all dll in the bin folder of the website and after I made a reduilb all but now the build failed because namespace are missing ...
hi,

just name all the namesapces and rebuld the solution
if any clss file are used first build that and then go for solution

b u d d h a
Avatar of PHD

ASKER

Here is the solition that I found :

Add this line in the web.config in the appsettings section :  <add key="UsePortNumber" value="True" />
   
ASKER CERTIFIED SOLUTION
Avatar of Computer101
Computer101
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial