简体   繁体   中英

asp.net ImageConversion.aspx webcam is not working in IIS

I am new to asp.net, I want to use web camera in my application and should take the snap,for that I have used THIS source code and it is working when I run the application in localhost,but after hosting the same code on IIS camera is taking the snap but not saving. Can anyone please help on this.

Make sure:

  1. Make an Image First then save it to your Project Directory.
  2. You have the right path that your code accessing to that folder.
  3. Check folder permission also.

默认情况下,您的代码将在 IIS 中运行的应用程序池对您的c:\\驱动器没有写访问权限。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM