Web Forms :: Move Files To Remote Computer?
Jul 17, 2010
my wish is to move Files from ASP.NET Web Application(VB.NET) to remove Computer.
ive tried using a code behind, with no success..
i got en error which is "Could not find a prat of the path '\ComputerNameFolder' "
i tried instead "Computer Name" use IP address, and the same error.
(I gave All the premmission...)
i tried to create a Batch file, which is working if i run it.
but when i try to Execute it on the VB Code, i got nothing, it doesnt fire.
i tried (System.Diagnostics.Process.Start("C:File.bat"),Shell("C:File.bat") )
View 1 Replies
Similar Messages:
Jan 13, 2010
i have to make a login page where user has to enter username & password to get message from remote server. actually its a API, where user send his username and password and get the reply. i have done the login page coding. but i don know how to catch the reply and disply it in window.
note that there is now database or connection string where we have to compare username & password. its simple url as:-
"http://smscgateway.com/balanceapi.asp?username=username&password=password"
here in this string i have to replace the replace name and password with textbox values and post it. but it after posting i dont know how to catch the reply.
as soon as we click it. it replies as "invalid User Name or Password".
View 3 Replies
May 21, 2010
i have been creating a website on my computer which has VWD 2008 and SQL Server 2008, i have membership and role system set up, (using the aspnet_regsql) and that worked perfectly fine on my compuetr.
Now when i was ready to deploy it on my web server, i simply copied the whole database, and added it onto the SQL Server on my server, so it has exactly the same rows, tables, data, etc etc.
Now, when i run the website via the domain, users are able to login etc, and my authentication code that redirects users if they are not logged in also works, so im sure it cant be a problem with the membership provider, as it all seems to work.
But all the users that were already in the set roles, it still shows them in the role in aspnet_roles table, but its not working, the thing i have in the roles loginview does not display, and even after running the web administrator tool, it shows that the user is in that role, but does not work (even while viewing on the local machine)
So i added code in a page_load event that would auto add that user to the role
System.Web.Security.Roles.AddUserToRole(HttpContext.Current.User.Identity.Name, "TestRole");
and on entering the domain (on the local server) i got error:
The role '' was not found.
And on local host server
I get error:
The user 'TestUser' is already in role 'TestRole'.
But yet, even on the localhost i still cant see any indications that the user is in a role, as none of my rle login views are showing.
The role '' was not found.
View 5 Replies
Dec 20, 2010
how to access remote computer windows service using asp.net
View 2 Replies
Jan 18, 2010
I'm using asmx web service to lock a folder on remote computer!
When I run web service on local machine everything working fine, but when I run it on remote computer nothing happen, folder on remote computer stay unlock!
I supose that I need to set security permission for this web service on remote computer, but i don't know where! So, what I need to enable executing this service on remote computer?
View 3 Replies
Mar 28, 2011
I've been a VB programmer for years, and friend asked me to write a program that does data storage and is executable from PC & MAC browsers. It seems like I need ASP.NET for this, so I tried to write a server-side 'hello world' ASP.NET program. I did this using VWD 2010 Express, and after successfully 'building' the website, it works great if I view it on the development machine. But when I copy it to my web server (running on a Windows XP Tablet machine) and try to view default.aspx, instead of getting a nicely-formatted page, my browser (IE8) is displaying the HTML source code. I tried hosting the site on both Apache and IIS , and I'm getting the same results.
1. What am I doing wrong?
2. Is ASP.NET the best platform for building a database-based application that can be viewed from both PC's and Macs? If so, should this work from iPads / Safari as well?
View 4 Replies
Aug 21, 2010
i acess vss from lan with no problems and now i want acess from a remote computer not in a Lan
I need access over the Internet
What are settings i need to set up in the server and my client machine
View 2 Replies
Sep 3, 2010
I need to open a Command prompt (cmd.exe) of a Remote server computer and Run a Command from my asp.net web application (C# laungauge). I have progressed till opening a command prompt of the webserver where the website is hosted. My code is:
[Code]....
I have achived this using the VB script. The code is:
[Code]....
In the above code psexec.exe is software used to access remote computers.nawinapp627 = Remote serverPlease help me to achieve above using C#.
View 13 Replies
Feb 16, 2010
I want to populate members of a local computer group on a webpage and allow the user to add / remove users of that remote computer from a group say Administrators or Remote Users Group.
The application pool will be running with a user who is admin on all remove systems.
View 5 Replies
Oct 23, 2012
I need to process files xml files which are present in Transfiles folder and then need to move that files to processed folder.Here is my code.I am getting issue asĀ
Could not find file :'file path'
string Tranfiles, ProcessedFiles;
//Tranfiles = Server.MapPath(@"~goduriansth100 ransfiles" + Filename);
Tranfiles = Server.MapPath(@"~ ransfiles" + Filename);
if (File.Exists(Server.MapPath(@"~ ransfiles" + Filename)))
{
File.Delete(Server.MapPath(@"~ ransfiles" + Filename));
}
//ProcessedFiles = Server.MapPath(@"~goduriansth100ProcessedFiles");
ProcessedFiles = Server.MapPath(@"~ProcessedFiles");
File.Move(Tranfiles, ProcessedFiles);
View 1 Replies
Jun 5, 2010
i have a production server that does not have ftp access. Possible way to deploy files is connecting with remote desktop client and send files.
As you know this approach is highly hard and time inefficient.
View 4 Replies
Jun 21, 2010
Is there a function similar to CopyWebsite that would allow me to compare the files between my laptop and the hosted webserver? Tonight I deleted all the files off of my computer and downloaded the complete website from the hosted server just to ensure that I had the most recent copy. It would have been nice to have run a comparison routine to see if the files were identical. I have using Visual Studio 2010 Pro
View 3 Replies
Feb 1, 2011
I am developing a intranet application in C#.
I am developing a application where files can be uploaded to staging area. and after saving to staging area a email confirmation is send.
After browzing for the file from local drive ,user gives a email id and click upload button ,then file should be saved to staging area. and then aconfirmation email should be sent to email id entered. we are using Exchange server to send emails.
View 2 Replies
Feb 13, 2010
How is it possible to move files from a folder to web server through FTP, using ASP.Net with C# ?
View 1 Replies
Sep 14, 2010
Can we upload and download files from remote servers through code without using FTP?
View 2 Replies
May 18, 2010
i have a website that accepts files from users.
the site currently save all files to a local directory (~/Data/<Date>), which can be accessed via [URL](Public server)
however to increase performance i need to save the file to a remote http host. ex [URL] (different public server)
i have ftp access to all my public server.
i'm just confused as to which is the most secure way to upload the files from codebehind.
FTP or HTTP Post.
the <date> section of the URL is dynamicall generate using Directory.CreateDirectory(Server.MapPath("<year><month><day>");
View 7 Replies
Apr 27, 2010
try to provide solution.I am developing one web application using Asp.net 3.5 and C#.net 3.5.in my application i have to read files(Flat files stored in folder) in remote server which is located at another location.how to do that.now i can read &retrieve from local area.
i have that server host address,UID and Passwrd also how to access that files from remote server.
View 2 Replies
Jul 23, 2010
Programmatically i am planning to move multiple files, Is it possible to move multiple files to a folder "d:MyTempFileFolder"
and create a compressed zip file of all files which are in this folder: "d:MyTempFileFolder" and then will try to download it.
using asp.net / sql server on windows 2003 server
View 1 Replies
Feb 20, 2010
For some reason I have a solution with a single project and the solution files are in the same directory as the project is. I consider this ugly and want to change it by moving the solution files in a superordinate directory.
For now I have edited a single line in the .sln file:
Project("{FAE04EC0-AAAA-AAAA-AAAA-00C04F79EFBC}") = "projectname", "projectname.csproj", "{5D5A753D-AAAA-AAAA-AAAA-C535851E8DC8}"
changed to
Project("{FAE04EC0-AAAA-AAAA-AAAA-00C04F79EFBC}") = "projectname", "directoryname/projectname.csproj", "{5D5A753D-AAAA-AAAA-AAAA-C535851E8DC8}"
It seems to work.
Could this have been all I needed to change? I have the feeling that I missed something.
View 2 Replies
May 27, 2010
Sometimes i move files and folders by mistake. Is there a way to prevent this. Something like putting a "lock" on the position of files and folders?
View 6 Replies
Jan 14, 2011
I am working with SFTP applications also i am having one scenario. I have to search particular format files from remote machine and also need to store or copy the corresponding files into local system.
We are using user credentiaal to connect with remote machine
How could we achieve the scnenario.
View 3 Replies
Jan 31, 2011
I am running a website from IIS on one computer and I want to view the web page on another computer. the only way I can do this is by using the ipaddress of the computer with IIS on it but would rather have a url. How can I generate a url or use a domain name from [URL]. I signed up for an account on that website but dont know how to use it. I dont know how to configure it.
View 2 Replies
Jul 15, 2010
My web service needs to open some files located on a remote computer.
From Windows I can do the authentication so I can see those files using the File Explorer.
If I try to open the files from my Web Service while it's running using Visual Studio (ASP.NET Development Server) it also works.
However, if I do everything from IIS it doesn't.In order to find out where is the problem what I did was to run a network sniffer and I found out that when using IIS, the system will try to use the account 'ASPNET' to login into those remote computers which will obviously fail.
However this doesn't happen if I run from the IDE (Using the ASP.NET Development Server)I found out that if I use Impersonation for accessing this it will work, the problem is I need to have the same account names on the computer running IIS so I would rather not to do that.
Why is it working from the ASP.NET Development Server and not from IIS? Is there a way to give full access to the ASPNET account?
View 1 Replies
Nov 18, 2010
We need to download multiple files from remote servers. It is a process that would take few hours to complete, since we are talking about images ~50kb each and more than 250.000 in total. Each images will downloaded, resized and then imported to SQL.DB, so we do not need to write files to the disk. Also the applications need to use network credentials, since it is behind ISA.
From your experience, what is the best method to implement this? Should we use WebClient or HttpSockets? Should we use Async methods or Threads ? How can we implement for example 5 simultaneously download to achieve better speed, since we may getting files from many different servers at once?
View 2 Replies
Apr 30, 2010
My web application is on a Webserver that is in a DMZ .
the web application must save on the server in LAN some files, but the webserver cannot access the file server because has no right to access. i wouldn't create an account for the web server, but i would that any time the application has to upload a file onto the file server make a connection that encapsulate credentials, then the upload starts ,finally the connection closes.
Is possible with some Objects to do this type of work?
View 1 Replies