Questions tagged [frontpage-extensions]
18 questions
10
votes
3 answers
Installing Visual Studio 2003 on Windows 7 64-bit
My team is currently supporting a 1.1 app and we are installing VS.NET 2003 on Windows 7. We haven't had any issues on the 32-bit machines, but FrontPage Server Extensions are failing to install on my 64-bit machine.
Others say that they have done…

Cole
- 742
- 2
- 7
- 14
4
votes
2 answers
Frontpage server extensions install problem
Here is the antenced of my story
I've got a problem with the VS or IIS. I don't know.
When in the Visual Studio 2010 I try to create website: throw up the follow errormessage:
Unable to create the Wet site'http://www.ecommerce.com'. The Web server…

blaces
- 497
- 3
- 10
- 24
4
votes
2 answers
Filling in a multi-choice field in a Sharepoint Doc-Lib using SetDocsMetaInfo Frontpage Server Extentions RPC method
I've been given a big chunk of code which eventually calls upon the SetDocsMetaInfo method from Frontpage Server Extension RPC. This is easy enough for most document uploading and property updating, except when dealing with multichoice fields. …

notnot
- 4,472
- 12
- 46
- 57
3
votes
1 answer
Programmatically downloading a file from Sharepoint without using Web Services?
I'd like to fetch some files from a SharePoint site, however I do not want to use the web services as a) I want to be compatible with both 2007 and 2010 and b) I'm not sure if Web Services can give me all files on a site.
SharePoint Designer can do…

Michael Stum
- 177,530
- 117
- 400
- 535
1
vote
0 answers
Unable to set Modified date for files uploaded to SharePoint using FrontPage RPC
When I upload files to SharePoint using FPRC with the following code to set vti_timelastmodified the Modified date shown is always the current date:
Public Sub UploadSharepointFile(ByVal sSourcePath As String, ByVal sContent As String, ByVal…

SimonKravis
- 429
- 1
- 5
- 8
1
vote
1 answer
ASP.NET site opening from server produces error
I have a site that is running on a Windows Server 2008 machine with IIS 7.0, when I try to open it with Visual Web Developer 2010, it says the following:
error: unable to open site: ... The Web server does not appear to have FrontPage Server…

Tony The Lion
- 61,704
- 67
- 242
- 415
1
vote
0 answers
installing visual studio 2003 in windows 8.1
when I try to install visual studio 2003 in windows 8.1, I face this error:
this machine is missing components ....
front page server extensions
how can I fix this problem?

atabrizi
- 908
- 1
- 13
- 29
1
vote
1 answer
How can I figure out what this frontpage extension code is supposed to do?
I was asked to assist with troubleshooting a problem. Functionality on a site "stopped working" and I was asked to figure out what is wrong. The following is the error:
FrontPage Error.
User: please report details to this site's…

McAden
- 13,714
- 5
- 37
- 63
1
vote
1 answer
Using Aptana for a site that was created with FP Extensions?
My site was created with FP Extensions. Will using Aptana break any extensions or cause me any functionality/appearance issues, i.e CSS, etc?

HomeRun Homes
- 11
- 1
1
vote
1 answer
Move Documents error with SharePoint 3 & FrontPage Extensions
Firstly, the simple question - has anyone had any experience programmatically renaming/moving a folder in a directory structure in SharePoint?
The background:
I have inherited some work, and am in the throws of fixing a few defects in it. For the…

Chris
- 3,487
- 3
- 25
- 37
0
votes
2 answers
Designers, Expression or SharePoint Designer, and real source control
I'm trying desperately to move from VSS to a real source control system. Options include TFS and SVN.
My designers need to keep their ability to modify source files and instantly preview their changes in a browser without having to commit their…

3Dave
- 28,657
- 18
- 88
- 151
0
votes
0 answers
Internal Server Error while using Frontpage Server Extension on SharePoint2013
I am working on a Proof of concept where I am trying to use Frontpage server Extension - RPC protocol to upload the files in sharepoint document library using "/_vti_bin/_vti_aut/author.dll". I am using following URL to upload bytes to SharePoint…
0
votes
1 answer
ASP.NET MVC WAP, SharePoint Designer and SVN
All,
I'm starting a new ASP.NET MVC project which requires some content management capabilities.
The people who will be managing the content prefer to use SharePoint Designer (successor to FrontPage) to modify content. I'd like to allow them to…

3Dave
- 28,657
- 18
- 88
- 151
0
votes
1 answer
FPSE, folder permissions and SharePoint Designer
All,
A few of our internal users are editing one of our classic ASP sites (Not a SharePoint site) via Sharepoint Designer which I believe uses FrontPage Server Extensions.
I would like to give a particular user author rights to a single folder - ie,…

3Dave
- 28,657
- 18
- 88
- 151
0
votes
1 answer
The web server does not appear to have FrontPage Server Extensions installed : visual studio 2012 iis express
I'm using visual studio 2012 and i have a windows form app. the iis express server is configured by default with visual studio 2012.
I have to publish my windows form app. For that, i have create a storege object on azure platform.
But when i try…

jmuhire
- 2,091
- 21
- 19