Search

You searched for the word(s): userid:610981

Matching Posts

  • Re: help "Login failed for user 'NT AUTHORITY\NETWORK SERVICE'"

    Try putting an x on the end: http://forums.asp.net/1398949/ShowThread.aspx
  • Re: Which forum do you like better?

    Aggregated forums are now working at Dotnetnuke, making it much easier to see all recent posts at a glance.
    Posted to DotNetNuke (Forum) by AndyGett on 6/25/2006
  • Re: Reload Single Pane

    Here's Jon's blog which has sample code: http://www.dotnetnuke.com/Community/Blogs/tabid/825/BlogID/8/Default.aspx Documentation: http://www.dotnetnuke.com/Portals/25/CoreTeam/DotNetNuke_ClientAPI-ClientCallback.pdf Cool stuff.
    Posted to DotNetNuke (Forum) by AndyGett on 4/6/2006
  • Re: Changing A password in AD with DNN 3.2.2

    Can you use a single sign-on where the user is authenticated by AD and not the DNN user database? This post shows you how: http://www.dotnetnuke.com/Community/ForumsProjects/tabid/795/forumid/89/threadid/9734/scope/posts/Default.aspx
    Posted to DotNetNuke (Forum) by AndyGett on 4/5/2006
  • Re: Reload Single Pane

    In general, AJAX requires some client-side Javscript to send requests for only part of a page. If you can move to DNN 4.x, you might investigate using Microsoft's new Atlas framework (see link in your menu at the top of this page) which as of now is still CTP (beta more or less), and requires ASP.Net 2.0. It has some powerful AJAX tools for .Net developers which would allow a DNN module (or even specific controls within a module) to be updated without a roundtrip for the entire page. If .Net 2.0
    Posted to DotNetNuke (Forum) by AndyGett on 4/5/2006
  • Re: AD...Who got it have all working ..?

    This thread " Quick AD Auth run down - What works for me " at http://www.dotnetnuke.com/Community/ForumsProjects/tabid/795/forumid/89/threadid/9734/scope/posts/Default.aspx and the forum it's in were a big help for me.
    Posted to DotNetNuke (Forum) by AndyGett on 4/5/2006
  • Re: AD...Who got it have all working ..?

    After a some tweaking and fiddling, got it working both in a deveopment network and then into production with either single Windows sign-on or, for generic admin and host accounts, DNN sign-on.
    Posted to DotNetNuke (Forum) by AndyGett on 4/1/2006
  • Re: Connection to an external Database with DNN 4x

    If you want to display data from a database separate from the database that dnn is in (or even the same database), a good solution is via a "custom module" which is a .Net project with its own dll. This post shows explains the basics: http://forums.asp.net/thread/1114393.aspx There are some free and commercial custom modules already written which may do what you want.
    Posted to DotNetNuke (Forum) by AndyGett on 3/31/2006
  • Re: How to get data from two database

    If you are going to get data from a separate database, you will want to create a custom module which is really just sepearate project that creates a new dll in your bin directory. Create an ascx which inherits from Entities.Modules.PortalModuleBase, and render you data that way, with a connection string in the <appsettings> keys or whatever you want. The ascx and project should be in a directory under the DesktopModules directory in your web site (where Announcements, Contacts etc. are). When
    Posted to DotNetNuke (Forum) by AndyGett on 3/20/2006
  • Re: ok, now I messed my DNN up.

    Getting the SP's back should be pretty easy using SQL Server 2000 tools (instead of the dnn UI) If you haven't already, make a backup of your database. Make a clean, new 3.2.2 dnn install as a separate website and brand new database using the same objectQualifier Use Enterprise Manager to script all the SP's (right click on the db name | All Tasks | Genereate SQL Script ... | Show All | All Stored Procedures) Save and run the script against your database using Query Analyzer However, there may be
    Posted to DotNetNuke (Forum) by AndyGett on 2/19/2006
Page 1 of 5 (50 items) 1 2 3 4 5 Next >