.Net MVC - Restfull URL's - The specified path, file name, or both are too long. The fully qualified

Posted by Truegilly on Stack Overflow See other posts from Stack Overflow or by Truegilly
Published on 2010-03-27T12:44:54Z Indexed on 2010/03/27 12:53 UTC
Read the original article Hit count: 189

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about mvc

Related posts about restful