Search code examples
c#asp.netpublish

How can we publish an asp.net website with Visual Studio 2008?


I've created an asp.net website with VS2008, how can I publish it in VS2008? P.S:
I've used Right Click -> publish but, I've used a Database in my project, but VS2008 doesn't publish it.

P.S: I'm using SQL Express 2008

Solution Explorer


Solution

  • Try the webdeployment project for VS2008 that should give you what you want: http://www.microsoft.com/downloads/details.aspx?familyId=0AA30AE8-C73B-4BDD-BB1B-FE697256C459&displaylang=en

    hope that helps