How to create asp.net Forum [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 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.

Related

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).

Integrate Moodle with Alfresco [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 want to integrate Alfresco with Moodle.
I would like Moodle users to be able to store e-content and retrieve them easily using Alfresco.
Moodle 2.x is already integrated with the Alfresco repository, although this needs to be enabled by an administrator via Site administration -> plugins -> repositories -> manage repositories. The documentation is here and although sparse, provides links to discussions that explain how to get it going.

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.

Converting vb.net into a web application [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 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.

Can't find project Solution(.sln) [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'm working on a ASP.NET C# project. Why am I not getting the solution(.sln) file of any project.
When I close one project then on my project folder i dont get any .sln file, what is the reason and how to solve it.
You're not seeing a Solution in the Solution explorer?
Go to menu Tools >> Options
Select the tab General (under Projects and Solutions)
Check 'Always show solution'
In VStudio if you create a asp.net project/website the solution is stored in your %USERPROFILE%\my documents\Visual Studio 2005\Projects folder.

Resources