Ramdas Add

Tuesday, 14 February 2012

Steps to Deploy Web Application

Steps to Deploy Web Application


Step1: Select “Build” Item in Menu.
Step2: Select “Build Website” Option in Build Menu Item.

After Build succeeded message…….

Step3: Select “Publish Website” Option in the same Build Menu Item.
Step4: Publish website Dialog box will appear to select the location for publishing the Source code.

Note: Publishing means making all Source code files in to one folder by hiding the code.
We can’t find any .CS files in this folder.

Step5: Go for “Run command” in Start.
Step6: Type “Inetmgr” in Run Command box.

Note: Inetmgr which called as IIS (InternetInformationService).

Step7: Select “Default website” from tree node in IIS.
Step8: Right click on Default website and Select “New”->Virtual Directory and press “Next”
Step: 9: Give alias Name for your application in alias name Textbox and press on “Next”.
Step10: Browse the published application from where you saved and click on “Finish”.

It gives you some files. Select one file from that and right click on it and select “Browse”.
It generates a URL.

No comments:

Post a Comment