"
 
 
 
ASP.NET (snapshot 2017) Microsoft documentation and samples

ASP.NET Web Pages 2 Developer Preview ReadMe

by Microsoft

ASP.NET Web Pages 2 Developer Preview ReadMe

14 September 2011

Contents

Installation Notes

To install Web Pages 2 Developer Preview, you have these options:

ASP.NET Web Pages 2 Developer Preview can be installed and can run side-by-side with ASP.NET Web Pages 1. For details, see the section “Running Web Pages Applications Side-by-Side” in The Top Features in Web Pages 2 Developer Preview.

Documentation

Tutorials and other information about ASP.NET Web Pages are available on the Web Pages page of the ASP.NET website (https://www.asp.net/web-pages/). For information about new features and enhancements in Web Pages 2, see The Top Features in Web Pages 2 Developer Preview.

Support

This is a preview release and is not officially supported. If you have questions about working with this release, post them to the ASP.NET Web Pages forum (https://forums.asp.net/1224.aspx/1?WebMatrix ), where members of the ASP.NET community are frequently able to provide informal support.

Software Requirements

ASP.NET Web Pages 2 requires the .NET Framework 4. It also works with the .NET Framework 4.5 Developer Preview release.

Fixes, Known Issues, and Breaking Changes

However, we recommend that if you use the new input validation methods, don’t use ModelState.IsValid. Instead, structure your code like this:

[!code-csharpMain]
   1:  Validation.RequireField("MyField");
   2:  if (IsPost) {
   3:      if (Validation.IsValid()) {
   4:          // do something
   5:      }
   6:  }

Disclaimer

© 2011 Microsoft Corporation. All rights reserved. This document is provided “as-is.” Information and views expressed in this document, including URL and other Internet Web site references, may change without notice. You bear the risk of using it.





Comments ( )
<00>  <01>  <02>  <03>  <04>  <05>  <06>  <07>  <08>  <09>  <10>  <11>  <12>  <13>  <14>  <15>  <16>  <17>  <18>  <19>  <20>  <21>  <22>  <23
Link to this page: //www.vb-net.com/AspNet-DocAndSamples-2017/aspnet/web-pages/overview/releases/aspnet-web-pages-2-developer-preview-readme.htm
<SITEMAP>  <MVC>  <ASP>  <NET>  <DATA>  <KIOSK>  <FLEX>  <SQL>  <NOTES>  <LINUX>  <MONO>  <FREEWARE>  <DOCS>  <ENG>  <CHAT ME>  <ABOUT ME>  < THANKS ME>