asp.net-4.0 Questions
0
I get this error: A potentially dangerous Request.Path value was detected from the client (?). when this URI: http://www.site.com/%3f.
How can I write an integration tests around of all of this ty...
Pentastich asked 14/5, 2010 at 0:6
2
Solved
i have just upgraded a test copy of my site to asp.net 4.0 and have noticed a strange issue that only arises when i upload the site to my server.
the site has an asmx web service that returns json...
Sloven asked 1/5, 2010 at 12:45
1
Solved
In Rob Conery's Storefront series, Rob makes extensive use of the LazyList<..> construct to pull data from IQueryables.
How does this differ from the System.Lazy<...> construct now av...
Lice asked 22/4, 2010 at 10:31
3
Solved
I'm using MySql in my asp.net project. But I don't want to type every "using MySql.Data.MySqlClient;" statement in every aspx.cs/aspx.vb file. How can I define this lines in web.config file?
I've ...
Deconsecrate asked 16/4, 2010 at 11:33
1
Solved
I've completed this set up on a fair few IIS 6 boxes, but one is giving me a tough time.
The problem occurs when I add the application extension mapping to:
c:\windows\microsoft.net\framework\v4....
Cetacean asked 8/2, 2010 at 16:18
1
Solved
In my database schema each forum has a category and categories can have many forums. I'm trying to list categories and their respective forums with the following code:
<%@ Page Title="" Langua...
Carioca asked 15/4, 2010 at 1:33
6
Solved
Now that Visual Studio 2010 RC is released I was wondering if anyone knows what pros/cons there are to upgrading my existing ASP.NET applications to target the .NET 4 framework? (Apart from waiting...
Jos asked 9/2, 2010 at 9:43
2
Solved
Has request validation changed for ASP.NET MVC 2, more precisely, not validating?
I did the following:
Web.configs (in App directory and Views directory)
<pages
validateRequest="false"
Con...
Toogood asked 30/10, 2009 at 6:57
© 2022 - 2024 — McMap. All rights reserved.