Simple website that will handle pre-defined URL subfolders to redirect to another URL. ATTENTION TO BIDDERS: - Read the description. If you don't intend to follow the directions and restrictions given, don't bid. - No solutions that involve Databases - Programming Language should be VB.NET or C#.NET - No solutions that involve installing AddOns, Plugins or any other software. Must work with standard IIS7 installation. - Any bid above 50USD will be ignored The website should be available at http://r.rmf.pt/ It will then receive sub-folders to redirect. There will be a config file that contains all redirect-able entries. The config-file should handle three fields: - folderpath - destination URL - active (true or false) Example: If in the config-file we have an entry: folderpath = "video" destinationURL = "http://www.youtube.com/watch?v=ofvyVTqg2AY" active=True When the user visites the following URL http://r.rmf.pt/video/ This will check the config file and will redirect to the provided destinationURL because it's active. In the event of an URL that does not have an entry on the config-file or it has but it's inactive, it should redirect to a standard page with a single logo, a message and 10 second delay auto-redirect to a fixed URL (also defined on the config file). Those are the mechanics for the URL part. Then there is an very simple admin page where a user will be presented with a simple display of all existing entries on the config file. The admin page will allow to edit, remove or add more entries. The access to the admin page is login/password protected. The login/password are fixed and defined inside the config file