you need to make sure that you have IIS installed on your server, and the correct version of the .net framework you used to create the project. Did you create a web project or a website?
On Wed, Nov 17, 2010 at 10:55 AM, Jamie Fraser <[email protected]>wrote: > I would suggest googling for ASP.NET Setup projects - you'll get a few > good results. > > > On Wed, Nov 17, 2010 at 11:16 AM, Patrick Amwine <[email protected]>wrote: > >> Hi, >> Thanks for the post reply. Still confused about what is meant by setup >> project and how do i go about it. I'd really appreciate more >> information on it. >> Cheers. >> >> On 11/17/10, Jamie Fraser <[email protected]> wrote: >> > IIS is included with (most) versions of windows. If you want to install >> it, >> > you do it through the add/remove features part of your windows >> installation. >> > >> > Deploying your application can be done in a number of ways - probably >> using >> > a setup project would be easiest to begin with. >> > >> > On Mon, Nov 15, 2010 at 8:54 AM, Patrick Amwine <[email protected]> >> wrote: >> > >> >> Hi Guys, >> >> Am a newbie to the ASP.NET Web App development environment but i've >> >> been using php and the wamp server environment in general. >> >> My question is, i am done developing my web app but can't figure out >> >> how to deploy it. Been using Visual Studio 2010 and it had a local >> >> testing server by default. However, looks like i need IIS to deploy it >> >> on the web but cant seem to get a download source for the IIS even >> >> from the microsoft Visual Studio Page. Am i missing something here? >> >> Can someone throw more light on what i need to do to get this site >> >> deployed on the net and hosted on my won server and how i can get to >> >> download IIS. >> >> >> >> Cheers. >> >> Patrick >> >> >> > >> > >
