 |
|
|
 |
|
 |
Hello,
Is your idea works fine with DNN 4.5.5 ?
I'm testing with UltraDev Cassini and I got some JavaScript errors, the font size is bigger than using IIS...
All images of the DNN site are doesn't shown too.
Thanks
Syncerely yours,
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Sorry, we have not tested DNN 4.5.5. We found that DNN and Cassini compatibility changes a lot with every new release of DNN. There was 4.3.x release that worked fine, but later 4.3.x did not. We think only when DNN creators decide to test the product with UltiDev Cassini - only then we can count on consistent compatibility of UltiDev Cassini and DNN.
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
nice post, i did it with no problem, but.. im trying to create database(no prob for using sqlServer2005). however, how to connect the database to the web portal i made?
thx
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
just to add my question before
im using xp home, sqlserver2005 and ultidev cassini webserver im still using the dnn 4.0.2 because im affraid if i update it,im gonna lose the work ive done
thx
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi, Khomeini.
It's not quite clear what is the problem you are trying to resolve. Could you please elaborate?
Regarding other versions of the DNN, you are right to be concerned: different versions of DNN have very different levels of compatibility with UltiDev Cassini, including some that just don't work.
VH.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
im trying to create database(no prob with sqlServer2005), but how to connect it with the portal..because almost tutorials ive been googling were for pc with IIS
do you have any recommended tutorial i could use?
thxalots
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
I am sorry, I am still confused.. The post explains how to create the DB and modify the connection string in the config file, which lets the DNN portal app connect to the DB.
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
sorry,i meant...i already created all the database tables in sqlServer2005, but how to use it in my dnn portal?so everytime customer book a ticket i could track down all the availability in my database?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
This seems to be more of a DNN question, where I am not an expert, unfortunately. Please post to DNN forums, you may get more help there.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
while i am trying to create a nuke project in C#.i dont find the icon to create a project,but it visible if the code language is visual basic. is it that we cant create nuke project in c#?? please reply it is very urgent
|
| Sign In·View Thread·PermaLink | 3.50/5 (2 votes) |
|
|
|
 |
|
 |
A couple of screenshots were updated to reflect changes related to Cassini Release Cnadidate 1 (RC1) version. The reason for that is one of the new features in RC1 is an option to keep applications in memory at all times to ensure quick first-page-served response. To prevent the application from getting unloaded by ASP.NET, UltiDev Cassini Web Server sends an HTTP request to applications every few minutes. But since Cassini is not interested in the response, it aborts the connection soon after sending the request.
DNN, however, initializes itself upon receiving the first-ever request, and seems to require (as risky as it is) that client stays connected until the initializtion is completed. Becasue of that it's very important that "Always keep application in memory" checkbox remains unchecked for DotNetNuke before it was run for the first time from browser and had a chance to initialize itself. After DNN has installed itselft, it's safe to go back to Cassini Explorer and check the checkbox to have DNN in memory.
Best regards, Vlad Hrybok http://UltiDev.com/Products/Cassini/
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
I have finished to intall the DNN but when I hit http://localhost/dotnetnuke Erro: don't connect to database. Can you help me please.
|
| Sign In·View Thread·PermaLink | 1.00/5 (2 votes) |
|
|
|
 |
|
 |
Release Candidate 1 of UltiDev Cassini Web Server is now available[^]. Besides bugfixes, it has several new features[^] implemented upon our users request. One of the new features is code-free implementation of custom installer actions. In the article you are offered to write your own implementation of Installer class. With the RC1 you still can do that, but there's a an easier way[^].
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
Using Vlad's instructions, I've been able to get DNN running on my XP home machine. Unfortunately, when I power down my PC, the USB modem powers down as well and when it powers up again I usually have a different IP address. From this point on, I'm then unable to access DNN - I get the message 'The page cannot be displayed' and 'The page you are looking for is currently unavailable' messages.
The only way around this I found so far is to delete the SQL database, then restart Cassini, which causes DNN to re-install and everything starts working again.
Obviously, I don't want ot keep on deleting the DB. Is there another way around this problem?
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
Andrew, are you trying to access the application over the internet or inside the network? In either case it's unclear how an issue caused by changed IP address of the application is fixed by rebuilding the database. You could post the list of steps you take on UltiDev support forum[^] so that they could address your issue.
Regards, Vlad.
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
Hello Vlad
Thanks for your swift reply.
I'm using one PC (so no LAN). I have a USB ADSL modem that gets it's power from the PC. I use IE6 as the client, + Cassini 2 and MS SQL Express as the servers. I can still access DNN after stopping and restarting the Cassini and MS SQL servers. Disconnecting and reconnecting to the internet results in the error I mentioned in my previous post.
Looking at the ASP.NET forums, I found some advice about changing the contents of dbo.PortalAlias.HTTPAlias This contains an ip address + port number. Crucially in my case, this contained the IP address given to me by my ISP the last time I connected. After disconnecting + reconnecting, my ISP had given me a new IP address. When I updated dbo.PortalAlias.HTTPAlias with my new IP address and restarted Cassini, I found that I could once again access DNN.
What confuses me now is that the host password has been reset to 'host'.
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
Andrew, I think it's a design element of DNN that might be a problem on both IIS and Cassini. Even though I'm better versed in Cassini than DNN, I would suggest changing the value of the dbo.PortalAlias.HTTPAlias field from whatever the address:port to 127.0.0.1:port, keeping port the same. This will bypass your NIC's IP address settings and use built-in loopback address instead.
Regards, Vlad.
|
| Sign In·View Thread·PermaLink | 2.33/5 (2 votes) |
|
|
|
 |
|
 |
Hello everybody.
I have a machine with SQL SERVER 2000 installed. If I want install new SQL SERVER 2005 (previous, Framework 2.0 and VStudio 2005), what will happened? many problems for me if I have two SQL SERVER versions?.
I'm inquiet about it.
Regards, greetings,
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
You should not have any issues. I run both version on my machine. Only thing I can think is to make sure each have their own instance names.
Paul
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Vlad,
An excellently done article I have always had some bad luck with DotNetNuke and your article was awesome. I had to fiddle with some of the database connection parameters to get it to work, but in the end, with the help of your article, it works now. A for sure 5 vote for your article 
Cheers,
Paul
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
 |
Thanks, Paul! I am very glad the arcticle was helpful.
If you think your DB connection string tweaks could be helpful for others, may be you could share your findings in this thread? Becasue for me fiddling with connection strings was the most annoying part - I often had to delete the databased and all files from the DNN folder and do all the steps from the top if something was wrong with the connection string(s).
Thanks again! Vlad.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Vlad,
I think a part of it may have been how SQL 2005 Express was installed on my machine. When I downloaded and installed DNN, I didn't have a web.config file for some reason, but making a copy of the release.config file and renaming the copied file to web.config was a first step.
In the connectionString entry, I have
connectionString="Data Source=.\SQL2005Express;Integrated Security=SSPI; User Instance=False;Database=DotNetNuke;" providerName="System.Data.SqlClient" />
This connection string was placed in the entries for
add name="SiteSqlServer" connectionString=".... and
add name="SiteSqlServer" value=".... I hope you can follow this okay, I tried to simply copy/paste and use the pre tags and it was not pretty looking. 
Best regards,
Paul
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Vlad,
As a quick note from my post about the connection string, I am not sure why my SQL 2005 Express is setup on the machine as SQL2005Express instead of SQLExpress. I've been seeing this often. What version of SQL 2005 Express are you using?
Paul
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi, Paul.
I used the SQL 2005 Express version that I recommend to download for the article: http://msdn.microsoft.com/vstudio/express/sql/download/[^] I am pretty sure I didn't change the default SQL Instance name. May be downloadable version of SQL Express version is slightly different from the one shipped with Visual Studio...
Thank you for pointing out that some people may need to change the connection string due to different SQL Express instance name.
Best regards, Vlad.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |