Hello Xiuhong,
Below is the information regarding the error's you requested:
Event code: 3003
Event message: A validation error has occurred.
Event time: 07/12/2016 4:33:02 PM
Event time (UTC): 07/12/2016 9:33:02 PM
Event ID: bfcbac1af841484985a20ed86044dd17
Event sequence: 6902
Event occurrence: 4
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/ROOT/Forms-1-131127976047076453
Trust level: Full
Application Virtual Path: /Forms
Application Path: C:\Program Files\Laserfiche\Laserfiche Forms\Forms\
Machine name: ESCLFWEB
Process information:
Process ID: 4032
Process name: w3wp.exe
Account name: AISD\laserfiche
Exception information:
Exception type: HttpRequestValidationException
Exception message: A potentially dangerous Request.QueryString value was detected from the client (Notes="...shland ISD<br>Certified 1-8 SC...").
at System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection)
at System.Web.HttpRequest.ValidateHttpValueCollection(HttpValueCollection collection, RequestValidationSource requestCollection)
at System.Web.HttpRequest.get_QueryString()
at System.Web.HttpRequest.get_Item(String key)
at E_Forms.MvcApplication.Application_AcquireRequestState(Object sender, EventArgs e)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Request information:
Request URL: http://forms.amaisd.org/Forms/ProfPAF?ID=18260&AppID=18260&Cluster=Tascosa&PositionType=Existing&ApprovedRequisition=&ReplacedEmplid=014380&CurrentEmployee=No&CurrentEmplid=&Notes=31 years of experience coming from Bushland ISD<br>Certified 1-8 SC, EC, ESL PK-8
Request path: /Forms/ProfPAF
User host address: 10.199.33.69
User: AISD\laserfiche
Is authenticated: True
Authentication Type: LaserficheForms
Thread account name: AISD\laserfiche
This is the error the server gets when I try to load the link. It is a different message than what the user sees:
Server Error in '/Forms' Application.
A potentially dangerous Request.QueryString value was detected from the client (Notes="...shland ISD<br>Certified 1-8 SC...").
Description: ASP.NET has detected data in the request that is potentially dangerous because it might include HTML markup or script. The data might represent an attempt to compromise the security of your application, such as a cross-site scripting attack. If this type of input is appropriate in your application, you can include code in a web page to explicitly allow it. For more information, see http://go.microsoft.com/fwlink/?LinkID=212874.
Exception Details: System.Web.HttpRequestValidationException: A potentially dangerous Request.QueryString value was detected from the client (Notes="...shland ISD<br>Certified 1-8 SC...").
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[HttpRequestValidationException (0x80004005): A potentially dangerous Request.QueryString value was detected from the client (Notes="...shland ISD<br>Certified 1-8 SC...").]
System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection) +12689689
System.Web.HttpRequest.ValidateHttpValueCollection(HttpValueCollection collection, RequestValidationSource requestCollection) +203
System.Web.HttpRequest.get_QueryString() +97
System.Web.HttpRequest.get_Item(String key) +20
E_Forms.MvcApplication.Application_AcquireRequestState(Object sender, EventArgs e) +275
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +165
Thank You