Forum Moderators: open
so i am working on this solution and of course it needs user management modules (login/register/my page, ..). what do you recommend:
1. to write these modules from scrath?
2. or if there is any good cource code out there that i can use.
all comments welcome (except "you are lazy")
Thx, BT
I've done a half dozen conversions or more from 1.1 to 2.0 and they weren't straight forward and I wound up re-writing some small chunks. Especially, the code behind. In instances where the code behind didn't work I had to drop and recreate the page then re-stitch the code behind.
I'll tell you what though... .net 2.0 is flippin sweet! Once you get there you will never want to go back into 1.1 or asp code again.
Regarding 1.1 --> 2.0 I havent experienced any issues. Infact, I recently migrated over 3 large'ish applications from 1.1 to 2.0 without any issues at all. There were some warnings here and there about deprected object use (namely ConfigurationSettings.AppSettings to ConfigurationManager.AppSettings and System.Web.Mail to System.Net.Mail) but everything still worked.
Now, regarding 2.0's membership mangement. I *hate* the drag/drop crap that they tried to implement.. yeah, its nice for trivial concept sites or whatever, but it sucks for anything significant IMHO. Thank God they allow us to make our own providers, thats really the nice thing about .NET 2.0 I guess..
i have got VS 2005, have been sorta hesitant to install it. i think i just go ahead and have 2003 and 2005 run side by side! now i am intrested to know more about this .Net 2 :-)
PS: i dont like drag and drop either.
I've not been a huge fan of drag n drop stuff but I have to admit that some of the features of the gridview are really nice. Like inline editing... I don't have to wire it up myself.
See if you can make a change to your code behind and them re-compile. BTW, when you save now you'll notice your changes going right out. That's a nice feature... but for this .resx issue try to do a rebuild.
I added a new page [test2.aspx](in VS 2005) and it didn have .resx automatically ...hhm
yea i noticed the absence of the good old bin/dlls. hhm i am lil bit nostaligic already; however teh new on-the-fly dll creation seems quite fast! (i managed to have a successful build)