G
Guest
I have a PC that has windows 2000 Server ,Microsoft .Net Framework 1.0
installed
First time I tried to create a web application and debug it i had the error
"unable to debub ..." so i changed the username and Password attributes in
"processModel" section into mine , now I am able to debug but the page (even
if the page is empty ! ) alawys has this error
Unrecognized attribute 'validateRequest'
Source Error:
Line 10: <authentication mode="Windows"/>
Line 11: <identity impersonate="true"/>
Line 12: <pages buffer="true" enableSessionState="false"
enableViewState="false" validateRequest="false"/>
Line 13: <sessionState mode="Off"/>
Line 14: </system.web>
Source File: c:\inetpub\wwwroot\web.config Line: 12
would you please help ?
Thanks
installed
First time I tried to create a web application and debug it i had the error
"unable to debub ..." so i changed the username and Password attributes in
"processModel" section into mine , now I am able to debug but the page (even
if the page is empty ! ) alawys has this error
Unrecognized attribute 'validateRequest'
Source Error:
Line 10: <authentication mode="Windows"/>
Line 11: <identity impersonate="true"/>
Line 12: <pages buffer="true" enableSessionState="false"
enableViewState="false" validateRequest="false"/>
Line 13: <sessionState mode="Off"/>
Line 14: </system.web>
Source File: c:\inetpub\wwwroot\web.config Line: 12
would you please help ?
Thanks