0

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 ?

Vasista
  • 247
  • 1
  • 4
  • 14

1 Answers1

0

Here is where you can find answer

IIS remote web deploy Link

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..

Edit: Some additional link might be helpful. link2 link3

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