Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

iis-7.5

How to catch HttpRequestValidationException in production

August 31, 2022 by Magenaut

I have this piece of code to handle the HttpRequestValidationException in my global.asax.cs file.

Categories ASP.NET, Q&A Tags asp.net, asp.net-3.5, c#, global-asax, iis-7.5 Leave a comment

IIS 7.5 – 403 Forbidden

August 30, 2022 by Magenaut

Ok, I have scoured online resources and applied all the suggested solutions.

Categories ASP.NET, Q&A Tags asp.net, iis, iis-7.5, windows Leave a comment

Is there a way to change .net mvc bin dir location?

August 30, 2022 by Magenaut

I have a fairly standard and simple MVC4 website.

Categories ASP.NET, Q&A Tags .net, asp.net, asp.net-mvc-4, c#, iis-7.5 Leave a comment

In IIS7.5 what module removes the body of a 400 Bad Request

August 30, 2022 by Magenaut

I have written ASP.NET (4.0) code that sets the Response.StatusCode to 400 if the data posted to the server is in valid.
I place useful information in the response body in the format that the request accepts header asks for. eg an html message saying “The date field is required…”.

Categories ASP.NET, Q&A Tags asp.net, http, httpresponse, iis-7.5 Leave a comment

Stopping cookies being set from a domain (aka “cookieless domain”) to increase site performance

August 30, 2022 by Magenaut

I was reading in Google’s documentation about improving site speed. One of their recommendations is serving static content (images, css, js, etc.) from a “cookieless domain”:

Categories ASP.NET, Q&A Tags asp.net, cookies, iis-7.5, windows-server-2008 Leave a comment

IIS App Pool/Restart and ASP.NET

August 30, 2022 by Magenaut

We are using IIS7 to host an asp.net web-based application.
In this environment administrators and developers can deploy code to the application on a regular basis.

Categories ASP.NET, Q&A Tags asp.net, iis-7, iis-7.5 Leave a comment

How to set different Timeouts for different URLs in ASP.NET

August 29, 2022 by Magenaut

I want different connection limits for some URLs in my application. Some URLs accept file uploads and need to have a large Connection Timeout. All other URLs need a much smaller timeout to prevent denial of service and not waste resources.

Categories ASP.NET, Q&A Tags asp.net, castle-monorail, iis, iis-7, iis-7.5 Leave a comment

VS2010 error: Unable to start debugging on the web server

August 29, 2022 by Magenaut

I get error message “Unable to start debugging on the web server” in Visual Studio 2010. I clicked the Help button and followed the related suggestions without success.

Categories ASP.NET, Q&A Tags asp.net, debugging, iis-7.5, visual-studio-2010 Leave a comment

Process.Start() under asp.net?

August 29, 2022 by Magenaut

According to msdn :

Categories ASP.NET, Q&A Tags asp.net, c#, iis, iis-7.5, w3wp.exe Leave a comment

ASP.NET 5 An error occurred while starting the application

August 29, 2022 by Magenaut

After publishing an ASP.NET Web App, I’m trying to host the website on my local server. However, when I start it up, it gives me this error in my browser:

Categories ASP.NET, Q&A Tags asp.net, asp.net-core, c#, dnx, iis-7.5 Leave a comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 … Page6 Next →
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress