Click here to Skip to main content
15,903,385 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have two products. One is a window application, and one is a website. Now i want to add a webpage into our website that can read the content of file written by my window application in the client machine by
Posted

Then it has nothing to do with your windows application by which you have created text file. See these links

How to read or write text file using asp.net[^]

Reading and Writing Text File using C#.Net[^]

CodeSnip: Read and Write Text Files with ASP.NET 2.0[^]

Reading Text Files in an ASP.NET Web Page[^]

Regards..:)
 
Share this answer
 
v2
Agree with Rohan Leuva but if you want to send data from your windows application consider using WebClient

http://msdn.microsoft.com/fr-fr/library/system.net.webclient.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900