Tagged Questions

2
votes
2answers
41 views

ASP.NET 4 running on server with ASP.NET 3.5

Can I compile an ASP.NET 4 application, and run this on a server with ASP.NET 3.5 installed? I have seen this method for ASP.NET 3.5 MVC running on servers with only 2.0 installe …
0
votes
2answers
28 views

how to use url routing in asp.net 4.0

how i can use url routing in asp.net 4.0 . how it is possible in asp.net 4.0 ; are you provide some demo code , sample project for it
2
votes
2answers
88 views

Request Validation - ASP.NET MVC 2

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 validateR …
1
vote
2answers
81 views

Entity Framework v2 doesn’t support sql 2000?

I installed the beta 2 of Visual Studio 2010 today. I went to test out the new entity framework stuff (to see if my "issues" from v1 were fixed.). I started adding a new connecti …
1
vote
3answers
71 views

MSBuild: Building asp.net 4.0 web sites: .metaproj -files

Hi! I have a solution-file with ASP.NET Web Sites. When I build the solution with .NET 4.0 Beta 2 using "c:\WINDOWS\Microsoft.NET\Framework\v4.0.21006\MSBuild.exe" d:\MyPath\ …
3
votes
2answers
26 views

Html Encoded Code Expressions

In ASP.NET 4.0 should I use new syntax <%: expression %> or 2.0 <%= HttpUtility.HtmlEncode(expression) %>
0
votes
0answers
20 views

AJAX change in .NET 4: Sys.Services.AuthenticationService

I'm testing my existing apps in VS 2010, and ran into my first break. ASP.NET AJAX authentication support has changed. Sys.Services.AuthenticationService.set_defaultLogoutComplete …
2
votes
1answer
77 views

How can we make the DataView Control respond to javascript events?

If I had an ASP.NET 4.0 DataView control that looked like below, how can I control javaScript events on the client side? Body tag: <body xmlns:sys="javascript:Sys" xmlns:datav …