Search

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

Matching Posts

  • Re: Debugging solution with multiple web apps launches each app

    I removed all the webprojects from the solution, saved the solution and then re-added the web projects. The debugging expereince (Unable to start debugging on subsequent F5s) is normal now. Running webdev.webserver for all web projects I guess is not that big issue any more; I think we can live with it till we re-organize our solutions merging these different web projects.
    Posted to VS 2005 Web Application Projects (Forum) by khuziz on 12/13/2007
  • Re: Debugging solution with multiple web apps launches each app

    Thanks for the reply and clarification that "its not a bug but a feature" :) When I specify the same port in different web application projects; and debug the solution with a specified startup project; I get the following errors..(I tried even specifying different virtual paths but with same port).....though a single instance of webdev.webserver runs: its even more annoying! WebDev.WebServer.exe has stopped working Description: Stopped working Problem signature: Problem Event Name: CLR20r3
    Posted to VS 2005 Web Application Projects (Forum) by khuziz on 12/12/2007
  • Debugging solution with multiple web apps launches each app

    I am using VS 2008 RTM to debug a solution that contains multiple web application projects. When I press f5 or run to debug a single project, a web server for every web app in the solution is started, and a WebDev.WebServer.EXE process is created for each. The solution properties has 'Single startup project' selected, not 'multiple startup projects'. The web browser opens correctly to the designated project- only multiple server instances are started. The same problem occurs if I
    Posted to VS 2005 Web Application Projects (Forum) by khuziz on 12/10/2007
  • Re: Publishing WAP referencing User Control Project

    The simplest thing that must be done; and i guess will not take much is; the publish dialog displays which project its taking parameters for....It will resolve some confusions that gets created when it happens for the first time...
  • Publishing WAP referencing User Control Project

    In a solution; if you have a WAP and a user control library project ( http://webproject.scottgu.com/CSharp/UserControls/Usercontrols.aspx ). When you publish a WAP (target location is disk path) it also publishes the user control library project (which is being project referenced). I expect that only a selected WAP should be published. In a scenario mentioned above; the publish form appears twice; and as it doesnt inform which project its asking parameters for; its confusing. A simple workaround
  • Re: Nested User Controls and IsPostBack

    IsPostBack thing is logical; it should be true on each successive postbacks. I guess, I couldn't express it in the right way; my point was that this property is used widely to track the first time user control is loaded; to setup controls (visibility of them for instance) and bind them with data.
    Posted to Web Forms (Forum) by khuziz on 1/24/2006
  • Nested User Controls and IsPostBack

    I am developing a user control; which loads other user controls into itself as the visitor follow the app-flow. Lets call them master.ascx, main.ascx, child1.ascx and child2.ascx. Initially only main.ascx is loaded into master.ascx; but as per flow; child1 and child.ascx will get loaded. Problem is; IsPostBack is always true no matter child1 or child2 are just loaded.
    Posted to Web Forms (Forum) by khuziz on 1/24/2006
  • Integrating DNN3 with existing subscriber management system

    Has anyone tried integrating CommunityServer/DNN3 (ASP.NETv2 User API) with some existing subscriber management system? (LDAP for instance?)
    Posted to DotNetNuke (Forum) by khuziz on 3/13/2005
  • Custom Authentication

    Is there any custom authentication implementation available for DNN 2.1? I wish to integrate DNN user identity system with my existing CRM (Web-Services API)
    Posted to DotNetNuke (Forum) by khuziz on 10/22/2004
  • Re: Displaying Module on multiple tabs

    Changing content/settings of module on one tab, reflects automatically to the others. Something equivalent of, adding the module with the same id into multiple tabs in IBuySpy 's PortalCfg.xml file
    Posted to DotNetNuke (Forum) by khuziz on 9/20/2004
Page 1 of 2 (12 items) 1 2 Next >