473,624 Members | 2,026 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

FrontPage Extensions trouble

JT
Hi,

I apologize if this is posted in the wrong group or if this has been
covered in the past. I didn't find anything in previous posts. I'm
wondering how far the influence of the frontpage extensions extends. I
would like to be able to put .net 2.0 web services on a web host in the
directory that is created by visual studio. I would also like to be
able to put classic ASP files in the same directory and use FTP and IE
to update those files. However, I believe that doing this will corrupt
the front page extensions installation. Where do I need to put my
classic ASP files in order to prevent corrupting the front page
extensions?

My second question is, "do front page extensions need to be installed
in order to run the web service or ASP.net web page? If I only have to
have them installed in order to transfer my projects, then maybe I
could live with that.

Thanks,

JT

Jun 2 '06 #1
2 1571
Part 1 - You can FTP files, but you need to be careful. The FP Server
Extensions basically enable the web server to be talked to directly from
tools such as Visual Studio or FrontPage. They also provide a collection of
common CGI functionality, but that's not of interest in this case. It is
possible to upload files via FTP to an FP-enabled web site. The problem
usually comes when uploading the _vti directories. These directories contain
information specific to the FrontPage web. Basically, they have meta
information about the site and all the files within the site. When these are
accidentally uploaded to the sever, it can wreak havoc because the
information contianed may not match the server even though it is appropriate
for your local version of the web. Basically, test the waters by publishing
limited files and never, ever, publish the _vti directories.

Part 2 - No. The FP Server Extensions don't have anything to do with ASP or
web services. They simply provide certain functionality to the web server
for publishing to it as well as certain CGI script functionality for clients
that can make use of it (FrontPage).

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"JT" <jt@onemain.com > wrote in message
news:11******** *************@i 40g2000cwc.goog legroups.com...
Hi,

I apologize if this is posted in the wrong group or if this has been
covered in the past. I didn't find anything in previous posts. I'm
wondering how far the influence of the frontpage extensions extends. I
would like to be able to put .net 2.0 web services on a web host in the
directory that is created by visual studio. I would also like to be
able to put classic ASP files in the same directory and use FTP and IE
to update those files. However, I believe that doing this will corrupt
the front page extensions installation. Where do I need to put my
classic ASP files in order to prevent corrupting the front page
extensions?

My second question is, "do front page extensions need to be installed
in order to run the web service or ASP.net web page? If I only have to
have them installed in order to transfer my projects, then maybe I
could live with that.

Thanks,

JT

Jun 3 '06 #2
JT
Thanks Mark. So a follow-up question would be: If I uploaded a new
file that FPSE was not previously aware of and was not represented in
the _vti directories (such as a new database or new ASP files in the
concerned project directory) would that throw things out of whack or
woud it not care since it appears that it only cares about how to
transfer files, not about whether or not they are there? Are the _vti
directories located in the relative root or are they created for each
project? Would placing my manually transferred files in a different
branch of the directory structure be the wisest move?

Also, I'm VERY new to web services. My installation of IIS at home is
suffering from the seemingly common problem of not recognizing the
..aspx, .asp, and probably other files. It recognizes .htm files. For
this reason, I couldn't create a web service project on localhost and
finally realized it wasn't because of what I was doing when I was able
to create it on my web host. Any help on resolving that would be
immensely appreciated. I've tried the aspnet_regiis -u, -i with no
luck.

Thanks for helping me keep my things in whack. (I have a dream...a
dream of a society free of whack...a completely whackless society...)

Mark Fitzpatrick wrote:
Part 1 - You can FTP files, but you need to be careful. The FP Server
Extensions basically enable the web server to be talked to directly from
tools such as Visual Studio or FrontPage. They also provide a collection of
common CGI functionality, but that's not of interest in this case. It is
possible to upload files via FTP to an FP-enabled web site. The problem
usually comes when uploading the _vti directories. These directories contain
information specific to the FrontPage web. Basically, they have meta
information about the site and all the files within the site. When these are
accidentally uploaded to the sever, it can wreak havoc because the
information contianed may not match the server even though it is appropriate
for your local version of the web. Basically, test the waters by publishing
limited files and never, ever, publish the _vti directories.

Part 2 - No. The FP Server Extensions don't have anything to do with ASP or
web services. They simply provide certain functionality to the web server
for publishing to it as well as certain CGI script functionality for clients
that can make use of it (FrontPage).

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"JT" <jt@onemain.com > wrote in message
news:11******** *************@i 40g2000cwc.goog legroups.com...
Hi,

I apologize if this is posted in the wrong group or if this has been
covered in the past. I didn't find anything in previous posts. I'm
wondering how far the influence of the frontpage extensions extends. I
would like to be able to put .net 2.0 web services on a web host in the
directory that is created by visual studio. I would also like to be
able to put classic ASP files in the same directory and use FTP and IE
to update those files. However, I believe that doing this will corrupt
the front page extensions installation. Where do I need to put my
classic ASP files in order to prevent corrupting the front page
extensions?

My second question is, "do front page extensions need to be installed
in order to run the web service or ASP.net web page? If I only have to
have them installed in order to transfer my projects, then maybe I
could live with that.

Thanks,

JT


Jun 4 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1679
by: Matthew Ferri | last post by:
Hi, Summary: I'm a newbie to FrontPage and IIS. I have a simple issue that I believe may be a configuration setting somewhere. If there is a KB article, I just cannot find it.
2
1996
by: Bruce A. Julseth | last post by:
When I run a Front Page developed page on my Apache server, the page loads okay. But when I click the "Submit" Button, I get the following error message: FrontPage Run-Time Component Page You have submitted a form or followed a link to a page that requires a web server and the FrontPage Server Extensions to function properly. This form or other FrontPage component will work correctly if you
3
1716
by: Wanjun Yu | last post by:
Is FrontPage Server required for using InterDev? I am a beginner. When I tried to create a project, the wizard showed that MS FrontPage Server Extentions have to be running on the server. I was having trouble to debug the other ASP pages, I wonder if this was causing it. Thanks! Wanjun
1
2049
by: Robert Scheer | last post by:
Hi. Is there any article that talks about the purpose of each of the Frontpage extensions folders (_vti_cnf, _vti_pvt, _vti_script, and _vti_txt)? When I create a new ASP.NET application, these folders are automatically created. Thanks, Robert Scheer
0
5637
by: jsausten | last post by:
I am having this ridiculously frustrating problem, migrating an existing web app to VS.2005. Initially I was able to successfully convert my VS 2002 app, by opening the Localhost site using the new 'Local IIS' option (File -> Add Existing Web Site ->. Local IIS -> Select the Localhost site) and everything was OK. However, when I shut down and reboot, I was unable to open the same project and got the following error: "Unable to open...
10
2523
by: musosdev | last post by:
Hi guys I'm trying to migrate to VS2005... I've managed to do that, but realised I'd opened my web projects as file projects, and I'm getting the error about network BIOS command limit. Anyway, I decided to have a go at loading them as web projects from our Win2k3 server. It gets so far and then says "The web server does not appear to have FrontPage server extensions installed".
3
2203
by: rote | last post by:
I'm trying to create a Website using VS 2005 on another server on the same domain. But i get error "The Web server does not have frontPage Server extensions installed Error" Any ideas what i have to do to install the frontPage Server extensions on the IIS 6 - windows 2003 server? Thanks in Advance
4
1335
by: andrew.arobert | last post by:
Good afternoon, We have numerous web sites which are currently being manually published via Front Page. Doing one or two sites on an ad-hoc basis was not too bad but we are now over 20 or thirty at set times during a business day. What I would love to do is find a way of automating this task, ideally by the command line, and called from a central automated task
0
1528
by: Marc | last post by:
I am reading some stuff on .NET 2.0 and it refers to FTP based project as an alternative to 'FrontPage Server Extensions' which are then obsolete. Ok, I never heard of this. 'FrontPage Server Extensions' would be a way to synchronise files from a development environment to production? I found this in wiki: <wiki> FrontPage Server Extensions
0
8624
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7164
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6111
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5565
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4082
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4176
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2607
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1786
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1485
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.