Open Source Image Hosting or File Sharing website in ASP.NET

asp.netopen source

I would like to know if there are any free open source or paid software for hosting images (like tinypic.com imageshack.us) or file sharing (4shared.com or rapidshare.com) developed in ASP.NET.

And If I have to develop the same, how do I remove the 2 gb limit on upload in IIS?

This question contains both programming as well as non programming question.

Any help appreciated.

Best Answer

Sadly the most obvious answer, Gallery2, is written in PHP. It may be that installing PHP under IIS and configuring Gallery2 is significantly less work than writing something yourself.

Related Topic