Access denied

Discussion in 'ASP.NET 2.0' started by pile, Apr 16, 2007.

  1. Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) System.Windows.Forms

    anyone know how to solve this problem ? coz i try upload it on my other server and it works fine

    http://great-jewellery.com/snap/Default.aspx

    /emoticons/confused.gif
     
  2. The exceptions is due to the WebBrowser control (System.Windows.Forms) used within Screeny.vb .Dasp doesnt not allow this control to be used on their server ,due to which you are getting an access denied error.

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    Jes... what kind of workaround is that?? Telling people to use WinForm classes in ASP.NET application!!


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  4. Is it still the case that the webbrowser control cannot be used? Does anyone know of an easy way to get a thumbnail of a webpage without the webbrowser control?

    Thanks
     
  5. OK, thanks, I'll study that route as it looks promising.
     
  6. MS Browser Control is disabled because it leaves a gapping hole in the servers security.

    I checked around the internet and found something that you maybe interested in. http://www.websnapr.com/

    rcp
    DiscountASP.NET
    www.DiscountASP.NET
     
  7. I think you misunderstood. I want a thumbnail of a webpage, not a thumbnail of a picture. The links you posted were for making thumbnails from pictures.

    Everything I've seen that does the thumbnail of a webpage uses the MS Browser Control. And the Browser Control appears to be forbidden here. Not sure if it's technical or just a policy decision.
     

Share This Page