September 3, 2010
I recently started using YUIAspNet.dll and the compiled version from 2009, looks like it has a bug or two in it. The problem with the Link button where you set the NavigateURL on is the fact that it is getting the AbsolutePath, and not the AbsoluteUri. AddProperty(“NavigateUrl”, NavigateUrl.AbsolutePath); Change that line to: AddProperty(“NavigateUrl”, NavigateUrl.AbsoluteUri); Make [...]
September 3, 2010
Problem: You installed an SSL Certificate and went to HTTPS://www.domain.com it would work the first time, but then if you close your browser, and go back to HTTPS://www.domain.com it stops working If you have already done some research on the issue or if you notice in your event viewer logs the event id 15300, 15301 [...]
September 3, 2010
I’ve been dealing with a DotNetNuke redirection loop for a few days now and have figured out that one or a mixture of the following solutions may help resolve the problem. How do you fix it? This could be a problem with your MSSQL Database. There is a table called PortalAlias. In that table lists [...]