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.
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.
How is it possible to create a subdomain for each registered user of the web-site during the registration?
For the scenario below…
Is it possible to update an UpdatePanel manually using JavaScript or jQuery?
I want to rewrite URL in an asp.net site
I am putting a DropDownList with AutoPostBack inside a Repeater.
(The ListItems are populated on the repeater’s ItemDataBound)
In my machine.config file I have the following
Application able to record error in OnError, but we are not able to do any redirect or so to show something meaningfull to user.
Any ideas?
I know that we can set maxRequestLength in web.config, but anyway user can exceed this limit and some normal error need to be displayed.
I’d like to fully localize my ASP.NET MVC application, and while there are many articles that deal with the various pitfalls of ASP.NET MVC localization, none of them deals with an aspect that I want to deal with, and that is the localization of URLs, including the controller names and actions.