computing
  • 0

.Net Based Pages Failed To Initialize

  • 0

.net problems ie8 for windows xp
Make sure your .net environment is configured to grant full trust to this website.

im thinking this is an internet option security issue but just not sure which one.

Share

1 Answer

  1. Make sure your .net environment is configured to grant full trust to this website

    http://is.gd/PQyVPJ

    It is related to your .net ( Framework ) folder, do a search on your hard drive for Web.config & open with your editor, then add the following > <trust level=”Full” originUrl=”” />

    http://forums.asp.net/t/1099418.aspx

    <trust level=”Full” originUrl=”” />
    http://is.gd/ssbtU5

    • 0