Which of the following is the correct way to expand the size of application URLs in .Net framework 4.0?
1.<httpModules maxRequestPathLength="260" maxQueryStringLength="2048" />
2.<httpRuntime maxRequestPathLength="260" maxQueryStringLength="2048" />
3.<httpHandlers maxRequestPathLength="260" maxQueryStringLength="2048" />
4.None of the above
Answer:2
Posted Date:-2022-08-16 04:36:23