* Creating a "New website"
* Make it a Asp.net (website Razor 2)
* Place web location on a mapped share from a external IIS server
The files is created but when i go inte property pages / strart option i can not choose Use custom server, and if i try to run it it starts IIS express.
How do i create a website and get it to use a custom server. The extrenal server is a IIs on a windows 2008r2 and i do not have any webdav or frontpage extentions on it.
One solution i found was to open the .sln file in a texteditor and change some of the lines to point to my extrnal server, but is this really the right solution?
I don´t want to publish the site, i want to debug and run it on the remote server from the start.
On my remote server i´m running SSO software shibboleth and i want to develope directly to to that server.
I can get it to work using manual steps like changing paths in the project file and starting remote debugger on remote site.
I was just wondering if there was a simpler way to do it and if not there really should be a way to set this parameters directly inside VS.
looc
Member
4 Points
39 Posts
VS2012 new website on remote server
Dec 14, 2012 06:24 AM|LINK
Hi
If i´m:
* Creating a "New website"
* Make it a Asp.net (website Razor 2)
* Place web location on a mapped share from a external IIS server
The files is created but when i go inte property pages / strart option i can not choose Use custom server, and if i try to run it it starts IIS express.
How do i create a website and get it to use a custom server. The extrenal server is a IIs on a windows 2008r2 and i do not have any webdav or frontpage extentions on it.
One solution i found was to open the .sln file in a texteditor and change some of the lines to point to my extrnal server, but is this really the right solution?
/b.
Topspy
Contributor
3775 Points
806 Posts
Re: VS2012 new website on remote server
Dec 14, 2012 07:28 AM|LINK
I think you can only keep the files on your local computer and then "publish" to the external server via domain or ip address.
Asp.net Hosting | Windows Hosting | SQL Server Hosting
Angie xu - M...
All-Star
18045 Points
1550 Posts
Microsoft
Re: VS2012 new website on remote server
Dec 18, 2012 02:31 AM|LINK
Hi looc
As Topspy said, you could follow the steps to publish website on remote server here(http://msdn.microsoft.com/en-us/library/1y1404zt(v=VS.80).aspx),
Kind regards
Feedback to us
Develop and promote your apps in Windows Store
looc
Member
4 Points
39 Posts
Re: VS2012 new website on remote server
Dec 18, 2012 06:03 AM|LINK
Hello
I don´t want to publish the site, i want to debug and run it on the remote server from the start.
On my remote server i´m running SSO software shibboleth and i want to develope directly to to that server.
I can get it to work using manual steps like changing paths in the project file and starting remote debugger on remote site.
I was just wondering if there was a simpler way to do it and if not there really should be a way to set this parameters directly inside VS.
//b.
Angie xu - M...
All-Star
18045 Points
1550 Posts
Microsoft
Re: VS2012 new website on remote server
Dec 21, 2012 01:27 AM|LINK
Hi looc
You could refer the links below to learn the issue about remote debug with Visual Studio,
set up remote debugging-
http://msdn.microsoft.com/en-us/library/bt727f1t.aspx
Remote debug with Visual Studio 2010-
http://www.codeproject.com/Articles/146838/Remote-debugging-with-Visual-Studio-2010
hope it helps you,
Kind regards
Feedback to us
Develop and promote your apps in Windows Store