I have some problems using IIS Express in Win 8.1 and external request.
I follow this steps to debug the external request:
- Install IIS
- Configure Visual Studio to use local IIS (Page properties in your Web Project)
- Create a exclusive AppPool in IIS to work with my application
- In my Project I'm using Oracle Client and must be 32bits (64 bits don't work with Visual Studio) then I need allow 32 bit in Application Pool
- Configure the Windows firewall to allow request in port 80 (inbound rules)
It's working!