I noticed when I trying to verify the connection to the above server i get a failure. The error Web deploy agent is not install on the target machine...
I read an article says that I could use the remote agent instead..... can someone point me to an article that could describe me how to create the appropriate publish profile to deploy the site. I am aware that are other ways to deploy the site (one click,
zip file). Just do not know requirements (need to install or assure what service needs to be running to complete the task,
The architecture is Site is deploy from a windows 7 machine (VS 2012) , to target server 2003 r2(ii6) , the site retrieve data from data base which is located in another server.
I will like to authenticate thru windows integration; all machines are in a domain. But my first concern is deploying the site to the web server,,, How can I create a trust connection to publish or I need to use the other deployment methods (one click or
zip file). What intermediate tools if any I need to install in the Web Server
I noticed when I select the Basci settings for my site and click Test Settings It returns Invalid application path. i do change the security property of the DfaultAppPool to access the solution folder in IIS directory. In general I'm gettin an login failure
to my database (remote) and it pointing to my workstation.
The basic settings is set for 4.1 classic..... The tools is not install on the server...... So I did request to install it... Are there other means to deploy it.... Cn I just copy the soultion to the directory. I now I could go ahead see what happens,,,,
but what are my alternative. FTP? Manual copy or implement One click or zip file.....
Are there other means to deploy it.... Cn I just copy the soultion to the directory
There are some ways that you can consider, such as
Web Deployment Package File System, FTP, then you can configure the website manually in the IIS.
You also can copy all the project/solution to the server directory, then configure the website in the IIS (e.g. create a new website in iis, configure the website that you create using that directory).
Thanks
Best Regards
We are trying to better understand customer views on social support experience. Click HERE to participate the survey. Thanks!
Member
5 Points
96 Posts
Deploy an solution from VS 2012 to a remote server (2003 r2 IIS 6)
Oct 29, 2013 09:40 AM|mjocasio|LINK
I noticed when I trying to verify the connection to the above server i get a failure. The error Web deploy agent is not install on the target machine...
I read an article says that I could use the remote agent instead..... can someone point me to an article that could describe me how to create the appropriate publish profile to deploy the site. I am aware that are other ways to deploy the site (one click, zip file). Just do not know requirements (need to install or assure what service needs to be running to complete the task,
The architecture is Site is deploy from a windows 7 machine (VS 2012) , to target server 2003 r2(ii6) , the site retrieve data from data base which is located in another server.
I will like to authenticate thru windows integration; all machines are in a domain. But my first concern is deploying the site to the web server,,, How can I create a trust connection to publish or I need to use the other deployment methods (one click or zip file). What intermediate tools if any I need to install in the Web Server
All-Star
52202 Points
15505 Posts
Re: Deploy an solution from VS 2012 to a remote server (2003 r2 IIS 6)
Oct 29, 2013 09:59 AM|oned_gk|LINK
Suwandi - Non Graduate Programmer
Member
5 Points
96 Posts
Re: Deploy an solution from VS 2012 to a remote server (2003 r2 IIS 6)
Oct 30, 2013 09:50 AM|mjocasio|LINK
I noticed when I select the Basci settings for my site and click Test Settings It returns Invalid application path. i do change the security property of the DfaultAppPool to access the solution folder in IIS directory. In general I'm gettin an login failure to my database (remote) and it pointing to my workstation.
All-Star
23975 Points
4084 Posts
Microsoft
Re: Deploy an solution from VS 2012 to a remote server (2003 r2 IIS 6)
Oct 31, 2013 03:38 AM|Starain chen - MSFT|LINK
Hi mijocasio,
Thanks for your post!
Please check whether the Web deploy tool has already been installed in the Server 2003 and the status of service is running.
There is a link that can help you:
# Web Deploy
http://www.iis.net/downloads/microsoft/web-deploy
Thanks
Best Regards
Contributor
2210 Points
709 Posts
Re: Deploy an solution from VS 2012 to a remote server (2003 r2 IIS 6)
Oct 31, 2013 03:43 AM|mahedee|LINK
Which framework do you use. If it is 4.5 then I am afrid that you may not install 2003 Server. So, frist try to install framework.
Mahedee
Blog: http://mahedee.net/
Online Tech Share
Member
5 Points
96 Posts
Re: Deploy an solution from VS 2012 to a remote server (2003 r2 IIS 6)
Oct 31, 2013 07:32 AM|mjocasio|LINK
The basic settings is set for 4.1 classic..... The tools is not install on the server...... So I did request to install it... Are there other means to deploy it.... Cn I just copy the soultion to the directory. I now I could go ahead see what happens,,,, but what are my alternative. FTP? Manual copy or implement One click or zip file.....
All-Star
23975 Points
4084 Posts
Microsoft
Re: Deploy an solution from VS 2012 to a remote server (2003 r2 IIS 6)
Oct 31, 2013 09:33 PM|Starain chen - MSFT|LINK
Hi mjocasio,
There are some ways that you can consider, such as Web Deployment Package File System, FTP, then you can configure the website manually in the IIS.
You also can copy all the project/solution to the server directory, then configure the website in the IIS (e.g. create a new website in iis, configure the website that you create using that directory).
Thanks
Best Regards