Avatar of PagodNaUtak
PagodNaUtakFlag for Philippines

asked on 

Increase character limit for URL's

Hi!

Is there a way to increase character limit for URL's in ASP.net 3.5 or Moss 2007?
ASP.net 4.0 has maxRequestPathLength, is there an equivalent maxRequestPathLength in ASP.net 3.5?

Please advice.

Regards,

Joseph
ASP.NET.NET ProgrammingMicrosoft SharePoint

Avatar of undefined
Last Comment
ufarooq
Avatar of Kalpesh Chhatrala
Kalpesh Chhatrala
Flag of India image

You can set maximum request length in web.config

<configuration>
    <system.web>
        <httpRuntime maxRequestLength="32768" />
    </system.web>
</configuration>

Open in new window

Avatar of PagodNaUtak
PagodNaUtak
Flag of Philippines image

ASKER

My scenario is related to this posts:

http://stackoverflow.com/questions/265251/asp-net-url-max-path-limit

How to implement the solution in ASP.net 3.5? Any ideas?
Avatar of Alpesh Patel
Alpesh Patel
Flag of India image

You cannot do this,
maxRequestLength
is different thing.
Avatar of PagodNaUtak
PagodNaUtak
Flag of Philippines image

ASKER

PatelAlpesh,

Can you explain why?
ASKER CERTIFIED SOLUTION
Avatar of ufarooq
ufarooq

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
.NET Programming
.NET Programming

The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.

137K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo