Hello,
im creating a MVC application thats following a restfull URL approach
Im am experiencing the following error...
"The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters."
This error occurs when my URL length >= 225 chars. Surly I can have much longer URL's without this problem and doesn’t this relate to file paths rather than URL's ?
Im sure some of you MVC guys have experienced this ;)
is there a way round it ?? where am i going wrong ??
thank you for your time
Truegilly