HTTP 405 on Error on HTTP POST IIS ASP .NET
I’m working on a web application that is referenced from another, external application. The external application tries to do a POST on the vdir when opening. At this point, I get an HTTP 405 Error:
I’m working on a web application that is referenced from another, external application. The external application tries to do a POST on the vdir when opening. At this point, I get an HTTP 405 Error:
I am running an ASP.NET 3.5 web application on IIS 7 on Windows Server 2008.
I’m so sorry for my poor English and poor programming in java. Please teach me the detail. Thank so much for help.
What is a good tool or site to use to performance test a web page/site? I am trying to find a good baseline to detect how fast my page will load on one hosting provider vs another. I initially used http://www.freespeedtest.com/ but like to get opinions and links for others. Answers: Thank you for visiting … Read more
I’m trying to throw an HTTP 403 error code back at the client. I’ve read that HttpException is the cleanest way to accomplish this, but it’s not working for me. I throw the exception from within a page like this:
While writing a custom IHttpHandler I came across a behavior that I didn’t expect concerning the HttpCachePolicy object.
Ok, I know the difference in purpose. GET is to get some data. Make a request and get data back. POST should be used for CRUD operations other than read I believe. But when it comes down to it, does the server really care if it’s receiving a GET vs. POST in the end?
In my asp .net project, my main page receives URL as a parameter I need to download internally and then process it. I know that I can use WebClient’s DownloadFile method however I want to avoid malicious user from giving a url to a huge file, which will unnecessary traffic from my server. In order to avoid this, I’m looking for a solution to set maximum file size that DownloadFile will download.
I am working on a asp.net web site, like normal user, we use asp.net developer server during coding and testing.
Today, I found the firefox not cache any static file of my site, since our application is pretty big, it made page load time very slow.
I checked firefox about:cache, all the static file cache setting looks like
I have a dynamic form that allow to add many fields dynamically,