Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.NET Proxy Application

Tags:

.net

asp.net

iis

Let me try to explain what I need. I have a server that is visible from the internet. What I need is to create a ASP.NET application that get the request of a web Site and send to a internal server, then it gets the response and publish the the info. For the client this should be totally transparent.

For different reasons I cannot redirect the port to the internal server. What I can do but no know how - maybe the answer is there - is to create a new Web Site that its host in the other server.

like image 899
Jedi Master Spooky Avatar asked Sep 14 '26 06:09

Jedi Master Spooky


1 Answers

Why won't any old proxy software work for this? Why does it need to be an ASP.NET application? There are TONS of tools out there (both Windows and *nix) that will get the job done quite easily. Check Squid or NetProxy for starters.

If you need to integrate with IIS, IISProxy looks like it would do the trick too.

like image 156
pix0r Avatar answered Sep 16 '26 19:09

pix0r



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!