Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
please let me know about how to deploy asp.net site on iis and how to configure iis in widows7
Posted

See this already answered thread...

Web-Setup Deployment in VisualStudio2010[^]

Regards
 
Share this answer
 
HTML
hey deeptul,

You have to add your asp.net project into below path
"c:/inetpub/wwwroot/"
and open iis then in default site option add your project by right click on Default site option.
and select add Application or Convert to Application.
select Application Pool. if you have your applcaition in .Net 2.0 then seledect pool of framework  2.0 and vice versa.
then seledct your application then select option of Default Document. Double click on it 
and Add your Start up Page into it..
now you can Browse your site...
 
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