Search code examples
proxyreverse-proxyiis-express

Can I use IIS Express to test a reverse proxy on my local machine>


I want to implement a local reverse proxy website on my machine. I don't have admin rights to it. So I cannot use IIS manager. I have to use IIS express. I just want to know if I can use IIS express for proxies. I know how to do that in IIS (because it's all GUI), but can anyone direct me on how to do that in IIS express?

Contraints: 1. No admin rights on machine 2. Cannot install any program 3. ARR and url-rewrite not installed


Solution

  • No, you not only need admin privileges, but YOU HAVE to install the application request routing (ARR). Also you must have full version of IIS7.x