Encrypting web.config using Protected Configuration pointless?
I must be missing something…
I must be missing something…
We know that .NET Core (the open-source components) are only a subset of the full .NET Framework, and that ASP.NET 5 (and MVC 6) is built on .NET Core. Does this mean that Managed Extensibility Framework (MEF) is not available in ASP.NET 5?
Inside my page, I have the following:
When I generate code using T4 templates in Visual Studio 2010, I get the following error for each of my asp controls when I try to compile:
Can I set some kind of global variable for the length of a single Request, so that all the controls of the page can respond to it without having to pass it through to each of them?
How do you setup an asp.net sql membership role/membership provider on a production machine? I’m trying to setup BlogEngine.NET and all the documentation says to use the ASP.NET Website Administration tool from Visual Studio but that isn’t available on a production machine. Am I the first BlogEngine user to use it on a non-development box?
I am confused about garbage collection process on objects.
How can I save variables in asp.net between postback?
I’m using HttpContext.Current.Items but it always disposes after postback is there any other option to do that?
I have been playing around with using Web API (Web Host) as a proxy server and have run into an issue with how my Web API proxy handles responses with the “Transfer-Encoding: chunked” header.
Is there a way to determine if an <asp:UpdatePanel /> has performed an Ajax postback similar to how we can use…