Search

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

Matching Posts

  • My name missing from the Hall of fame Listing

    Hi, I find that my alias ranganh is missing fromt he hall of fame listing even if I filter the level as "Star" I currently see that my profile says "You are a 12063 point 'Star'" under my personalized links in the top, but when I go to this page, it doenst list my id. Am I missing something?
    Posted to Feedback on this website (Forum) by ranganh on 1/22/2009
    Filed under: Hall of fame
  • Virtual TechDays November 2008

    Virtual TechDays is our online technology forum for delivering sessions around ASP.NET, Silverlight and other technologies. The previous 2 virtual tech days have been hugely successful owing to the ease of delivery and attending it. There are sessions around ASP.NET 3.5 SP1, Silverlight Toolkit, ASP.NET for Mobile etc., For a detailed agenda and registration, please visit http://www.virtualtechdays.com/ Cheers!!!
    Posted to Announcements (Forum) by ranganh on 11/21/2008
    Filed under: Virtual Tech Days
  • Re: <microsoft:scriptReferenceProfiler I can't find

    Well, I dont know if you managed to find it, but if not, the ScriptReferenceProfiler is available at CodePlex http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=13356 You would need to download the binary and add it as a refernce to your project/website and add the Tax Prefix stuff before using it Ex.- <%@ register assembly="ScriptReferenceProfiler" namespace="ScriptReferenceProfiler" tagprefix="cc1" %> <cc1:ScriptReferenceProfiler ID="ScriptReferenceProfiler1"
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by ranganh on 11/17/2008
    Filed under: scriptReferenceProfiler
  • Re: Deploying a web app

    I have posted on various deployment models in ASP.NET 2.0 (assuming you are using ASP.NET 2.0 and/or Visual Studio 2005). You can check http://geekswithblogs.net/ranganh/archive/2007/07/31/114320.aspx There are also video versions of the same that you can follow. Specifically it depends on what is the mode in which you would like to maintain the site. Would it be having a regular update schedule or once in long time deployment etc., May be once you get back on this, can explain more on this. thanks
    Posted to Configuration and Deployment (Forum) by ranganh on 10/20/2008
  • Virtual Tech Days on 17, 18 & 19 September

    Virtual Tech Days is an online learning event on the latest releases.. We have a dedicated Web Development Track as well as Visual Studio, Mobile Tracks. All the sessions are delivered online using Live Meeting so one can attend them from the comfort of their work place/home. There are close to 50 sessions spanning across 4 Tracks over three days. To know more about the event, agenda & registration, please visit http://www.connectwithlife.co.in/vtd/agenda.aspx Look forward to see you all. Harish
    Posted to Announcements (Forum) by ranganh on 9/16/2008
    Filed under: Virtual Tech Days
  • Re: Where do I unzip Ajax Control Toolkit files too?

    Hi, VS 2008 and ASP.NET 3.5 specific videos can be found at http://www.asp.net/learn/3.5-videos/ . However, there is no VS 2008 and Ajax Control Toolkit video unfortunately. Neverthless, you can unzip the AjaxControlToolkit.zip to any folder and thereafter copy the DLL from the SampleWebsite project. Also, for the Toolbox, you just need to create a new toolbox item, browse to this particular dll file and thereafter the Toolkit Items get added to your project. Hope this helps. Harish
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ranganh on 7/30/2008
    Filed under: VS 2008, ajaxcontrolkit
  • Re: Where is the Visual Studio 2008 Web Control Library Template

    Hi Mikhail, I work as an Evangelist for ASP.NET and Visual Studio. I wanted to share the concern regarding the templates which we have been changing quite frequently in Visual Studio. In Visual Studio .NET 2003, it was pretty straight forward to create Web Control Library, Mobile Web Applications etc., since each of them had templates that were present in "Add - New - Project" quite prominently. In Visual Studio 2005, for some reason, the Web Control Library template was moved to 'File
    Posted to Visual Studio 2008 (Forum) by ranganh on 4/3/2008
  • Re: resx file in asp .net

    RESX Files or Resource files can be used to store localized content as well as static content / identifiers that require modification at a later stage. Since putting everything into web.config can make it cumbersome, RESX files can be used to store values like you have mentioned, that can be changed at a later stage.
    Posted to Getting Started (Forum) by ranganh on 2/4/2008
  • Re: Web.config inheritance

    The answer to your first question is that, in the IIS make the myfolder2 as an application. The Virtual Directory Properties would have an Application TextBox and a Create/Remove button which can be used to make the virtual directory an application. When you make the subfolder (myfolder2) as an application, then you can have a separate web.config file with different settings. The answer to your second question is something that your hosting provider could do rather than you doing something. If there
    Posted to Configuration and Deployment (Forum) by ranganh on 2/4/2008
  • Re: Users being signed out of apps in tabbed windows?

    Hi, So the issue is that, when the application is being accessed from the new tab/window, it generates request for a fresh cookie assuming that there is no cookie that exists. Before getting into resolving this issue, how did you manage to add single sign-on for both the applications. It is through same authcookie name or any other mean? Thanks.
    Posted to Getting Started (Forum) by ranganh on 2/4/2008
Page 1 of 237 (2369 items) 1 2 3 4 5 Next > ... Last »