-
Posted to
IIS7 - Administration Pack
by
ErMeglio
on
02-04-2009, 11:43 AM
I don't see any report. I'd like to examine logs in a graphical way. I can't click the link "View Log Files" in the settings window...it's greyed out! The files are there instead.
-
Posted to
IIS7 - Administration Pack
by
ErMeglio
on
02-04-2009, 10:56 AM
That's what happens when I try installing AdmPack preview 2 onto Windows-7 IIS.
Is there a way to solve the bug?
I guess it's just because IIS into W-7 is version 7.5...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
ErMeglio
on
02-03-2009, 1:37 PM
Many thanks wonyoo, that worked like a charm, I simply didn't know how to set the right port...and I was pretty much confused as many people here have written they enter the port thanks to the usual format address:port inserted directly into the GUI, which can't be done right now (in fact the user was asking this in the thread you ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
ErMeglio
on
02-02-2009, 8:50 PM
Hi,
I need to use IIS7+ARR as a sort-of tunnel, just as the simple Stunnel would do, but of course done better with the power of IIS7!
In particular, that's what I need it to do:
*user opens https://mywebsite.com
*IIS7+ARR accepts requests SSLed and sends them to a local webserver 127.0.0.1:8181 in plain http
*of course answers/data of ...