Click here to Skip to main content
15,900,108 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI
I want built an application which will read , open files located in different location in server in local machine .Just want to know which application will be better Web Application or Windows Applications

Thanks In Advance
Posted
Comments
Xeshan Ahmed 2-Dec-11 7:55am    
insufficient information
thatraja 2-Dec-11 8:36am    
Need more details

Well the better choice is to create a Web application and run it on your IIS or on your server's IIS then you can read/write files on your database via local area network instead of creating a windows app and deploying it on all client PCs

Please mark as answer and vote 5 if this solved your problem

Regards,
Eduard
 
Share this answer
 
Comments
Devopriyo Seal 2-Dec-11 9:31am    
Thanks
If I develop web appliaction is there will be any authentication issue .
[no name] 3-Dec-11 18:48pm    
yes there will be some. you must allow access from your web server and your client PCs but that's not a big issue since you have network admins with you
Devopriyo Seal 8-Dec-11 6:47am    
Thanks for your suggestion.I have pne more question if you can answer this it will be great. The files I need to access will be located in a variety of locations. Some of those files will not necessarily be located on the same server .Files will be located in places like: W:\Eng\Released\drawing.pdf W:\Eng\DEV_Docs\1703\deviations.doc X:\Manufacturing Engineering\Flat Patterns\704664-12_REV-D.DWG. This features is possible with web app please need you expert opinion .......
If you're only working on machines on your LAN, a windows desktop app would probably be the better choice.
 
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