Tuesday, January 06, 2009 Register  Login
You are here: Project » Blog  
Why use IWeb?
Location: BlogsIWeb    
Posted by: Michael Washington 1/4/2007 6:52 PM

I posted a short tutorial on using IWEB to create a method that displays the surveys on a DotNetNuke portal. Essentially once you know how to set up web services in DotNetNuke you could easily do this without IWEB.

However, the method has these lines to ensure that you are authorized to use the method:

Dim objIWebAuthendication As New IWebAuthendication(PortalID, Username, Password, Encrypted)
            If objIWebAuthendication.ValidAndAuthorized() Then
            ...
            End If

This is where I think IWEB helps you. It contains methods that you will probably need anyway. It took me a week to get the password encryption working so why re-invent the wheel?

Permalink |  Trackback

Your name:
Title:
Comment:
Add Comment   Cancel 
  
Blogs
  
Archives
  
Home  |  Screen Shots  |  Example Code  |  Installing  |  Download  |  Project
Copyright 2006 by ADefwebserver.com   |  Privacy Statement  |  Terms Of Use