Receive (and send) XML via POST with ASP.NET
I have to set up an XML “web service” that receives a POST where the ‘Content-type header will specify “text/xml”.’
I have to set up an XML “web service” that receives a POST where the ‘Content-type header will specify “text/xml”.’
I am trying to implement Logout Functionality in ASP.NET MVC.
My problem is I can’t seem to use @RenderSection from a nested template when @RenderSection is defined in the base template. Currently, I have a nested base template which is linked to a child template which is then used in the view pages. When I define the @RenderSection in the base template and render it in the view pages it throws an error.
I’m developing an ASP.NET MVC 5.2.3 custom data annotation for validation in Visual Studio 2015. It needs to take any number of fields and ensure that if one has a value, they all must have a value; if they’re all null/blank, it should be okay.
I would like to get the total number of days in a year left from the given date .. Assume if a user gives 04-01-2011(MM-DD-YYYY) I would like to find the remaining days left. How to do this..
I am re-implementing a request logger as Owin Middleware which logs the request url and body of all incoming requests. I am able to read the body, but if I do the body parameter in my controller is null.
I’m wondering if anyone else has had this issue with Azure Front Door and the Azure Web Application Firewall and has a solution.
I have a solution with four websites in it, when I debug a website I get four instances of the ASP.Net deployment server, can I just debug one website and not run the others?
I want do disable postback after clicking a <asp:Button>. I’ve tried to do that by assigning onclick="return false", but in the button doesn’t work.
How is it possible to create a subdomain for each registered user of the web-site during the registration?
For the scenario below…