Search

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

Matching Posts

  • Single login page for all applications

    I am attempting to create a single login virtual directory on my server. I would like to have all of my sites use this single virtual directory for authentication. Here's how I would like it to work. 1) Create a single login virtual directory 2) Modify the web.config of all my applications to something like this (<forms name=".COOKIEDEMO" loginUrl="/Login/Signin.aspx?SiteID=<SiteID>" />) 3) When the user attempts to access one of my sites, the RedirectUrl value
    Posted to Security (Forum) by Memnoch on 5/25/2007
  • Re: Server Application Unavailable

    Generally, the Server Application Unavailable error, when associated with running two frameworks (1.1 & 2.0) side by side means that somewhere you are trying to run 1.1 apps and 2.0 apps within the same process. Setup two separate application pools in IIS, one for 1.1 applications and the other for 2.0 applications.
    Posted to Installation and Setup (Forum) by Memnoch on 7/19/2006
  • Declarative Catalog Part

    How do I get the Declarative web parts to disappear after they have been added to the page??? <asp:DeclarativeCatalogPart id= "DeclCatPart1" runat= "server" Title= "Optional Web Parts" > <WebPartsTemplate> <x:ucSportsHeadlines ID= "UcSportsHeadlines1" runat= "server" Title= "Sports Headlines" /> <y:ucEntertainment ID= "UcEntHeadlines1" runat= "Server" Title= "Entertainment Headlines" /> </WebPartsTemplate> </asp:DeclarativeCatalogPart> Once "Sports Headlines" is
    Posted to Web Parts and Personalization (Forum) by Memnoch on 6/19/2006
  • Re: 'Untitled' showing up in Web Part Catalog

    If you implement the IWebPart interface you will gain access to the underlying WebPart properties, such as Title, Description, etc... Example: Option Strict On Private mstrTitle As String = "" Partial Class UserControls_ucMyUserControl Inherits System.Web.UI.UserControl Implements IWebPart Protected Sub Page_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load mstrTitle = "MyTitle" End Sub Public Property Title() As String Implements System.Web.UI.WebControls.WebParts.IWebPart
    Posted to Web Parts and Personalization (Forum) by Memnoch on 6/19/2006
  • Re: Web Application Template

    Hello...anyone there?
  • Web Application Template

    I've created a new Web Application Template and it works fine on my machine. I can create a new "Website" then select the location of "HTTP", which then defaults to my http://localhost/ . I've sent the template to another developer in my department, but when he creates a new website and selects the CustomTemplate, the path textbox and the "Ok" button are disabled when he selects "HTTP" from the location dropdown. The path textbox is also grayed out when he selects "File System" form the location
Page 1 of 1 (6 items)