How to publish "web site" in the network? [closed] - asp.net

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am using Visual Studio 2010, This is an ASP.NET web site,
I already finish my website. Now I'm trying to publish to the Internet or maybe in my office for others to see. How do I publish it? I tried Google but project and website are different method. I see project is easier and there are a lot of tutorials for it, but I'm using a website project.

Check the following links:
ASP.Net Deployment Overview
VS2010 Web Deployment

Related

How to switch an old .NET project to Linux? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I have a ASP.NET Framework 4.0 WebForms project running on several Windows servers. I wonder about the goals I should achieve to be able to host the project under Linux. Let us suppose I refactor the project and upgrade the version of the Framework to 4.5 or 4.6. If we assume that I do not have Windows-specific code in my project either because I never had such a code, or because I refactored it to not assume Windows-specific properties. My question is: what are the known mainstream .NET components that will break under Linux?
No matter how well you assert it on Windows, running the web app on Linux and Mono can reveal what does break.
This question therefore is too broad. I blogged about running ASP.NET 4.x web app on Mono,
Jexus Web Server and ASP.NET Cross Platform
I was invited by Mingzhi Yi to give a talk at Jiaodong Developer Conference 2015 on 12 Dec. It was about my opinions on Jexus and ASP.NET cross …
https://blog.lextudio.com/2015/12/jexus-web-server-and-asp-net-cross-platform/
You should note that .NET 4.6 might not be well supported on Mono, as it evolves slower than .NET.

What are asp.net vNext features? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
What is asp.net vNext? what are the new features included in vNext?Is it similar to asp.net-mvc-6? When will it be released?
What is asp.net vNext?
ASP.NET vNext, which is an updated version of ASP.NET that been
optimized for cloud Web development.
You can reference The next generation of net asp.net vnext
ASP.NET vNext will let you deploy your own version of the .NET Framework on an app-by-app-basis. One app with new libraries can’t break an app next door with a different version.
Refrence: IntroducingASPNETVNext

What is the current status of the Helios project? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Exactly one year ago there were some posts from Microsoft about project Helios. This was an OWIN implementation to self host your servers using IIS in a light way. The last Nuget package is from march 2014 Project Helios.
Does somebody know what is the current status of this project? Did they include it in the ASP.NET vNext implementation?
According to these comments on GitHub there will be another release. However, a few days ago someone else on the team told me there wasn't another release planned so I'm not sure who's right. Hopefully they do another update for those of us unable to migrate to vNext at the moment.
Project Helios is now part of ASP.NET vNext and is how you host your applications in IIS. The vNext NuGet package was renamed to Microsoft.AspNet.Server.IIS

Will the full release of ASP.NET Web API be usable with VS2010? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
The beta of ASP.NET Web API is available and works fine with VS2010. Are there any indications that the full version, when released, will not be for any reason?
ASP.NET Web API will be compatible with VS2010 and .Net 4. As far as I know :-)

Microsoft Report Viewer 2008 Redistributable for Server 2008 R2 [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
Microsoft Report Viewer 2008 Redistributable for Server 2008 R2 Enterprise.The report data can't display. I searched many sites and can't find the answer, So please help me, Thanks very
much.
If you use IIS7,You should update your Web IIS Poor,Change to Classic .Net AppPool.And then Refresh your web page, the report data will display. Ths...

Resources