Could you give me advice what solution I should use to provide high
availability for this scenario?
IIS server connected to SQL database (IIS 7.0, Windows Server 2008, SQL 200

.
Dedicated solutions are: Server Cluster for SQL – what is fine and NLB cluster for IIS and I found one
problem with this.
Files on IIS server supposed to change very really but in this case system
users upload attachments to local HDD instead to database. I asked developers
if they are able to change it and answer was no (too much work).
So my question is what can I do? Is any way to provide fail over cluster for
IIS and have one storage for it? I don’t need load balancing but I need real
fail over.
And in addition IIS health on service level needs to be checked.
Any suggestions?
Many thanks.