Closed GoogleCodeExporter closed 8 years ago
I apologize for that oversight. Version 2 of this module supported .NET 1.1 and
I have yet to post it here for those in need of it. However, you can download
it from my article page on Code Project here:
http://www.codeproject.com/KB/web-security/WebPageSecurity_v2.aspx
The link to the untested source code for version 2 (.NET 1.1) is at the top of
the article. I haven't touched that code base in a loooong time, but it worked
well back then, so you should not have any problems. You will have to integrate
the SSL offload change into that source though.
Original comment by vent...@gmail.com
on 15 Jul 2011 at 4:48
It seems that even the original code will only compile in 2.0 and up (custom
config attributes and possibly more). Is the solution to change a 1.1 site/app
to run under asp.net 2.0 so that the fx2.0 module can be used? I know that
this hasn't caused us major problems in the past with old 1.1 libraries, but
I'm hesitant to make a change to a core, mission critical site.
Original comment by plan...@gmail.com
on 18 Jul 2011 at 4:15
It is intended to work/compile under 1.1, but I no work with that code. There
must have been a mix-up with it when I posted it. I'll look into it and see if
I can actually find the old code.
Original comment by vent...@gmail.com
on 19 Jul 2011 at 9:13
Okay. I've updated the source code here for version 2.6.3 for .NET 1.1, and
I've compiled a .NET 1.1 binary of that version of the module.
http://code.google.com/p/securityswitch/downloads/detail?name=SecuritySwitch%20v
2.6.3%20-%20Binary.zip
Please, note that this version is quite different from the latest. If you want
the code to make your changes to, you can browse it in the version-2 repository
here, or just clone it out from:
https://code.google.com/p/securityswitch.version-2/
I'll also update the binary download on the Code Project site. Thanks for
pointing all this out!
Original comment by vent...@gmail.com
on 19 Jul 2011 at 11:10
Original issue reported on code.google.com by
plan...@gmail.com
on 14 Jul 2011 at 9:02