I stateimmediately thatI'm not an expertabout ASP.NETbutI justapproachedthis
world.I comeright to the point.The main goal isdistribution of asoftware package by download it
from apersonal area of a web server.
In outlinethe process isthis: 1. Auser registers himself on the websiteby enteringthe usualdatasuch ase-mail address; 2. He getan email with atemporary link
for e-mail confirmation; 3. After the e-mail confirmation, in his areais activateda linkwherethe user can downloadthe installerof the program;
Of course, all donein ASP.NET.
So I would start a discussionabout this subject about how to achive my goal,.Does anyone knowdirect me?
You could create a new guid value (Guid.NewGuid() on the C# side or NEWID() on the SQL Server side) with a creation or expiration date. The generated email link would use that as a parameter.
Beyond describing what you are trying to do it is also useful to know the very first problem you have in doing so so that we can focus where you need help (especially if you are new it is not always easy to grasp which kind of help you need).
thank you for replay. The main goal is the distribution of asoftware package by download it from a
personal area of a web server. Consequently, I'll have to handle user authentication, application serial number and file download procedure. Technologies involved could be ASP NET, MVC, SQL server and maybe Microsoft Azure. I'm not an expert about
ASP NET, and so I need help to start.
From your description. I am not sure what is problem.
I think what you could refine your problem. and list a list of your problem after that.
Then I could give my answer on your each question.
Best Regards
Cathy
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
you are right. My problem is that I don't know where to start from. If you ask me about to create a C++ console application, I talk to you about main function, compilers, c++ statements and so on.
This is tomake you understandthe comparison. In the past I've made some very simple site by Visual Studio project and bootstrap: this is all my background.
A possible questions could be:
How should I handle the user profiles ?
How should I handle login to website ?
How should I handle the download button enabling only when a user is authenticated ?
Might it be agood idea to use Azure Technologies
?
None
0 Points
3 Posts
Architecture for management of downloadable files by temporary link from server
Dec 26, 2016 11:20 AM|Simon_IT|LINK
Hi everyone,
I state immediately that I'm not an expert about ASP.NET but I just approached this world. I come right to the point. The main goal is distribution of a software package by download it from a personal area of a web server.
In outline the process is this:
1. A user registers himself on the website by entering the usual data such as e-mail address;
2. He get an email with a temporary link for e-mail confirmation;
3. After the e-mail confirmation, in his area is activated a link where the user can download the installer of the program;
Of course, all done in ASP.NET.
So I would start a discussion about this subject about how to achive my goal,. Does anyone know direct me?
Thank you all
Greetings
All-Star
48530 Points
18075 Posts
Re: Architecture for management of downloadable files by temporary link from server
Dec 26, 2016 12:27 PM|PatriceSc|LINK
Hi,
You could create a new guid value (Guid.NewGuid() on the C# side or NEWID() on the SQL Server side) with a creation or expiration date. The generated email link would use that as a parameter.
Beyond describing what you are trying to do it is also useful to know the very first problem you have in doing so so that we can focus where you need help (especially if you are new it is not always easy to grasp which kind of help you need).
None
0 Points
3 Posts
Re: Architecture for management of downloadable files by temporary link from server
Dec 26, 2016 04:51 PM|Simon_IT|LINK
Hi PatriceSc,
thank you for replay. The main goal is the distribution of a software package by download it from a personal area of a web server. Consequently, I'll have to handle user authentication, application serial number and file download procedure. Technologies involved could be ASP NET, MVC, SQL server and maybe Microsoft Azure. I'm not an expert about ASP NET, and so I need help to start.
Thank you again
Star
8670 Points
2882 Posts
Re: Architecture for management of downloadable files by temporary link from server
Dec 28, 2016 08:18 AM|Cathy Zou|LINK
Hi,Simon_It
From your description. I am not sure what is problem.
I think what you could refine your problem. and list a list of your problem after that.
Then I could give my answer on your each question.
Best Regards
Cathy
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
None
0 Points
3 Posts
Re: Architecture for management of downloadable files by temporary link from server
Dec 31, 2016 10:28 AM|Simon_IT|LINK
Hi Cathy,
you are right. My problem is that I don't know where to start from. If you ask me about to create a C++ console application, I talk to you about main function, compilers, c++ statements and so on. This is to make you understand the comparison. In the past I've made some very simple site by Visual Studio project and bootstrap: this is all my background.
A possible questions could be:
Thank you very much.
Regards,
Simone