The HTTP verb POST used to access path ‘/test.html’ is not allowed
Below is my code:
Below is my code:
I have an application that is working well in production, but I wonder if I could have implemented the concurrency better….
I need to change the background colour of a button using C# code (Visual Studio 2008).
I have a set of ASP.NET controls:
I’m new to Linq and was wondering how I would go about obtaining a List of Customer Id, and a count of their transactions
What is the difference between connection timeout and command timeout?
I’m trying to deploy my web app to Microsoft Azure and everything goes fine in visual studio. But when it launches it shows:
I have a web service in my project that I use to return json data to ajax calls.
I have an ASP.NET application and in the Global.asax ‘ Application Error Event, I am calling a method to trace/log the error. I want to use the session variable content here. I used the below code
I have c# asmx service project that was running on framework 2 with vs 2008 Now i have updated it to framework 4 with vs 2010