<Pages> configuration element in web.config

  • Thread starter Thread starter z. f.
  • Start date Start date
Z

z. f.

the help describes <pages> element in the system.web part of web.config.
when trying to use this element in order to set the viewstate=false by
default, i get error of

Unrecognized configuration section 'Pages'

what should i do, was this disabled?

using framework 1.1 + help.


TIA..
 
please post some or all of your web.config. It sounds like you've put the
tag in the wrong place.
XML is heirarchical. You have to place the tag inside the correct location.

--- Nick
 
Judging from your other posts you are running a standalone application, not
a web application. Web.config does not apply to you then.

Jerry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top