I have a asp.net web application which has to deployed on IIS on another PC without the involvement of Visual Studio. Do I need to package it as I cannot publish it to another PC. I have installed web deploy 3.5 on the other PC and created a Web-deploy package of the application. how do I proceed with this ?
Asked
Active
Viewed 985 times
1 Answers
0
Here is where you can find answer
My personal summery ... Goto IIS->Default Web Site->IIS Manager Permission and Give Administrator the access to IIS
1.Install httpPlatformHandler
2.Install WebDeploy 3.5
3.Publish Web Tab in connection menu
i.Publish Mehtod: WebDeploy
ii.Server:https://192.168.xx.xx:8172/msdeploy.axd
iii.Site Name: Default Web Site/nameOfWebSite
iv.UserName:Set userName by Above link.For localhost not required
v.Password:Set userName by Above link.For localhost not required
vi.Destination URL:http://192.168.xx.xx/nameOfWebSite
and click publish..

Syed Mhamudul Hasan
- 1,341
- 2
- 17
- 45