Skip to content

Codepolice

  • ⤫

Build, Git Commit, FTP When You Publish In Visual Studio

For various reasons, I have a really weird build setup in Visual Studio. I just want to write this post so I can remember how it works now if I ever re-install my computer and something doesn’t work. I use the regular publish feature in Visual Studio and deploy the code to a Website on my local

Posted by Judy Alvarez Posted on February 28, 2022March 3, 2022
0

Request.Files is Empty in a Web Forms Application

I was fixing some bugs in my application today and ran into a tricky bug. My application is based on Webforms but I use a lot of jQuery and other more modern technologies. In one place I have an upload form that is dynamically populated with jQuery templates. Since i create all my <input type”file”> with

Posted by Judy Alvarez Posted on February 28, 2022March 1, 2022
0

Using log4net to Send Mail With SmtpAppender In a Console Application

I recently built some console apps to do some testing on my server. I wanted to be able to run the apps and get them to print info to the console. I also wanted it to log to a text file and to send e-mails to me. Log4net was the perfect tool to get this

Posted by Judy Alvarez Posted on February 28, 2022March 1, 2022
0

Send E-Mail When a task in Task Scheduler Fails

You would guess that this would be a really easy task but it turns out this was pretty complicated. Basically, you need to create a scheduled task that gets triggered by an event and do some editing of that task in a notepad. I will just post my exported task here. Feel free to use

Posted by Judy Alvarez Posted on February 28, 2022March 1, 2022
0

Run Dropbox As a Windows Service on Windows Server 

I know there is a lot of post about this already but I ran into some issues and had to collect some info from various places so I thought I might as well share my experience with the world. The goal is to be able to run Dropbox (or any other application that doesn’t have built-in support

Posted by Judy Alvarez Posted on February 28, 2022March 1, 2022
0

New Relic and runAllManagedModulesForAllRequests flag in .net

I have been playing around with the awesome performance measuring tool New Relic lately and have been struggling with some performance issues that would have been hard to find without measuring the actual metrics from the real production server. Anyway, during the different changes, I made I changed the option runAllManagedModulesForAllRequests from “true” to “false” in Web. Config

Posted by Judy Alvarez Posted on February 28, 2022March 1, 2022
0

Visual Studio Intellisense / “Go To Definition” issues

I’m not sure how common this is but I had some issues with Intellisense and the “go-to definition”-feature in the new Visual Studio 2013, it just didn’t work. This was only happening in one of my projects/solutions (well, at least it didn’t happen in another project I tested). Everything worked fine except this, I could

Posted by Judy Alvarez Posted on February 28, 2022March 3, 2022
0

Remote Desktop Connection (RDP) becomes extremely slow after installing “Intel Smart Connect Technology” update

I was running some optional Windows Updates this morning and after I was done I noticed that my remote desktop connections become extremely slow. Our internet at my office has always been a bit up and down so I assumed it was some temporary issue. But it stayed there and then I looked at Windows

Posted by Judy Alvarez Posted on February 28, 2022March 1, 2022
0

Remote Desktop Connection (RDP) becomes extremely slow after installing the “Intel Smart Connect Technology” update

I was running some optional Windows Updates this morning and after I was done I noticed that my remote desktop connections become extremely slow. Our internet at my office has always been a bit up and down so I assumed it was some temporary issue. But it stayed there and then I looked at Windows

Posted by Judy Alvarez Posted on February 28, 2022March 1, 2022
0

MS10-024 and KB976323 will reset your IIS SMTP Settings

A client called me this Monday morning and told me there were some issues with one of their sites. The problem turned out to be some issues with the SMTP server. After about 2-3 hours of debugging, I desperately try to do a search on Twitter for “IIS SMTP” and to my surprise, I could

Posted by Judy Alvarez Posted on February 28, 2022March 3, 2022
0

Posts navigation

Page 1 … Page 5 Page 6 Page 7 Page 8
Codepolice

  • Github
  • Atlassian
  • Flatlogic
  • Xero
  • Jetbrains
  • Figma
  • Playwright now offers a UI mode
  • Everyone’s coming for Node.js this week
  • Transformers: JavaScript in Disguise
  • Shell-free scripting from Node
  • New JavaScript features of the past few years
https://flatlogic.com/generator
COPYRIGHT © 2023 - Codepolice