Finding PID for IIS Application Pool

This is pretty simple.

Create a batch file, call it app-pool-pid.bat for instance.

Edit it and add the following lines into the file:

@echo off

cscript.exe c:\windows\system32\iisapp.vbs

pause

9. September 2009 05:48 by Danny Gershman | Comments (2) | Permalink

Run ASP.NET Development Server without Visual Studio

Ever want to run ASP.NET development server without having to fire up Visual Studio Debugger.

You can create your own scripts or commands by being able to access this.

%WINDOWS PATH%\Microsoft.NET\Framework\v2.0.50727\WebDev.WebServer.exe

Here is the command line options as shown without setting any parameters.  Enjoy!

image

5. August 2009 07:11 by Danny Gershman | Comments (3) | Permalink

Hotmail/Live Email Sending Problems

I’ve spent the last day or two trying to resolve why email was not being sent from specific SMTP Server to Hotmail. 

By signing up for Smart Network Data Services, you can very easily see where you pain point is.

Check it out https://postmaster.live.com/snds

Very helpful stuff!

image

5. May 2009 16:13 by Danny Gershman | Comments (0) | Permalink

Web Application Stress Tool

I ran into some issues with the web application stress tool on Vista x64.  I need to download the dll msvcp50.dll from the DLLfiles on web.  Then I copied it to the following locations.
C:\Windows\System32
C:\Windows\SysWow64
Then I ran the setup.exe and it installed successfully.
18. November 2008 08:00 by Danny Gershman | Comments (3) | Permalink

About dannyg

dannyg has been writing software for the last 12+ years and worked with various languages and programs.  He specializes business process automation, versatile solutions and R&D.