Can't find project Solution(.sln) [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 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.

Related

How to turn on Live Web Preview in Web Essentials 2012 in Visual Studio 2012 [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 am trying to turn on the Live Web Preview feature of Web Essentials 2012 for when editing CSS files in Visual Studio. Everywhere I find the following instructions how to do that with none of them working for me:
1) Hit Ctrl + Alt + Enter -> nothing happens;
2) Right-click your web project item in Solution Explorer and click "Live Web Preview" to show the window and load the website. -> no such button exists.
Any help will be appreciated. Thank you.

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

adding dll to project in Visual Studio [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.
I added dlls. My project get's updated. But My team could not get the updatesfrom Source control. What should I do? Please help
I'm assuming you mean that the project isn't updated in source control.
Are you sure you saved your project's changes? Use Ctrl+Shift+S to save everything (including solution/project files)
Try committing again then. Check the log in your source control tool to make sure that the project files were actually updated in the repository

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.

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.

Resources