Converting vb.net into a web application [closed] - asp.net

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
I have written a desktop application in vb.net. Now I need to convert it into a web application in asp.net. Can you please suggest how I might proceed?

What you're asking is far more complicated than you think it is. Take this as an opportunity to learn ASP.Net, and web applications in general. Implement the web app from scratch (there are many good books on the subject), using your desktop app as a guide.

Related

Use ASP.NET with node.js [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
is there any way to use asp.net and node.js together?
I don't thinks so because node.js is a whole different webserver?
Edit for clarification: i want to add websites, based on node.js to an existing asp.net web forms application

Downloading ASP.NET [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I just downloaded ASP.NET along with some other things(SP1 and such) Total: 9XX MB.
I had to restart my computer and now when I try to open a new project via my VS2010, I see nothing different, I can't find the Web Form option, Here's the URL I downloaded from:
http://www.asp.net/downloads
Thanks!
Now you need to go to http://www.asp.net/get-started and start learning. (Of course, there are other places you can go to learn, but this is an obvious choice).

We were thinking of porting our site into wordpress [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
We have a lot of media posts by users in the site. I just don't know where to begin. Is there any book or site you would recommend that provides the Wordpress schema and elaborates on a "porting process?"
Tx
WordPress does include plenty of import tools for the content that you might be hosting elsewhere.
http://codex.wordpress.org/Tools_Import_Screen
http://codex.wordpress.org/Importing_Content
I am currently migrating a site myself that was in plain-old static html to WordPress.
And my nifty little plugin has been extremely helpful.
http://wordpress.org/extend/plugins/csv-importer/

How to create asp.net Forum [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
I just want to create an asp.net VB Forum and the database should be MS Access.
No reason to be rude about this question. Here are some resources that can get you started.
http://www.asp.net/get-started is a good place for information about building your first ASP.NET application.
http://www.asp.net/community/projects#jm_starter_kits_and_samples has links to some starter kits that can get you up and running.
http://www.asp.net/downloads/starter-kits/the-beer-house is an older starter kit, for ASP.NET 2.0, but I used this a while back and it's pretty good.
As for using MS Access, I would try to get your first web application up and then ask a more specific question here on Stackoverflow when you run into some problems.

Oracle and asp.net [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
What client should be used to access Oracle database (specifically invoking the stored procedures) from ASP.net code? I am specifically referring to the industry standard. What tips/tricks/issues have you had with it?
EDITED
You should use ODP.NET.
System.Data.OracleClient which is part of the .NET framework is deprecated and should no longer be used because they will be removed in a future version of the .NET Framework.

Resources