By slhilbert on 4/21/2009 10:40 AM
As web developers we are often creating ways for people to upload files. Usually uploading a file is pretty trivial and there are numerous examples of how to do it across the Internet. From time to time we have the need to secure the file we are uploading, to prevent someone from directly navigating to the file and downloading it without our permission. It is at these times that we have to modify the file upload process just a bit in order to prevent direct access to our files. Of course, we still need to be able to use the files that are uploaded, so this walkthrough will show you how to upload and secure your files and also how to download your secured files.
The premise of our security is that files with the file extension of “.resource” are not served by web servers, at least not by IIS. Therefore all we have to do is add the file extension of “.resource” to any file we upload. If we uploaded a file named, “Gnome.jpg”, we would store it on the server as “Gnome.jpg.resource”. If someone were... Read More » |
By slhilbert on 4/14/2009 11:51 AM
Read More » |
By slhilbert on 4/9/2009 10:31 AM
I have been fighting with Installing IIS for a day or so now. I was getting a very generic error regarding that the setup failed to install the components. There was no real detail as to what the problem was.
Well, I finally figured it out. You have to install the .Net Framework 3 before installing IIS or IIS won’t install.
It makes sense, but I figured Vista would be smart enough to figure that out. Guess not.
Technorati Tags: Vista,IIS,Install,Issue,.Net,Framework
... Read More » |
By slhilbert on 4/2/2009 3:00 PM
Today I needed to grab the values of a list I have setup in Dotnetnuke
and display it in a dropdownlist. The code to do this is really quite
simple. Read More » |
By slhilbert on 3/30/2009 11:12 AM
Matt asked on Twitter how he could find all of the roles on his Dotnetnuke site that were not currently being used at either the page or module level. You can find this information out by doing the following: Read More » |
By slhilbert on 3/21/2009 11:11 AM
Read More » |
By slhilbert on 3/15/2009 1:04 PM
Read More » |
By slhilbert on 3/5/2009 9:46 AM
This blog post is intended to provide new comers to Twitter.com with a list of Dotnetnuke users who are active on Twitter. Twitter is a great place to ask questions, discuss and just chat with people about Dotnetnuke. If you want to have near real time exchanges we encourage you to insall and use an application likeTweetDeck. If you would like to have your name added to the list then please use our contact form and let us know. This list is in no particuluar order. Read More » |
By slhilbert on 2/23/2009 3:45 PM
Today in a discussion on Twitter the question was asked if the Dotnetnuke Sponsorship program was still valid in light of Dotnetnuke Professional Edition coming out. In the discussion it was confirmed that that the Sponsorship program is still available and still a powerful way to support Dotnetnuke, even if you do or do not purchase the Professional Edition of DNN. Read More » |
By slhilbert on 2/23/2009 7:46 AM
According to a Tweet Joe Brinkman made around 3:00 A.M on Twitter.com this morning the release of Dotnetnuke 5.0.1 has been delayed. The Tweet provided no details but had a link to this blog post made previously by Joe. http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryId/2185/DotNetNuke-ndash-Coming-soon-to-a-CodePlex-near-you.aspx Looking at Joe's Twitter account it appears as if he has been sick and that has forced the delay to occur. http://twitter.com/jbrinkman Delays are always dissapointing, but certainly are a good thing when needed. We are looking forward to the next itteration of DNN 5.
|