This is actually to follow up on the problem that was brought up in this thread that has since been Closed:
https://chooseyourstory.com/forums/bugs-and-problems/message/29275
When I do the same thing that Ogre did in the OP of that post, the website crashes and gives me this error message (hopefully this'll show up properly):
Server Error in '/' Application.
Illegal characters in path.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Illegal characters in path.
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:
[ArgumentException: Illegal characters in path.]
System.Security.Permissions.FileIOPermission.CheckIllegalCharacters(String[] str, Boolean onlyCheckExtras) +14568567
System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) +108
System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) +90
System.Web.InternalSecurityPermissions.PathDiscovery(String path) +40
System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) +172
System.Web.HttpServerUtility.MapPath(String path) +126
ChooseYourStory.WebApplication.CysHttpModule.BeginRequest(HttpApplication app) in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E276324\Src\ChooseYourStory.WebApplication\CysHttpModule.cs:185
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +139
System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +195
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +88
|
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3770.0