Accessing Files On SD Card?

Nov 22, 2010

I have an application where I need to be able to load files from an SDCard inserted in a client pc and have the files loaded to the server. I had the processing working just fine when I was executing it locally, but when I try to run it on a server, of course it would not work, since the card was not available to the server.

I found some info on some of the forums about sharing the card on the client and then mapping the share on the server. I did this, but for some reason, I cannot see the mapped drive. I tried several variatioins of the DriveInfo.GetDrives method and while it shows the drives that are local, it does not show the network drives.

If there is a better way to do this, I am open to changing my direction.

View 3 Replies


Similar Messages:

Accessing Merging IIS Extended Log Files?

Oct 18, 2010

I need to access, merge and parse my log files using my asp.net application programmatically. I use shared hosting and as I can see log files are out of the root directory of my website? Is there anyway to access those files from my application?

View 1 Replies

Accessing Remote Files From Web Service?

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

Accessing Files On A Hosted Site?

Oct 25, 2010

I want to create an asp.net based website. When I create the sit eon my local machine I am uploading pdf files to my file system then accessing the files to view in my website. When I make the site go live how do I translatye this? Can I have files saved somehow with my interenet host? How would I access the files though the internet host on my application?

View 2 Replies

Web Forms :: Accessing Files On A Mapped Server?

Oct 12, 2010

I have file locations stored in my DB. The locations are mapped drives on a different server. How can I access them? Do I need to set something up in IIS?

Here are som example locations:

\FILESERVERP4W$Documents - FCClient�0510911000LE~1.DOC
V:471471231File Note 28.11.08.1.doc

View 11 Replies

Security :: Accessing Files In Protected Folders?

Jan 29, 2010

When I link to a file in a web folder which is user/password protected on the host, I get a panel requiring me to enter the correct user id and password.

I would like to create a link in my form that provides the id and password without exposing it to the user. How can I do this?

View 2 Replies

HttpHandlers / Modules :: Accessing Files On Another Server Using Httphandler?

Oct 29, 2010

I need to access image files (.jpg) on a server other than the web server my app runs on. I would like to use an httphandler to do this but I am unsure of the syntax to specify the path. I have tried mapping a drive on the web server to the file server but that didn't work. I have tried using a UNC path but that did not work either.

View 1 Replies

C# - Accessing Source Code Generated From ASPX/ASCX Files?

Mar 3, 2010

You've probably noticed that when you debug an error which comes from an ASPX or ASCX file (literally, not from a corresponding code-behind file), ASP.NET displays an error page showing you the source file and the line on which the error occurs. The source file being displayed is automatically generated from parsing the page/control. The question is: how can I see this source file without purposely causing an exception?

I'd love to hear that there is some programmatic way (the complexity doesn't matter) to generate source files (preferrably, .cs) from a series of ASPX/ASCX files.

Example. Consider the following ASPX page (the code-behind file may even be absent):

<%@ Page Language="C#"%>
<%@ Register Assembly="AspxGen" Namespace="AspxGen" TagPrefix="ag" %>
<html>
<head><title>Some Title</title></head>
<body>

[Code]....

d:DevAspxGenAspxGenDefault.aspx(9,80): error CS0103: The name 'ThereIsNoSuchProperty' does not exist in the current context

This means, theoretically I can open the .CS files passed to the compiler (namely, App_Web_sqj3krv3.0.cs and App_Web_sqj3krv3.1.cs) and see what ASP.NET has generated from my ASPX markup. Trying to rephrase the previous question: how can I obtain this file from an arbitrary ASPX file (assuming that the file is correct and hence no info will be given on where to search)?

View 3 Replies

How To Detect Network Card ID

Feb 15, 2011

Is it possible to know network card id of the user host computer from where the request is coming like IP address. I am interesting to know if it is possible at IIS or asp.net level or any other possible way of knowing it?

View 2 Replies

Security :: How To Use To Verify Credit Card / Which Is The Best

Jul 14, 2010

I looked at this site: [URL]

But does not check for all the cards, in addition, my credit card and write the force that does not exist.

How do you use to verify credit cards, which is the best?

View 1 Replies

How To Process Credit Card Payments

Aug 22, 2010

i have a web app.. and need to process credit card payments. recommend the best payment gateway provider that is easy to implement?

View 3 Replies

How To Check Identity Card Number

Nov 3, 2010

I doing a system which need to check Identity Card No. (Malaysia). Example: 880505-10-5633

how to check whether it is valid?

View 5 Replies

How To Stream A Video Over Internet From A TV Card

Dec 8, 2010

i want to stream TV channel to my family and few friends at another country over internet. I dont know what to do. But i have a rough idea that to capture the channel with a TV card and then broadcast it over internet.This means that i'm not the only user, it's a multiuser broadcast.

View 4 Replies

.net - Send A Business Card To A Mobile Using C#?

May 27, 2010

Is there any way to send a business card to a mobile phone using C#? I have an application in j2me which requires some set of data corresponding to some contacts so I want to send the business card of that contact via my server

Business Card is a type of special sms which contains the contact details of any person

View 1 Replies

Stream The TV Channel From TV Tuner Card In .net ?

Nov 15, 2010

I have system with TV tuner card. In my project, I want to stream one of the channel from my system to other users in my LAN.

I don't have any idea how to stream TV channel from TV Tuner Card.

I want to use ASP.NET with C#.

View 2 Replies

Web Forms :: Credit Card Processing PCI Compliance?

Nov 14, 2010

I am assigned to create a credit card application that follow PCI Compliance. I know that there are documenation in PCI Compliance website about what kind of thing need to be followed. Is there anybody has somekind of sample code about ASP.NET Credit Card Processing?

View 2 Replies

Validate Credit Card Expiry Date Using C#?

Jan 12, 2011

We need to validate the credit card expiry date using C#?

How to convert String("MM/DDDD" : "07/2011") to Datetime and compare with current date?

View 4 Replies

AJAX :: How To Credit Card Validation Using Web Services

Jan 30, 2010

hw i can validate credit card using web services... since am new 2 dis asp.net nt knwng much abt it..

View 3 Replies

How To Confirm Personal Information By Using VISA Card

Aug 12, 2010

I'd like to make VISA confirmation on my site (ASP.NET). I believe there is an API, which could confirm entered personal information.

View 2 Replies

Security :: Registration With Generate ID Card Image?

Oct 1, 2010

i want to generate ID Card Image with first name and last name and ID number with barcode after the customer finish registration

and send it to him/her email

View 1 Replies

Integrate Credit Card Payment In Site?

Mar 14, 2011

In my project there is a requirement to integrate credit card payment in my site.

I am new to this process.

how to integrate the creditcard payment in my site.

(What are all Requirements to integrate the credit card payment)

View 10 Replies

Paypal Accept Credit Card Payments?

Feb 17, 2010

I am creating my first e-commerce site.I have a nonprogramming ?; Does Paypal accept credit card payments or should i use a third party gateway to accept credit card payments?

View 2 Replies

Controls :: Integrating Card Swap Machine

Jun 22, 2012

How To integrate Swap Machine which Reads Cedit/Debit cards..  And Is there Any Simulators Availble to Test swap machine..

Is there any APIs available for this.... I googled lot but did'nt got effective info..

View 1 Replies

For Loop To Rotate Through Batters On A Baseball Score Card?

Oct 26, 2010

So I am working on a vb.net project for school the class is a 101 class and it has to do with webapp not forms. So for my project I am working on creating a baseball score card. I have the layout of what I want it to look like. I am now working on getting the rotation of that batters. I have a button that adds the strikes to the form when pressed. What I am trying to do now is have the cell advance to the next player when it is 3 strikes. Here is the code for the subroutine. What is is doing right now is adding the strike1 image to batter one, the strike2 image to batter2 and the strike3 image to batter 3. How can I fix this so it added all three strikes to batter 1 then moves to batter 2?

[code]....

View 5 Replies

To Store Credit Card And Pricing Information In ViewState Even Over Ssl?

Jul 7, 2010

The Title pretty much says it all but to clarify more I have a page with private properties that are storing a credit card object and a shopping cart object in viewstate so I can maintain a reference to them across postbacks. BTW the page involved will be using ssl. Is this safe?

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved