Questions tagged [asp.net-4.0]

This tag refers to the version 4.0 of the ASP.NET web application framework introduced with the .NET Framework 4.

Refers to the version 4.0 of the ASP.NET web application framework introduced with the .NET Framework 4.

1371 questions
0
votes
1 answer

ViewState documentation for standard server controls

Anybody knows where to find documentation (or an easy way to figure out, using reflector for example) about which properties a given asp.net server control stores in viewstate/controlstate? Thanks in advance Added more info: My current strategy is a…
Eduard
  • 664
  • 2
  • 14
  • 26
0
votes
2 answers

system.security.securityexception request failed with ajaxcontroltoolkit html editor

I use ajaxcontroltoolkit html editor in my asp.net project. It runs on my local computer but when I deploy, it returns system.security.securityexception. Do you have any suggestions? Thanks
cagin
  • 5,772
  • 14
  • 74
  • 130
0
votes
1 answer

eurl.axd redirect error when https domain assigned to IIS7.5 website

We have a website that was recently updated from ASP.NET 2 on IIS6 to .Net 4 on IIS7.5. When we deployed to the new Production server, we started getting http 404 errors after people logged in. I.e. users could see the default login page, but once…
Sam Banks
  • 85
  • 13
0
votes
3 answers

The element 'system.web' has invalid child element 'defaultDocument'

I'm training my web.config to recognize what the best default file is. According to my host it's supposed to look like in the listing below.