1
Answer

how to place a project in inet pub

hello frnds,
        

                  I am doing a  web based application  project for my college since that s/w has to used by our college teaching staff and administrator's it has to be shared. so I came to know that , by  keeping at server  in inet pub it can be done.
         
                  so, please help me in explaining the procedure for doing that.

                              regards

                                    chiranjeevi

Answers (1)

0
Photo of Crish
NA 3.7k 76.4k 14y
hi

you can configured web application in Inetpub -> wwwroot directory using virtual directory.

open IIS -> Default website -> right click on this link -> New -> Virtual Directory -> write NameofProj (Alias) -> set project working folder (inetpub/wwwroot/project).

once you complete the process....open browser and write http://locahost/projectname
you can able to open the web site.