haven't done this before

apep

New Member
i was recently hired do do some web work for a company and they already have a site built but, they need it set up so that when people pay for a video a link will allow them so see the video on another site. i want to make sure that the video is secure so not everyone could access it but im not sure how to connect the two. Any help would be appreciated.

BTW im going from a registration page to a paypal then to the video hosting site. you need to be a member to enter the video hosting site but once they pay they will gain a password or immediate access. any help would be appreciated.
 
Last edited:

rahmanpaidar

New Member
You have a lot of options.

If your host is Windows Server, then you can place your video file
in App_Code folder and Web Service won't allow users to access it
and it is only accessible from your code.

Another option is to use a folder and set properly its level of access or permission.

You can do it by programming, whether .NET or PHP.
 
Top