Navigation

Search

Categories

On this page

Archive

Blogroll

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

RSS 2.0 | Atom 1.0 | CDF

Send mail to the author(s) E-mail

Total Posts: 149
This Year: 2
This Month: 0
This Week: 0
Comments: 43

Sign In
Pick a theme:

# Saturday, October 07, 2006
Saturday, October 07, 2006 9:46:03 PM (GMT Daylight Time, UTC+01:00) ( .Net Web )

 

A few issues to keep in mind when converting a VS 2005 web project to a Web Application project.

http://webproject.scottgu.com/CSharp/Migration2/Mi...

ASP .Net automatically generates a strongly typed Profile class when using Profile Personalization (System.Web.Profiles). This does not happen when using WAP (Web application projects).

There is a free utility to generate the Profile class from the web.config

http://www.gotdotnet.com/workspaces/workspace.aspx...

The default SqlProfilesProvider works by serializing all the profile properties into one column. However, as with all providers this can be changed.

http://www.asp.net/downloads/teamprojects/default.... is a download to a Table profile provider and stored procedure profile provider. These work out of the box, to a profiles table of your own choosing.

Name
E-mail
(will show your gravatar icon)
Home page

Comment (HTML not allowed)  

[Captcha]Enter the code shown (prevents robots):

Live Comment Preview