Search

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

Matching Posts

  • Re: Asp.Net Temporary Folder

    Due the name change the previous assembly were not deleted so my app/bin folder contained both assemblies. Due the action clear solution in VS2008 the old *.dll file were not deleted :-) great.
    Posted to ASP.NET MVC (Forum) by roni_schuetz on 9/23/2009
  • Asp.Net Temporary Folder

    Hi, i'm currently working with Asp.Net MVC 1 and I renamed my solution, namespaces etc. since this change i'm not able to run my application anymore and the following error appears: The controller name 'Home' is ambiguous between the following types: Namespace_ Old .Controllers.HomeController Namespace_ New .Controllers.HomeController in plain asp.net there were a asp.net temparary folder available were all assemblies were saved to. under windows 7 i can't find this now :-( any
    Posted to ASP.NET MVC (Forum) by roni_schuetz on 9/22/2009
    Filed under: Asp.net MVC General
  • Re: NLB for StateServer

    if you search for a non commercial and open source project then i work on shared cache -> http://www.sharedcache.com or http://sharedcache.codeplex.com regards, roni
    Posted to Architecture (Forum) by roni_schuetz on 6/1/2009
  • ASP.NET MVC Membership Management

    W ith the release of Microsoft Visual Studio 2005, there is no "out of the box" solution for maintaining the Membership and Role databases in Microsoft IIS. This is a problem when you move your application from development to a production IIS server. The utility that Microsoft provides, ASP.NET Web Configuration, can be run only in a development, non-production environment. This sources and its associated code solve this by implementing solution to Member and Role management while using
    Posted to Announcements (Forum) by roni_schuetz on 4/29/2009
    Filed under: asp.net mvc membership administration
  • ASP.NET MVC Action Filters project started at codeproject

    I created a new project at codeplex which aims to contain a big collection of ASP.NET MVC Action Filters. An action filter is an attribute you can slap on an action method in order to run some code before and after the action method executes. Typically, an action filter represents a cross-cutting concern to your action method. Output caching is a good example of a cross-cutting concern. Hopefully a lot of people will provide their own Action Filters to create one big library which contains dozens
    Posted to Announcements (Forum) by roni_schuetz on 4/27/2009
    Filed under: Action Filters
  • Override ContentPlaceHolders - how .net handle this

    Hi Folks, hopefully this is the right forum :-) lets guess we have a master page with the following 2 Placeholders: <asp:ContentPlaceHolder ID="CPH1" runat="server" /> < asp:ContentPlaceHolder ID= "CPH2" runat= "server" /> now we create a page which depends on this master page. with the following content: <asp:Content ContentPlaceholderID="CPH1" runat="server"></ asp:Content > < asp:Content ContentPlaceholderID
    Posted to Master Pages, Themes and Navigation Controls (Forum) by roni_schuetz on 4/22/2009
    Filed under: content place holder, maste page
  • class HtmlAttribute in DropDown List

    in rob's blog ( http://blog.wekeroad.com/blog/asp-net-mvc-dropdownlist-and-html-attributes/ ) i found the following: <% =Html.DropDownList( "CategoryID" , new {_class="input}) %> .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode
    Posted to ASP.NET MVC (Forum) by roni_schuetz on 1/25/2009
  • Re: when switching from cassini to iis7, losing css

    same happens here, i ended up to manipulate to change the site.master file manually.
    Posted to ASP.NET MVC (Forum) by roni_schuetz on 1/25/2009
  • Re: Exception managment

    what did you try out? would be intersted - my point of view this is not as-is possible, you will have to catch it somewhere else not in the global.asax but its just an impression. if you have further info please share it.
    Posted to ASP.NET MVC (Forum) by roni_schuetz on 1/20/2009
Page 1 of 16 (160 items) 1 2 3 4 5 Next > ... Last »
Microsoft Communities