Click here to Skip to main content
15,914,481 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: paging in GRidView when I bind it with an object Pin
Vimalsoft(Pty) Ltd15-Apr-09 4:04
professionalVimalsoft(Pty) Ltd15-Apr-09 4:04 
GeneralRe: paging in GRidView when I bind it with an object Pin
indian14315-Apr-09 7:40
indian14315-Apr-09 7:40 
GeneralRe: paging in GRidView when I bind it with an object Pin
Vimalsoft(Pty) Ltd15-Apr-09 19:57
professionalVimalsoft(Pty) Ltd15-Apr-09 19:57 
Questionwebfarm with state server session mode Pin
tejesh12315-Apr-09 0:39
tejesh12315-Apr-09 0:39 
AnswerRe: webfarm with state server session mode Pin
Colin Angus Mackay15-Apr-09 0:48
Colin Angus Mackay15-Apr-09 0:48 
GeneralRe: webfarm with state server session mode Pin
tejesh12315-Apr-09 1:44
tejesh12315-Apr-09 1:44 
GeneralRe: webfarm with state server session mode Pin
Yusuf15-Apr-09 4:11
Yusuf15-Apr-09 4:11 
AnswerRe: webfarm with state server session mode Pin
Abhijit Jana15-Apr-09 1:50
professionalAbhijit Jana15-Apr-09 1:50 
GeneralRe: webfarm with state server session mode Pin
tejesh12315-Apr-09 2:00
tejesh12315-Apr-09 2:00 
GeneralRe: webfarm with state server session mode Pin
Abhijit Jana15-Apr-09 2:27
professionalAbhijit Jana15-Apr-09 2:27 
GeneralRe: webfarm with state server session mode Pin
tejesh12315-Apr-09 18:58
tejesh12315-Apr-09 18:58 
Questionproblem while reading an appending file in asp.net 2005 Pin
sanjubaba15-Apr-09 0:35
sanjubaba15-Apr-09 0:35 
QuestionRe: problem while reading an appending file in asp.net 2005 Pin
Ian McCaul15-Apr-09 3:52
Ian McCaul15-Apr-09 3:52 
AnswerRe: problem while reading an appending file in asp.net 2005 Pin
sanjubaba15-Apr-09 18:13
sanjubaba15-Apr-09 18:13 
QuestionUpdate panel and Link button problem Pin
meeram39515-Apr-09 0:32
meeram39515-Apr-09 0:32 
AnswerRe: Update panel and Link button problem Pin
Spunky Coder15-Apr-09 1:18
Spunky Coder15-Apr-09 1:18 
Questiongridviw data export to excel and save as zip format?? urgent!!! Pin
anujchetan15-Apr-09 0:17
anujchetan15-Apr-09 0:17 
AnswerRe: gridviw data export to excel and save as zip format?? urgent!!! Pin
kishorgh15-Apr-09 1:09
kishorgh15-Apr-09 1:09 
GeneralRe: gridviw data export to excel and save as zip format?? urgent!!! Pin
anujchetan15-Apr-09 1:19
anujchetan15-Apr-09 1:19 
AnswerRe: gridviw data export to excel and save as zip format?? urgent!!! Pin
Yusuf15-Apr-09 4:40
Yusuf15-Apr-09 4:40 
QuestionSystem.OutOfMemoryException [modified] Pin
bikash pattanayak15-Apr-09 0:02
bikash pattanayak15-Apr-09 0:02 
AnswerRe: System.OutOfMemoryException Pin
Colin Angus Mackay15-Apr-09 0:53
Colin Angus Mackay15-Apr-09 0:53 
QuestionFile uploading stuck Pin
Hristiyan14-Apr-09 23:41
Hristiyan14-Apr-09 23:41 
AnswerRe: File uploading stuck Pin
Yusuf15-Apr-09 4:33
Yusuf15-Apr-09 4:33 
AnswerRe: File uploading stuck Pin
Hristiyan15-Apr-09 6:15
Hristiyan15-Apr-09 6:15 
Maybe i didn't make myself clear. The project that i'm making requires that every day aroung 1000 to 5000 people are gonna upload / download files which are around 1 mb. I'm on a web hosting plan which requires $5 for each 5GB additional traffic. Which means 30x5$ = 150$ per month for additional web traffic and 5$ for each 5$ for each 500MB web space. You can immagine the sum.
Since i ALMOST don't benefit from my web site, thats quite an expense. So some time ago i saw some FTP hostings which are A LOT more affortable ( The FTP traffic is much cheaper, the ftp space is much cheaper). So my main idea is to store those files on an that kind of FTP server. However i need logic so i can upload files on that FTP server. In my oppinion there are two ways to achieve this:
1) The client authenticates to the web server -> Uploads the file on the web server -> The web server uploads the file on the FTP server. However this method has a disadvantage - the web server will have to make twice as much traffic. Once for the client to upload data on the web server and once for the web server to upload data on the ftp server.
2) When the client is uploading the file directly upload it on the FTP server withought the intervention of the web server. However this means that "somewhere on the client side" is supposed to be stored the password of the FTP server ( so the client can upload the file )
However i think that there might be a another way. Like:
The client authenticates to the web server. "Somehow the web server tells the ftp server that the client is gonna upload a file and the ftp server accepts the connection" ( Thats some really newbiesh way to explain it though )
Any suggestions ?
Best wishes, Hristiyan

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.