| Author |
Topic Search Topic Options
|
dharmesh
Newbie
Joined: 16 February 2006
Location: India
Status: Offline
Points: 20
|
Post Options
Thanks(0)
Quote Reply
Topic: source code! Posted: 21 April 2006 at 6:31am |
yeah Admin,
plz help me. i want to deleloping the discussion forum for the wedding planner in the ASP.NET with C# technology.
Can u help me how to write code for the forum. i want to free source code for the Wen wiz guide forum..........
|
 |
MadDog
Mod Builder Group
Joined: 01 January 2002
Status: Offline
Points: 3008
|
Post Options
Thanks(0)
Quote Reply
Posted: 21 April 2006 at 6:38am |
|
Please do a search!
This forum is coded in Classic ASP, not ASP.Net.
There is going to be a ASP.Net version in the future, but it is not out yet and its probably not even started yet.
|
|
|
 |
Luke SkyWalker
Newbie
Joined: 25 April 2006
Location: Malaysia
Status: Offline
Points: 9
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 May 2006 at 3:55pm |
|
well, i will starting to research how to convert traditional ASP code to ASP.Net code for Web Wiz forum...however with visual BASIC language...
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 May 2006 at 4:39pm |
|
ASP and ASP.NET are completely different, writing a version in ASP.NET will require starting again with completely new code, in a completely different coding style.
Most ASP.NET applications use object orientated code in a modularised fashion, and come supplied as DLL's rather than source code that can be modified using a text editor, like you can with more traditional ASP.
|
|
|
 |
dpyers
Senior Member
Joined: 12 May 2003
Status: Offline
Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 May 2006 at 9:25pm |
ditto that! integrating classic asp with asp.net is easier said than done. Converting classic asp to asp.net is futile. Better to start from scratch and utilize the framework rather than run some bastardized version. asp.net has been out for years and we still don't have any forum that comes close to the features, performance, and security of wwf. If it were easy to do, it would have been done.
|
Lead me not into temptation... I know the short cut, follow me.
|
 |
Mart
Senior Member
Joined: 30 November 2002
Status: Offline
Points: 2304
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 May 2006 at 10:31pm |
|
I rewrote the enitre wwf front page in asp.net/c# once but there didn't seem much demand for it at the time, and wwf 8 was in development so the database would have changed before I rewrote the whole app
|
 |
mack
Groupie
Joined: 06 November 2004
Location: United States
Status: Offline
Points: 90
|
Post Options
Thanks(0)
Quote Reply
Posted: 28 May 2006 at 2:30pm |
|
ASP.NET and ASP3 can run side-by-side though. Maybe someone could start off writing each page in ASP.NET. It wouldn't be THAT hard, afterall.
I would think the .NET version would be way faster.
|
 |
dpyers
Senior Member
Joined: 12 May 2003
Status: Offline
Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 28 May 2006 at 4:44pm |
|
Just re-writing a "page" doesn't get you anything. Only reason to go to .net is to utilize the object oriented nature of the frmework which means rewriting the app.
|
Lead me not into temptation... I know the short cut, follow me.
|
 |