Click here to Skip to main content
15,892,965 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i am working a project who have two module , a part is window based and other is Web based
so i want to run both module in Single Folder in Asp.net,
i define about my project little bit

1.Capture image by Webcam and saved in Database with name (it is window based)
2. Then image and name show on Website (it is web based)

Please Help Me,Thank in Advance
Posted

1 solution

for step 1 use a memory stream to get its bytes, then you can store them in the database.
for step 2 use an http handler that read these bytes and write them to the response.
 
Share this answer
 
Comments
Arif Ansari Code 17-Nov-13 23:44pm    
Dear i am not asking to how to convert bytes to image and invert solution,
My question is, How both type of application operate inside
Single Folder
I don't want to access (web and window)application to seprate folder
I hope you got it
Please Help me as soon as possible
thanks
Ali Al Omairi(Abu AlHassan) 21-Nov-13 1:56am    
Then create a virtual directory from iis.
Arif Ansari Code 21-Nov-13 5:34am    
Please Could you Define it, with some example
Ali Al Omairi(Abu AlHassan) 3-Dec-13 4:30am    
search google with the query of 'How to Create and Configure Virtual Directories in IIS' and you can find your solution.

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