Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
4.50/5 (2 votes)
See more:
Hi,

Can anyone maybe help me set up my ISS 7?

I am having problems setting it up from the beginning.
Did do some research, but did not help me much.

I have designed a web site in asp.net and need to
host it.

Please any help would be appriciated!!
Posted
Comments
uspatel 26-Nov-11 7:00am    
can you tell me which OS you use?

Answer based on your comment in Solution 1.
Quote:
Windows 7 Pro. I just dont know where to start, I have added the website but thats it

Have a look at below link for "IIS installation on Windows 7".

http://learn.iis.net/page.aspx/28/installing-iis-on-windows-vista-and-windows-7/

You may refer below article for "Asp.Net Deployment in IIS 7".

Deploying ASP.NET Websites on IIS 7.0
 
Share this answer
 
See below article
ASP.net Deployement
you can also use
WebDav tool
 
Share this answer
 
v2
Best solution comes here:

1. In your Visual Studio IDE, right-click on your project.
2. Click publish.
3. Publish it on your desktop.
4. Cut all the published file on your desktop then paste it in C:\inetpub\wwwroot\New Folder
5. Rename new folder.
6. Run 'inetmgr' on cmd.
7. On the left pane, choose 'default web sites'
8. You will see your application there with a folder icon.
9. Right-click it then convert to application.
10. Browse it :)

Hope this helps! :)

Regards,
Eduard
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900