Click here to Skip to main content
15,891,597 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to create auto complete text box in ASP Pin
badgrs13-Feb-07 23:32
badgrs13-Feb-07 23:32 
Questionhow to get the status of the Windows service in aspx page Pin
ramyasangeet13-Feb-07 23:07
ramyasangeet13-Feb-07 23:07 
AnswerRe: how to get the status of the Windows service in aspx page Pin
Jesse Squire14-Feb-07 3:17
Jesse Squire14-Feb-07 3:17 
Questiontable control Pin
Mohammed Elkholy13-Feb-07 22:18
Mohammed Elkholy13-Feb-07 22:18 
AnswerRe: table control Pin
Sylvester george13-Feb-07 23:12
Sylvester george13-Feb-07 23:12 
GeneralRe: table control Pin
Mohammed Elkholy14-Feb-07 0:33
Mohammed Elkholy14-Feb-07 0:33 
QuestionSecure Upload and Download Pin
R.Palanivel13-Feb-07 22:13
R.Palanivel13-Feb-07 22:13 
AnswerRe: Secure Upload and Download Pin
andyharman13-Feb-07 23:19
professionalandyharman13-Feb-07 23:19 
Most companies would use HTTPS to encrypt the link, then use normal ASP.NET or Java to do the rest. This allows clients to upload/download without using any additional software. With my company, the external partners are not very technically strong and often are not in control of what software can be run on their PCs - so a standard web connection is ideal.

I would recommend that the files are not physically stored on the web server - instead you would use .NET remoting to talk via a very strong firewall to a separate secured file-server.

Alternatively you could use PGP or GPG to encrypt files, then place the encrypted files on an external-facing ftp server. However this route would require your external partners to implement additional software.

Hope that helps.
Andy
GeneralRe: Secure Upload and Download Pin
R.Palanivel13-Feb-07 23:55
R.Palanivel13-Feb-07 23:55 
QuestionShowing 500 to 700 images in grid without paging .... using Response.BinaryWrite(byte []) to show images Pin
ankushmn13-Feb-07 21:44
ankushmn13-Feb-07 21:44 
AnswerRe: Showing 500 to 700 images in grid without paging .... using Response.BinaryWrite(byte []) to show images Pin
Jesse Squire14-Feb-07 3:38
Jesse Squire14-Feb-07 3:38 
QuestionHow to add stored procedures in crystal report Pin
MissionSuccess13-Feb-07 20:43
MissionSuccess13-Feb-07 20:43 
Questionprovide security Pin
indian14313-Feb-07 19:46
indian14313-Feb-07 19:46 
AnswerRe: provide security Pin
badgrs13-Feb-07 23:13
badgrs13-Feb-07 23:13 
GeneralRe: provide security Pin
indian14314-Feb-07 1:41
indian14314-Feb-07 1:41 
QuestionProblem with a javascript function Pin
gauthee13-Feb-07 19:40
gauthee13-Feb-07 19:40 
AnswerRe: Problem with a javascript function Pin
N a v a n e e t h13-Feb-07 21:58
N a v a n e e t h13-Feb-07 21:58 
GeneralRe: Problem with a javascript function Pin
gauthee13-Feb-07 22:13
gauthee13-Feb-07 22:13 
QuestionUse of Text (Label,text), in the horizontal case [modified] Pin
ManAmir13-Feb-07 19:28
ManAmir13-Feb-07 19:28 
QuestionDataGrid Pin
Khan.Bangash13-Feb-07 19:04
Khan.Bangash13-Feb-07 19:04 
AnswerRe: DataGrid Pin
Sylvester george13-Feb-07 19:16
Sylvester george13-Feb-07 19:16 
GeneralRe: DataGrid Pin
Khan.Bangash13-Feb-07 19:35
Khan.Bangash13-Feb-07 19:35 
GeneralRe: DataGrid Pin
Sylvester george13-Feb-07 19:56
Sylvester george13-Feb-07 19:56 
AnswerRe: DataGrid Pin
Neeraj Arora13-Feb-07 20:09
Neeraj Arora13-Feb-07 20:09 
GeneralRe: DataGrid Pin
Khan.Bangash13-Feb-07 20:40
Khan.Bangash13-Feb-07 20:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.