Browse by Tags

Related Posts

  • Isolation level in ADO.net

    I am trying to apply transaction during updating in my Financial table "F_Ledger". I want that when Transaction A is updating the record in this table Transaction B should be able to read the records but could not update it till Transaction A is committed. For this i wrote following code: Public...
    Posted to Data Access and ObjectDataSource Control (Forum) by vhajela on 05-21-2009, 12:00 AM
    Filed under: Email relay, enable, .Net 2.0, .NET 3.0, .net 3.5, .net 3.5 service pack 1, ado.net, An error was encountered. Please return to the previous page and try again., ASP.net 3.0, ASP.NET_64_2.0.50727 WMI ADAP invalid data, aspnetdb.mdf, dotent Framework version, Download, Dynamic Port, Eanble ASP.Net v2.0, edit and continue, email, error, Error opening web site VS 2005, ftp, gacutil, getingstarted, global.asax firing, GoDaddy club starter kit database administrator, ASP.NET2.0, asp.net2.0(c#), Firefox, dotnetadventure, DotNetNuke, dynamically
  • Possible Fix For FTP Edit Being Slow

    There was a hotfix published by Microsoft in the following site that didn't work for me: http://code.msdn.microsoft.com/KB958094 Has anyone ever tried to go into the following and uncheck this box: Tools > Options > Projects and Solutions > General > Track Active Item in Solution Explorer...
    Posted to Visual Studio 2008 (Forum) by pantsu on 03-26-2009, 12:00 AM
    Filed under: slow, 2005, 2008, ftp, hang
  • copy web site subfolder problem

    hi everyone i have this problem sometimes and its quite rritatiing. sometimes i use the "copy web site" command from the vwd ide. i open up the remote web site via ftp, enter credentials etc. then select everything from the local site and click on the blue arrow. some times, not always, contents...
    Posted to Configuration and Deployment (Forum) by Yisman on 12-23-2008, 12:00 AM
    Filed under: copy web site, folders, ftp
  • FTP connection in iframe poblem

    Hi I have a page were i make simple file system. Also i need in the same page to have frame were i show ftp connection to some server. So my problem is next. I put iframe server control and i put the source destination i page load like this frame1.Visible = true ; frame1.Attributes[ "src" ...
    Posted to Client Side Web Development (Forum) by arhi1000 on 12-10-2008, 12:00 AM
    Filed under: problem, ASP.NET, ftp, iFrame
  • Download Files from FTP

    hi mates, I am uploading and downloading files using FTP in .net 2.0. All are successfully... But i want to open and and save as dialog box to save the file.... Now i finished using download to the particular folder. But i want the option to the user to save path.....the follwoing are the code i used...
    Posted to Web Forms (Forum) by akhilrajau on 12-09-2008, 12:00 AM
    Filed under: ftp
  • Re: ftps using rebex dll's

    Hi, following code shows is taken from Rebex FTP/SSL tutorial page: FTP/SSL Explicit (recommended): // Create an instance of the Ftp class. Ftp ftp = new Ftp(); // Connect securely using explicit SSL. // Use the third argument to specify additional SSL parameters. ftp.Connect (hostname, 21, null , FtpSecurity...
    Posted to Free For All (Forum) by martinv on 10-02-2008, 12:00 AM
    Filed under: FTP
  • ftp - c# code to get space used on server

    - we simply want a piece of code that will find out how much space has been used on an FTP server. - we have had a junior c# developer writing the code but is now having problems. It seems to work intermittently with the code he has written (enclosed below) - it works fine when we have small numbers...
    Posted to Free For All (Forum) by markpascall01 on 09-09-2008, 12:00 AM
    Filed under: FTP
  • Watch FTP

    I am developing application using asp.net 2.0. i need to watch a ftp folder. if any files uploaded there i need to download it and extract to my database. so, the application should run to watch the ftp. how can i perform this. kindly suggest me. thanks in advance.
    Posted to Web Forms (Forum) by nandhucbm on 08-23-2008, 12:00 AM
    Filed under: ftp
  • FtpWebRequest SecurityException on deployment

    I am using FtpWebRequest to upload files to my web site. It works great on my machine and file gets uploaded but once I move it to the hosting site (Godaddy.com) I get a SecurityException on this line of code: Dim reqObj As FtpWebRequest = WebRequest.Create(CompleteFTPPath) What am I missing?? Jawilliams7
    Posted to Configuration and Deployment (Forum) by jawilliams7 on 08-19-2008, 12:00 AM
    Filed under: .net 3.5, ftp, FtpWebRequest, asp.net deploying, file upload
  • SecurityException when using FtpWebRequest

    I am using FtpWebRequest to upload files to my web site. It works great on my machine and file gets uploaded but once I move it to the hosting site (Godaddy.com) I get a SecurityException on this line of code: Dim reqObj As FtpWebRequest = WebRequest.Create(CompleteFTPPath) I have look for answers but...
    Posted to Security (Forum) by jawilliams7 on 08-17-2008, 12:00 AM
    Filed under: .net 3.5 security, file upload, godaddy, FTP
Page 1 of 4 (40 items) 1 2 3 4 Next >