Click here to Skip to main content
15,918,303 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: switchover to new version Pin
APDevelop19-Sep-07 23:41
APDevelop19-Sep-07 23:41 
GeneralRe: switchover to new version Pin
syibu20-Sep-07 0:02
syibu20-Sep-07 0:02 
Questionasp database: ADO Connection to SQL Server Pin
nhatphuong200619-Sep-07 22:30
nhatphuong200619-Sep-07 22:30 
AnswerRe: asp database: ADO Connection to SQL Server Pin
Fred_Smith19-Sep-07 22:34
Fred_Smith19-Sep-07 22:34 
AnswerRe: asp database: ADO Connection to SQL Server Pin
wuriskly19-Sep-07 23:22
wuriskly19-Sep-07 23:22 
QuestionUpload File via FTP using ASP.net 1.1 Pin
wEb GuRu...19-Sep-07 22:29
wEb GuRu...19-Sep-07 22:29 
AnswerRe: Upload File via FTP using ASP.net 1.1 Pin
yogesh_kumar_agarwal19-Sep-07 22:33
yogesh_kumar_agarwal19-Sep-07 22:33 
GeneralRe: Upload File via FTP using ASP.net 1.1 Pin
APDevelop19-Sep-07 22:53
APDevelop19-Sep-07 22:53 
FTP in ASP.NET 1.1 is a bit cumbersome process compared to .NET 2.0 where different new classes have been added. You may view following forum post which gives an idea on how to create your own FTP client in 1.1:

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=421403&SiteID=1

Also note that in order to write an ASP.NET application that allows users to transfer files to and from FTP servers, the files must make two trips.
To upload files from a browser to the FTP Server would require:
1. The files to be located on the web server, because this is the FTP client. Therefore, the files must be uploaded to the web server from the browser. This is done using HTTP and not through FTP.
2. Once a file is on the web server, it can then be transferred to the FTP server using FTP communication.

The crux is, you have to use HTTP as well as FTP communication for the same


Regards,
Amit Pal

QuestionIs it suggested to have many sessions in application Pin
MD1219-Sep-07 22:27
MD1219-Sep-07 22:27 
AnswerRe: Is it suggested to have many sessions in application Pin
wEb GuRu...19-Sep-07 22:30
wEb GuRu...19-Sep-07 22:30 
AnswerRe: Is it suggested to have many sessions in application Pin
Sandeep Akhare19-Sep-07 22:56
Sandeep Akhare19-Sep-07 22:56 
QuestionRe-installing IIS on SBS 2003 Premium [modified] Pin
Vimalsoft(Pty) Ltd19-Sep-07 22:23
professionalVimalsoft(Pty) Ltd19-Sep-07 22:23 
QuestionBack Button Pin
yogesh_kumar_agarwal19-Sep-07 22:13
yogesh_kumar_agarwal19-Sep-07 22:13 
AnswerRe: Back Button Pin
wEb GuRu...19-Sep-07 22:26
wEb GuRu...19-Sep-07 22:26 
AnswerRe: Back Button Pin
wuriskly20-Sep-07 0:06
wuriskly20-Sep-07 0:06 
Questiondatabinding error [modified] Pin
Sonia Gupta19-Sep-07 21:35
Sonia Gupta19-Sep-07 21:35 
AnswerRe: databinding error Pin
Imran Khan Pathan19-Sep-07 21:49
Imran Khan Pathan19-Sep-07 21:49 
GeneralRe: databinding error Pin
Sonia Gupta19-Sep-07 23:19
Sonia Gupta19-Sep-07 23:19 
QuestionReporting using RDLC reports Pin
shadmwap19-Sep-07 21:13
shadmwap19-Sep-07 21:13 
QuestionHow to validating the XML data type with database fields Pin
spravat19-Sep-07 21:11
spravat19-Sep-07 21:11 
Questionenvelope and label design on net-help needed Pin
rajnee19-Sep-07 20:57
rajnee19-Sep-07 20:57 
QuestionSession in ASP.Net Pin
abglorie19-Sep-07 20:43
abglorie19-Sep-07 20:43 
Questionhow to get datagrid items after postback Pin
Anees Mitha19-Sep-07 20:22
Anees Mitha19-Sep-07 20:22 
QuestionUploading File (Urgent!) Pin
Milind Panchal19-Sep-07 20:21
Milind Panchal19-Sep-07 20:21 
AnswerRe: one,Uploading File (Urgent!) Pin
Guffa19-Sep-07 20:23
Guffa19-Sep-07 20:23 

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.