Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I deploy an asp.net application using Visual Studio 2008

I am trying to publish a website using IIS, I made a virtual directory and in this directory I've added all the webpages and configured the virtual directory but still I am not able to run my web application.

like image 913
neo Avatar asked Aug 10 '10 07:08

neo


People also ask

How do I publish a Windows program in Visual Studio 2008?

Open the Visual Studio 2008 IDE and create a new Windows application. Go to "Project" –> "<Application Name> Properties" –> "Publish".

How a .NET application is deployed?

You can deploy your ASP.NET web application by using the MS-DOS xcopy command-line utility. However, it's a good idea to deploy your project instead of using xcopy . As with the Copy Project command, xcopy doesn't register or verify the location of assemblies.


2 Answers

Here is the step by step method to deploy an asp.net application

http://www.15seconds.com/issue/030806.htm

Please post any error message

like image 96
Shrikant Soni Avatar answered Oct 06 '22 00:10

Shrikant Soni


Make sure that your are running the right asp.net Version... check if in the asp.net tab if it's v 1 change it to v2

like image 27
Baharanji Avatar answered Oct 06 '22 01:10

Baharanji