Skip to content

Magenaut

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

ASP.NET

Specifying folders not to sync in Web Deploy

August 27, 2022 by Magenaut

I use the following script to deploy my ASP.NET MVC app to our web server:

Categories ASP.NET, Q&A Tags asp.net, msbuild, webdeploy Leave a comment

How to specify javascript to run when ModalPopupExtender is shown

August 27, 2022 by Magenaut

The ASP.NET AJAX ModalPopupExtender has OnCancelScript and OnOkScript properties, but it doesn’t seem to have an OnShowScript property. I’d like to specify a javascript function to run each time the popup is shown.

Categories ASP.NET, Q&A Tags asp.net, asp.net-ajax, javascript Leave a comment

DefaultInlineConstraintResolver Error in WebAPI 2

August 27, 2022 by Magenaut

I’m using Web API 2 and I’m getting the following error when I send a POST to my API method using IIS 7.5 on my local box.

Categories ASP.NET, Q&A Tags asp.net, asp.net-web-api, c#, iis Leave a comment

Getting “The WebResource.axd handler must be registered in the configuration to process this request.” error

August 27, 2022 by Magenaut

I’m getting this error while running my ASP.NET app on IIS7. I’ve tried doing what it says to do but it doesn’t help.

Categories ASP.NET, Q&A Tags asp.net, asp.net-ajax, c#, web-config, webresource.axd Leave a comment

A transport-level error has occurred

August 27, 2022 by Magenaut

Possible Duplicate:
A transport-level error has occurred when receiving results from the server

Categories ASP.NET, Q&A Tags asp.net, c#, sql-server Leave a comment

Editing aspx/ascx files randomly disabled in Visual Studio 2010?

August 27, 2022 by Magenaut

I’ll be debugging a site in Visual Studio 2010 and editing an *.aspx or *.ascx file, and without warning, it will lock up so that I can’t edit it. There’s no message or anything, I just can’t type or make any changes.

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

Release Management – releasing to a subset of users – how would it work for a public facing website

August 27, 2022 by Magenaut

I read somewhere (sorry don’t exactly remember the source) that facebook has release Tuesdays. They release the new features to their internal employees first, then to a small set of external users and then to the whole world. I believe google also does something similar

Categories ASP.NET, Q&A Tags .net, asp.net, release-management, sql-server Leave a comment

How to access the HttpServerUtility.MapPath method in a Thread or Timer?

August 27, 2022 by Magenaut

I use a System.Timers.Timer in my Asp.Net application and I need to use the HttpServerUtility.MapPath method which seems to be only available via HttpContext.Current.Server.MapPath.
The problem is that HttpContext.Current is null when the Timer.Elapsed event fires.

Categories ASP.NET, Q&A Tags .net, asp.net, httpcontext, timer Leave a comment

Most efficient way to update with LINQ to SQL

August 27, 2022 by Magenaut

Can I update my employee record as given in the function below or do I have to make a query of the employee collection first and then update the data?

Categories ASP.NET, Q&A Tags asp.net, c#, datacontext, linq, linq-to-sql Leave a comment

Minification failed. Returning unminified contents

August 27, 2022 by Magenaut

I have made my first website using MVC 5 which works fine on my local machine but when I publish it to the server some of the CSS is not minifying correctly.

Categories ASP.NET, Q&A Tags asp.net, asp.net-mvc, bundling-and-minification Leave a comment
Older posts
Newer posts
← Previous Page1 … Page622 Page623 Page624 … Page944 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