Question:Which of the following is the correct way to expand the size of application URLs in .Net framework 4.0?
A <httpModules maxRequestPathLength="260" maxQueryStringLength="2048" />
B <httpRuntime maxRequestPathLength="260" maxQueryStringLength="2048" />
C <httpHandlers maxRequestPathLength="260" maxQueryStringLength="2048" />
D None of these
+ AnswerD
+ Report