Last post Oct 24, 2017 03:24 AM by Cathy Zou
Member
56 Points
657 Posts
Oct 23, 2017 04:54 PM|alihusain_77|LINK
I have ready .Net website. For the testing purpose, I installed VS 2015 on the Windows 2012 Server. I have IIS 8.0.
Now I have started the Deployment by Build -> Publish Web Site. I have the problem here of the Profile selection.
I face the above Screen. What should I do?
What should I do?
Star
8670 Points
2882 Posts
Oct 24, 2017 03:24 AM|Cathy Zou|LINK
Hi alihusain_77,
The common way we used to publish a website is FileSystem.
Detailes about the steps as below:
First, create a folder in server:
Then follow the steps below:
1.Clikc Custom, In the New Profile dialog box, enter "Test", and then click OK.
2. The wizard automatically advances to the Connection tab.
In the connection tab, select FileSystem. And the Target location is the folder you create in first step.
3. Click Next to advance to the Settings tab. Click Next to advance to the Settings tab. You don’t need to do anything here
4.Click next, you will something as below:
5.Click publish.
6.Run ‘inetmgr’ to open iis manager,add website by right click Sites:
7. in add website tab. Enter something as below:
Click ok.
For how to add a website in iis , please refer to the following link:
https://technet.microsoft.com/en-us/library/cc772350(v=ws.10).aspx
Related links for reference:
https://msdn.microsoft.com/en-us/library/1y1404zt.aspx
https://docs.microsoft.com/en-us/aspnet/web-forms/overview/deployment/visual-studio-web-deployment/deploying-to-iis
Best Regards
Cathy
Member
56 Points
657 Posts
What is the best and most common Website publising way?
Oct 23, 2017 04:54 PM|alihusain_77|LINK
I have ready .Net website. For the testing purpose, I installed VS 2015 on the Windows 2012 Server. I have IIS 8.0.
Now I have started the Deployment by Build -> Publish Web Site. I have the problem here of the Profile selection.
I face the above Screen. What should I do?
What should I do?
Star
8670 Points
2882 Posts
Re: What is the best and most common Website publising way?
Oct 24, 2017 03:24 AM|Cathy Zou|LINK
Hi alihusain_77,
The common way we used to publish a website is FileSystem.
Detailes about the steps as below:
First, create a folder in server:
Then follow the steps below:
1.Clikc Custom, In the New Profile dialog box, enter "Test", and then click OK.
2. The wizard automatically advances to the Connection tab.
In the connection tab, select FileSystem. And the Target location is the folder you create in first step.
3. Click Next to advance to the Settings tab. Click Next to advance to the Settings tab. You don’t need to do anything here
4.Click next, you will something as below:
5.Click publish.
6.Run ‘inetmgr’ to open iis manager,add website by right click Sites:
7. in add website tab. Enter something as below:
Click ok.
For how to add a website in iis , please refer to the following link:
https://technet.microsoft.com/en-us/library/cc772350(v=ws.10).aspx
Related links for reference:
https://msdn.microsoft.com/en-us/library/1y1404zt.aspx
https://docs.microsoft.com/en-us/aspnet/web-forms/overview/deployment/visual-studio-web-deployment/deploying-to-iis
Best Regards
Cathy
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.