Web Forms :: Working With Folder On Remote Server?
Jan 1, 2011
I am working on a web application that resides on one server on a particular domain. The application needs to access files on another server controlled by a different domain. Is there some way I can access these files on the remote server? I have all logon credentials and authorized access, but I simply need to set the servers up to allow this.
View 1 Replies
Similar Messages:
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
Feb 1, 2010
On remote server i have shared folder. If there any way to download file from this shared folder on local machine? Without using ftp. Server dont have iis or something like this,just have shared folder.
View 1 Replies
Mar 10, 2011
image crop is working on local machine but it is not working on Remote server
[Code]....
View 1 Replies
Mar 8, 2011
I want to read the contents of a remote folder(s) but i only know the date part of the folder name, the other part of the folder name is a timestamp that is different everytime. I'm thinking that i need to do something with the last modified/created date attribute to get the correct folder but i am unsure on how to do this.
View 1 Replies
Mar 26, 2010
I am creating a folder on remote machine,for that folder i gave acces permissions. even though when i submit my form it is giving below error.
No accessible overloaded 'SqlCommand.Transaction' is most specific for these arguments: Public Sub set_Transaction(value As System.Data.SqlClient.SqlTransaction) Public Sub set_Transaction(value As System.Data.Common.DbTransaction)
View 2 Replies
Oct 7, 2010
I'm trying to calculate folder size of remote server.I have credentials of server.By using WMI,I could fetch the existing Logical drives in remote server. But,couldn't get Folder name or details..Here,my folder is not shared one..I like to get WMI solution for it..if it not possible,atleast any dos commands to get file size of remote machine like this, \ServerIP:username@password\foldername -dir/s . .
View 2 Replies
Apr 27, 2016
If I have one file- name (picnew.jpg) and want to paste it to six ip's d:
Few folder drive by one action.
asp.net or cmd commands or anything else
View 1 Replies
Jan 25, 2011
I have deployed my site in Win 2003 server. In this, it copies file from Another server and copies it in local. It is working with my local computer, but not in the server i have deployed. I hope access credentials may be the first reason. But are there any other reasons for this.
View 1 Replies
Feb 28, 2011
[Code]....
I did this code for creating nested folders based on datetime..
i get this folder structure
2 >> 28 >> 2011280211..
My desired output should be,
Feb>> 28 >> 2011280211.
How can i do this?
View 5 Replies
Apr 15, 2010
How to insert data from local SQL server to remote SQL server (without using linked server) like below?
insert * into [remote server].[northwind].orders
from [local server].[northwind].orders
View 4 Replies
Mar 17, 2010
i am using microsoft visual studio 2008 sp1 for developing my web sitei have done url rewrite with this way and it does work on host perfectly
[Code]....
but it does not working on remote hostmy remote host is windows server 2008 sp1 and iss7do i need to make any setting on remote host to make it work ?
View 6 Replies
Dec 15, 2010
I have created an application which is relying on routing extensively. it works fine in my development machine, and when deployed in the local IIS server. but when i publish it to remote server routing does not work? any idea why it happens. i also have the following in my web.config
[Code]....
View 1 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
Oct 18, 2010
I'm not sure why but on random occassions after I have added an update to my site via ftp and then try to access the site through the browser I get an "out of memory" exception. But there are no infinite loops or problems like that. Then after some time it will then work (I assume the web hosts restart IIS or something) and all is fine again. Server Error in '/' Application. Exception of type 'System.OutOfMemoryException' was thrown. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
Source Error:
[Code]....
Stack Trace:
[Code]....
View 3 Replies
Jul 5, 2010
can anyone point me to some differences hosting a website on some remote server VS running it locally on dev environment.The reason why i am asking is, If I run my website locally it works fine no exceptions, runs smooth. But when deployed on a remote hosting server. Its like a nightmare to me :(very often i get object Instance not set to instance of object..... I am ok with the error message, But the same situation should happen locally, thats what bothering me:D
View 2 Replies
Sep 20, 2013
I am trying to access a remote network share from a C# program in asp.net. What I need is something like
function download(dirname)
{
file = (This is the part I don't know how to do)
for file in directory:
copyfile(file);
}
View 1 Replies
Apr 4, 2012
The title says it all. After a lot of problems with a simple app we use at my workplace, I decided to redo the app again for .NET4 and add some refactoring.
Upon uploading said app, the website runs well on the local host in iis 7.5 Windows server 2008 r2. But when I try to access it on remote machines the server lists a runtime error.
View 6 Replies
Mar 19, 2010
What I am doing seems to be saving the Excel file in a text format. All I am trying to do is save the Excel file (xls) on my web server. Below is the code that "fetches" it now but doesn't save it in the proper format.
[Code]....
View 1 Replies
Jun 14, 2012
I need to load xml from following [URL] .... and bind that xml contents to dropdownlist .... How can i do that ....
View 1 Replies
Jun 13, 2010
I have an interesting challenge. My application uses a third party's services and one of the functions is to upload video files to Amazon S3. The current solution I've implemented uses a simple form with a POST action set to a URL on Amazon's system. The
issue I have is that because the form posts to Amazon, I have no way of doing any type validations before the user clicks to upload the file i.e. checking file type, file size, etc.
However, I really do NOT want to set up my logic so that the file is first uploaded to my server then to Amazon because these are huge files and we'll end up using costly bandwidth on both ends -- our server and Amazon S3.
P.S. To be perfectly honest, I'm not that pleased with the current solution where it's a simple HTML form with a simple post to Amazon. However, because Amazon is so picky about all the hidden fields in my asp.net page, I had to strip everything off the
page -- including form runat"server" because the minute I have this, I end up with a hidden field for ViewState -- even if I completely turn off ViewState. There's always something left as a hidden field and Amazon was generating an error because of this.
Ideally, I'd love to be able to do an HttpWebRequest in code behind so that I can have the functions of a web form back and do some pre-upload work but I'm not sure how to upload the file to a remote destination without putting the file on my server first.
View 3 Replies
May 18, 2010
I have a master page with a login box on it. Inside the login box is a button -
[Code]....
NOW ... On my local dev machine this code works fine. The control fires the event and everything is how it should be. When I run this site on a remote web server (tried two of them - both IIS7 running on 2008 R2) the event is never called. I added some logging to see what is happening and the PostBack event on the Master Page does not happen when the button is clicked - the page is just reloaded.
View 4 Replies
May 7, 2015
I have amazon cloud aws, i am developing a website in asp, i have remote RDP access to my server..
So i have not installed postgreSQL etc.. but i am unable to connect to that database.. and when i install and run on my local system, it connect.
View 1 Replies
Jun 8, 2012
I am downloading file from remote server in page load using content disposition. After downloading the file i am trying show some other controls in the page. But that controls are showing asp.net .
View 1 Replies
Mar 13, 2010
I have created web pages using VS Web Developer that use a local Developer Edition of SQL server database on my PC with LINQ to SQL. When I deploy my website to a remote web host SQL server, I need for my web pages to be able to use the remote database instead of the local database. So, how do I get the Server Explorer to connect with a remote SQL Server database?
View 6 Replies