Andrei's blog
sharing coding bits
Showing posts with label
iis
.
Show all posts
Showing posts with label
iis
.
Show all posts
Wednesday, June 17, 2015
Easiest way to know which w3wp.exe PID corresponds to which application pool
›
I keep forgetting this. Open Task Manager and have it show the Command Line column You can see for the w3p.exe processes the name of the a...
Wednesday, September 04, 2013
Running multiple local sites in IIS
›
1. Create your site in IIS, e.g. Site1 2. Setup binding IP Address: 127.0.0.1 Host: site1.localdev.com 3. edit C:\Windows\System32\Dr...
Monday, June 17, 2013
Svc handling in IIS
›
I bump into this issue every-time I am running on a new machine. When trying to access WCF services, they do not work. That's because I...
Friday, November 16, 2012
Remote debugging in Visual Studio, target on a different domain
›
My computer is a Windows 7 32bits and I had to debug a ASP.NET 32 bit worker process running on a Windows Server 2008 64 bit machine. The s...
HibernateException: Creating a proxy instance failed –> Unable to obtain public key for StrongNameKeyPair issue
›
I stumbled upon the following exception for a webapp of a particular site: HibernateException: Creating a proxy instance failed –> Unabl...
›
Home
View web version