Hello,
The other day from godaddy I
1. redirected my url (pacificartskenpo.com) to where my site is being hosted (
http://216.119.99.217/)
2. Went into portals and added two aliases(
www.pacificartskenpo.com, pacificartskenpo.com)
Yesterday (about 24 hours later) my site went completely down. The error points to this line in my config file
<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="8192" requestLengthDiskThreshold="8192" requestValidationMode="2.0" />
I have
1. Removed the line completely - Site comes up but the logo does not show, and one of my modules does not come up. The module throws an error : Request for the permission of type 'System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed
2. Removed this part of the line (requestValidationMode="2.0") - This brings the site back up except with the same behavior as above
So basically...
When removing that line "requestValidationMode=" my site comes up. But when I add it (no matter what version I enter 2.0, 3.5,4.0,etc... It throws an error. When I remove it the site comes up but my logo is missing and one of my modules does not work.
Any suggestions?
Thanks!
Joe