ASP.NET [2.0]

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
Llyod:

The model has not changed dramatically from 1.x to 2.0. You can find the
changes to the model on the gotdotnet.com site (do not have a link). If you
can check if a user is authenticated (logged in) in 1.x, the code will
migrate nicely. With 2.0 you do have the addition of using Membership on top
of the 1.x model, which simplifies things. There are some good samples you
can install on your machine, or look at the samples and docs at
http://labs.msdn.microsoft.com.


NOTE: It would be better to surf to
http://communities.microsoft.com/newsgroups/default.asp?icp=whidbey&slcid=us
and follow the direction there for posting. These groups are aimed more at
the 1.x Framework, so you are less likely to get a quality answer here. The
2.0 Framework teams watch the above groups. You can also post in the forums
at http://www.asp.net/forums for the ASP.NET team. There are forums
specifically for 2.0.


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Hi!

Well
1. I have no idea there was some user feature in 1.0 anyway, I'm new to
ASP.NET, but I had a big book on ASP.NET 1.0, and nowehere they speak about
authentication :(
2. hu.. web forum? I hate that!... ok, I might give it a try.. for science!
 
Back
Top