Hi guys in this blog am explain how to host the Web Application in Intranet
Step 1 : Open Visual Studio 2010->open the web application as you host in intranet
Step 2 : Right Click your web application-->select Publish as the image shown below
Step 3 : In Drop-down select New then give Site Name click ok as the image shown below
Step 1 : Open Visual Studio 2010->open the web application as you host in intranet
Step 2 : Right Click your web application-->select Publish as the image shown below
Step 4 : In Connection Tab->Publish method Drop-down select->File system,then specify the target location where the publish content can save as the image below
Step 5 : Then Click Next->In Settings Tab->Configuration Drop-down select->Release then click Publish
Step 6 : Then Open IIS-->Expand Sites-->Right click sites click->New site->Dialog box will appear enter Site name,In Content Directory set target location path(while you set in step 4),then click connect as-->Path Credentials->select specific user->Give System username and password,-.click OK,then change default port id 80 into some some four digit no like(6060) then click OK as the image shown below
Step 7 : Then Goto Application pool->Your new site Framework will be V2 means change it to V4 as the image shown below
Step 8 : Then Right click your site->select Manage website->Browse as the image shown below
Step 9 : Now You successfully hosted your web application site in Intranet as the image shown below
Note : While You check this url in another machine means instead of localhost type your system IP Address
Thanks For Reading This Blog