473,385 Members | 1,337 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Access to client HDD from Web Application?

Hello !
First, excuse me for my very bad English, but I'll try to explain my problem
.....
I write my first Web Application on C# and ASP.NET /till now I write only
for Windows/, and this WebApp must read and write files on the client
computer.
Can someone explain how the browser can do this ?

P.S. -> WebApp is for our company and all reading and writing data will be
with agreement of our clients.......
I wish you best !
Toma Marinov

Nov 16 '05 #1
2 1330
Toma -

there is no way to do this. If you "need" to access data on client's hard
drive, you'll need to write a client application (Windows forms or a console
app) that must be ran with "FullTrust" or "Everything" permission set on the
client.

Cheers,
Branimir

--
Branimir Giurov
MCSD.NET, MCDBA
"Toma" <To*********@abv.bg> wrote in message
news:ev**************@TK2MSFTNGP11.phx.gbl...
Hello !
First, excuse me for my very bad English, but I'll try to explain my problem ....
I write my first Web Application on C# and ASP.NET /till now I write only
for Windows/, and this WebApp must read and write files on the client
computer.
Can someone explain how the browser can do this ?

P.S. -> WebApp is for our company and all reading and writing data will be
with agreement of our clients.......
I wish you best !
Toma Marinov

Nov 16 '05 #2
Toma,

Along the same lines as what Branimir said, you could make a *windows forms
control* that runs with full trust in IE (similiar to a java applet) to
handle your file writing but this is basically a WinForm app deployed under
no-touch with regard to client permissions. However, if you need to present
it as web page, maybe this is closer to what you are looking for?

http://msdn.microsoft.com/msdnmag/is...l/default.aspx
HTH,

Alex
"Branimir Giurov" <br******@nospam.com> wrote in message
news:e6**************@tk2msftngp13.phx.gbl...
Toma -

there is no way to do this. If you "need" to access data on client's hard
drive, you'll need to write a client application (Windows forms or a console app) that must be ran with "FullTrust" or "Everything" permission set on the client.

Cheers,
Branimir

--
Branimir Giurov
MCSD.NET, MCDBA
"Toma" <To*********@abv.bg> wrote in message
news:ev**************@TK2MSFTNGP11.phx.gbl...
Hello !
First, excuse me for my very bad English, but I'll try to explain my

problem
....
I write my first Web Application on C# and ASP.NET /till now I write only for Windows/, and this WebApp must read and write files on the client
computer.
Can someone explain how the browser can do this ?

P.S. -> WebApp is for our company and all reading and writing data will be with agreement of our clients.......
I wish you best !
Toma Marinov


Nov 16 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: wrytat | last post by:
Hi! I'm very new to ASP.NET and really need some good advice from experts here. I'm creating a web application for my company now. This application has 2 parts. 1 part for the customers to...
35
by: deko | last post by:
Do I get more scalability if I split my database? The way I calculate things now, I'll be lucky to get 100,000 records in my Access 2003 mdb. Here some math: Max mdb/mde size = 2000 x 1024 =...
15
by: Cheryl Langdon | last post by:
Hello everyone, This is my first attempt at getting help in this manner. Please forgive me if this is an inappropriate request. I suddenly find myself in urgent need of instruction on how to...
22
by: Jordan S. | last post by:
SQL Server will be used as the back-end database to a non trivial client application. In question is the choice of client application: I need to be able to speak intelligently about when one...
0
by: Nymus | last post by:
I would like to use an access database as a shared database on a remote website. I don't know if it is possible, but this is what i would like to do with this database: - Use it to run a database...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.