I've seen my name mentioned on a Twitter post and found myself here!
Does this version work when the website is running on IIS7 in Integrated mode? I seem to remember the package I amended and used did not, and I've not had chance to sort it out.
You are welcome to my version of the source code, but I suspect it isn't any better than yours ;-)
To be honest, I wasn't aware that HttpModules would have issues with Integrated mode, so haven't tested that specifically - but will do - thanks for the heads-up!
The source for the package is up on my bitbucket, so if you do have any improvements - would be great to collab on it! :-D
Just had a very quick scan of your code and mine ... the main "fixes" I implemented also appear to be in your version so that's good!
I will install it on the site I am upgrading at the moment (from 4.0.x to 4.7.1!) which is running in Integrated mode - I will let you know if it works :-)
Excellent, glad it worked - started to get worried about not having tested it on Integrated Mode.
It's been one of those bits of code that I'd been thinking about packaging up for ages, but luckily a recent client project had some buffer time to cover the dev costs (phfew!)
As always any improvements/tweaks, more than happy to add you as a collaborator! :-)
Does it work in Integrated mode?
I've seen my name mentioned on a Twitter post and found myself here!
Does this version work when the website is running on IIS7 in Integrated mode? I seem to remember the package I amended and used did not, and I've not had chance to sort it out.
You are welcome to my version of the source code, but I suspect it isn't any better than yours ;-)
Hi Gordon,
To be honest, I wasn't aware that HttpModules would have issues with Integrated mode, so haven't tested that specifically - but will do - thanks for the heads-up!
The source for the package is up on my bitbucket, so if you do have any improvements - would be great to collab on it! :-D
Cheers, Lee.
Just had a very quick scan of your code and mine ... the main "fixes" I implemented also appear to be in your version so that's good!
I will install it on the site I am upgrading at the moment (from 4.0.x to 4.7.1!) which is running in Integrated mode - I will let you know if it works :-)
Cool. Everything is in a single assembly (Our.Umbraco.SafeMailLink.dll) so if anything goes boom, then just delete that.
There is new voodoo magic in .NET 4.0 that lets you dynamically register HttpModules - well it references an MS infrastructure assembly :-)
Cheers, Lee.
OK - I downloaded and installed the package in v4.7.1, the website is running on IIS7 in Integrated mode ... it appears to be working fine.
Thanks Lee, what excelent timing! I was thinking only yesterday that I would need to sort out SafeMailLink for this new project :-)
Excellent, glad it worked - started to get worried about not having tested it on Integrated Mode.
It's been one of those bits of code that I'd been thinking about packaging up for ages, but luckily a recent client project had some buffer time to cover the dev costs (phfew!)
As always any improvements/tweaks, more than happy to add you as a collaborator! :-)
Cheers, Lee.
is working on a reply...