hi all
i have developed a small website in ASP.net(Visual studio 2005) and SQL server 2005.
IIS 5.1 is installed in my machine.
How do i deploy it in IIS.
i tried to copy the website to default website and set the default document as one in my website.

My home directory is set to C:\Inetpub\wwwroot where my all my .aspx and .aspx.cs files are located.port number is 80.

when i type http://localhost in the browser ,i get server application unavailable.Why is it so?

.How to deploy the website in IIS,and how does the database connectivity with sql server 2005 take place. Is there anything extra to be done


Where am i wrong? Plz help me out

There is always the off chance that the version of IIS you're using or the version of ASP installed in your IIS installation is not compatible with the version of ASP.Net you're using in your project.

Other than that, not sure what to suggest.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.