I have now turned it off by writing
<%@ Page EnableViewState="false" %>
on the top of the page, and the viewstate was really reduced ;-)
But there is one thing that confuses me:
I have a form with some fields. After posting the form, it still
remembers the content of the fields. Why is the content remembered when
the viewstate is turned off?