My boss ask me work out a secure download link solution, I need your kind help.
2 Servers, A is front end web portal server, B is Windows Server 2008 R2 IIS server to store download file.
User a use IE browser to login web server A portal , click a link to download a confidential EXE file in Server B C:\path_a\setup.exe
User b use IE browser to login web server A portal, click a link to download a confidential EXE file in Server B C:\path_b\setup.exe
The server will return one-time download link (or you may say dynamic generated link, one-time rewrite link) for that user, so if the hacker capture the download link directly, they cannot download the file as the download link is invalid.
Can you provide web page source code to me and tell me how to insert in IIS website? I have zero knowledge about IIS, detail description is highly appreciated, thanks a lot.