You need to Register for free and Login to post a message in the forum.

Forum

DotNetNuke & SQL 2008
Last Post 2010-01-06 12:27 AM by Joseph Craig. 17 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
NsyncUser is Offline
Nuke Newbie
Nuke Newbie
Posts:1

--
2009-11-30 02:09 PM  
Wondering which edition of SQL 2008 is suitable to work with DotNetNuke for my company's website. I notice there's is Web Edition, will that suffice?


Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2009-12-06 01:28 AM  
Any version should be fine.



Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
AlexDeUser is Offline
Nuker
Nuker
Posts:14

--
2010-01-03 06:50 PM  
I had followed the video tutorial for installation of DNN to the local PC with Win XP Home edition. The MVW has reported successful DNN site installation . The next address has been assigned by the system is "http://localhost:3695/DNN_5_2_Test2...fault.aspx". The site started to work, but after some minutes it has fallen down and I can not reconnect it by any http address. The message is: "The webpage at http://www.localhost/ might be temporarily down or it may have moved permanently to a new web address".


Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2010-01-03 06:53 PM  
Did you make any changes after which the site quit working?



Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
AlexDeUser is Offline
Nuker
Nuker
Posts:14

--
2010-01-04 02:55 AM  
No, I did not. I've repeat DNN installation treetimes, and the results are same: after the short time the sites are down.


Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2010-01-04 03:37 AM  
Posted By AlexDe on 03 Jan 2010 12:50 PM

The next address has been assigned by the system is "http://localhost:3695/DNN_5_2_Test2...fault.aspx".

The site started to work, but after some minutes it has fallen down and I can not reconnect it by any http address. The message is:

"The webpage at http://www.localhost/ might be temporarily down or it may have moved permanently to a new web address".
The site is installed at http://localhost ...

Your message says that the site at http://www.localhost ... might be down.

http://localhost and http://www.localhost are NOT the same address.  "localhost" is an alias for a web server on your local computer.  "www.localhost" is not and is not defined.  Try browsing to the localhost address without the www and see if that works.




Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
AlexDeUser is Offline
Nuker
Nuker
Posts:14

--
2010-01-04 04:51 PM  
Thank you for the remark. Unfortunatelly the replay is same "The webpage at http://localhost/ might be temporarily down or it may have moved permanently to a new web address".
I had tried three times. During the installation the system define the next addresses: http://localhost:3032/DNN5_2_Test/Default.aspx; http://localhost:3695/DNN_5_2_Test2...ault.aspx. All of them works for the short time (gave me chance to change the admin password sometimes, but not more).
I tried the IE8 and Google Chrome browsers, I had switched off the Norton 360 Premier ,but nothing works.


Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2010-01-04 04:55 PM  
What is the story with the port numbers?  Are you actually running this in Visual Web Developer and not as an IIS website?  If so, then you'll need to restart VWD.

I guess I need some additional details regarding how you are installing and running DotNetNuke.



Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
AlexDeUser is Offline
Nuker
Nuker
Posts:14

--
2010-01-05 05:25 PM  
I'm running it in Microsoft Visual Studio 2008. The IIS is not installed on the Win XP Home additon. Detailed information on VS is below:
Version 9.0.30729.1 SP
Microsoft .NET Framework
Version 3.5 SP1
Installed Edition: WD Express
Microsoft Silverlight Projects 2008 91911-152-0000077-60631
Microsoft Silverlight Projects 2008
Version 9.0.30730.126
Microsoft Visual Web Developer 2008 91911-152-0000077-60631
Microsoft Visual Web Developer 2008


AlexDeUser is Offline
Nuker
Nuker
Posts:14

--
2010-01-05 05:31 PM  
Hello Joseph,
After restarting the server, I've repeated the site building and installation process again. The results are same.
1. The building process is successful.
2. The installation process is successful.
3. The assigner adress is: http://localhost:1061/DNNtest6/Default.aspx
4. The result of connection to the http://localhost/" target="_blank" rel="nofollow">http://localhost/ is "This webpage is not available.The webpage at http://localhost/" target="_blank" rel="nofollow">http://localhost/ might be temporarily down or it may have moved permanently to a new web address."
5. The result of connection to the http://localhost:1061/DNNtest6/Default.aspx is "Oops! This link appears to be broken."

I would be happy to provide the logs of the building and installation processes if you give me the appropriate mail address.

Thank you for support,
Alexander


Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2010-01-05 05:35 PM  
Since you are running inside of VWD, you should be aware (if you aren't already) that the port number gets reassigned everytime you restart the internal webserver.  So, if you are getting this error after refreshing an existing page, you could be using the wrong URL.  Right click on the system tray icon for the webserver to identify the URL to use.




Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2010-01-05 05:45 PM  
What do you mean by #2, installation?  Are you doing a complete reinstall after every build?



Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
AlexDeUser is Offline
Nuker
Nuker
Posts:14

--
2010-01-05 09:16 PM  
Yes, for every try I :
1. Create a new subfolder, like С://DNN/Test6
2. Unzip the Comunity edition to the subfolder.
3. Build site with VWD.
4. Complete installation throw the IE8.

Above mentioned way is recommended in the video tutorial "Installation DNN 4.5 on the Windows XP home edition". Everything works OK at start, but site became lost every time.


Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2010-01-05 09:47 PM  
You shouldn't have to do the reinstall every time.  But, I'm not understanding what is going wrong for you.



Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
AlexDeUser is Offline
Nuker
Nuker
Posts:14

--
2010-01-05 10:38 PM  
Could the intsllation logs help in the problem solving?


Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2010-01-05 11:33 PM  
You could attach the log to a post, and I'll take a look.  Since the installation seems to be sucessful, I don't think that will help, but let's try it.



Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
AlexDeUser is Offline
Nuker
Nuker
Posts:14

--
2010-01-06 12:00 AM  
Thank you, the reports in the attachment.

1150924571.txt
1150925654.txt

Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2010-01-06 12:27 AM  
Yes.  There's nothing there that looks wrong.

What happens if you stop VWD and simple rebuild?  Do you get the site, or do you get returned to the Install Wizard?



Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
You are not authorized to post a reply.

Active Forums 4.3

Latest Forum Posts

Enforce Terms Tutorial Update by Vistalogix Corporation
I tried configuring my DNN 6.1.2 install to have a required "accept terms" checkbox as described in
RE: Best Practices for Modifying a Custom Module by Joseph Craig
Start up the development website, then install the module using the package that you have. Then, yo
Best Practices for Modifying a Custom Module by schilders
Good Morning, I'm needing to modify a custom built module created by another developer targeted f
RE: Admin menu problem by alireza arabiyan
hi in localhost i have http://localhost/senf/خانه.aspx and http://localhost/senf/Admi
RE: Admin menu problem by Joseph Craig
Yes, that is what you should have done. What is the URL for your home page? What is the URL for
RE: Admin menu problem by alireza arabiyan
hi first in localhost i add my domain.com as portal alias. then copy all files to host , restore my
RE: Admin menu problem by Joseph Craig
How did you move it? Have you added an entry in the portalalias table for the site's domain name?
RE: Re: SQL SERVER 2008 R2 Remote connection by Joseph Craig
Set up a user with dbo privileges and set the connection string for that user, rather than using Win
Re: SQL SERVER 2008 R2 Remote connection by Prakasam Srinivasan
I have successfully configured MSSQL Server 2008 r2 remote connection. I am using windows 7 and it h
Admin menu problem by alireza arabiyan
hi i installed dnn 6 on localhost and move it in my host, all link's , pages and modules are ok,
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config procedure
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config
dnn 4.4 upgrade issue by imran shaikh
hi this is imran i am upgrading dnn 4.4 to dnn 6.0.2 and getting this error please help me for this
RE: How to build Skins for DNN 6.x by Joseph Craig
I'd recommend that you try replacing the hard-coded text with the DotNetNuke Text skin object. That
RE: Module permission does not work! by Joseph Craig
What permissions have you give to that role?
RE: DNN nav issue by Joseph Craig
Are you using a custom skin? How often does this happen?
RE: Friendly URLs Broken by Joseph Craig
I don't entirely understand this, but I'm glad you got things working.
RE: How to build Skins for DNN 6.x by Christopher Adamakis
Dear all, I have one more question regarding greek fonts. If you check my site http://www.expertsoft
RE: Dnn local setup problem by imran shaikh
this is error is resolve now now getting this one Server Error in '/cooperpharma.ma' Applicat
RE: Module permission does not work! by Abraham Tameru
I created a special role for the user to administer the site. The user is not a member of the Admini
You are not logged in.
You must log in to access all 
650+ videos, tutorials, podcasts, and more.
RSS Feeds