CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: Date Entered: 12/26/2007 10:00:30 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 11 Views: 33 Favorited: 0 Favorite
12 Items, 1 Pages 1 |< << Go >> >|
Ron Kunce
Asp.Net User
FrontPage extensions required?12/26/2007 10:00:30 PM

0

I recently installed VS 2005 on my workstation and created a web-app which is working fine as a file-system application.  But, when I try to publish it to our web server it fails with an error message of "The Web server does not appear to have the FrontPage server extensions installed."  Which, of course, is true as we are not using FrontPage!  Others do not get this message and publish to this server just fine.  I have been trying to find some configuration item to turn off this requirement but have been unsuccessful so far.  I have found that FrontPage extensions are optional with VS 2005 web-apps and do not understand why I am blocked from publishing my app because of it.  Please help!

 

 

Careed
Asp.Net User
Re: FrontPage extensions required?12/26/2007 10:16:19 PM

0

If you do not have file access to your web server, you should be able to FTP your published files over.  If you're experiencing problems from publishing, try publishing to a local directory and then FTP the files over.

Christopher Reed
"The oxen are slow, but the earth is patient."
Haissam
Asp.Net User
Re: FrontPage extensions required?12/26/2007 10:17:11 PM

0

For some features to work is to install the FrontPage extension. Check below link for more information

http://msdn2.microsoft.com/en-us/library/z29sddxk(VS.71).aspx

HC 


Haissam Abdul Malak
MCAD.NET
| Blog | Latest Article | DotNetSlackers forums |
Ron Kunce
Asp.Net User
Re: FrontPage extensions required?12/26/2007 10:57:17 PM

0

Thanks!

 I am trying to find out which port the server uses  to FTP it over, but everone in the know is out for the holidays.  But the real question is why am I getting this?  The other two programmers in my office can both publish to this sever directly without getting this failure.   Apparently, there has to either be something in the VS configuration (which is not very intuitive) or I have used some control on my pages which is requiring FrontPage.  Since, our office does NOT intend to install FrontPage on the server, I must know why and how to avoid this requirement and publish directly.

Mikhail Arkhipo
Asp.Net User
Re: FrontPage extensions required?12/27/2007 12:16:03 AM

0

FrontPage Extensions really have nothing to do with FrontPage. It is just hirtorical name. FPSE allow access to server content via http. You don't need to install FrontPage software on the server, FPSE are part of IIS setup options in Windows component setup.


Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
Ron Kunce
Asp.Net User
Re: FrontPage extensions required?12/27/2007 2:21:54 PM

0

I do not care whether FrontPage extensions have any relationship to the actual FrontPage product!  I do not care if there may be some advantages to having FrontPage extensions on the IIS server!  I do not care to be forced to use FTP to publish a web-app to the server when others VS configurations in my same shop do not have to contend with this problem.  I need to know, what it could be about my configuration or app that necessitates that there must be these extensions (and is different from the others using VS 2005) on this IIS server for my app to be published there, espcially when the documentation says they are supposed to be OPTIONAL!?    Please, someone answer my question and not side-step the issue.

 

Getting Desperate!

Careed
Asp.Net User
Re: FrontPage extensions required?12/27/2007 5:44:42 PM

0

First, no one is "sidestepping" the issue.  FPSE is one of the solutions available for connecting to a website and for publishing.  Personally, I don't use it and don't want to use it.

Now, have you compared your VS configuration with the others who can publish to the web server?

Additionally, what type of access do you have to your web server?  Is it internal and can you map a drive to it?


Christopher Reed
"The oxen are slow, but the earth is patient."
Mikhail Arkhipo
Asp.Net User
Re: FrontPage extensions required?12/27/2007 6:15:46 PM

0

If you are running Vista, it may be related to your access permission. Perhaps this thread may help: http://forums.asp.net/p/1069510/1645821.aspx


Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
Ron Kunce
Asp.Net User
Re: FrontPage extensions required?12/27/2007 7:10:24 PM

0

Tough, I am not running Vista (XP Pro workstation), access permissions were one of the things I considered, but would expect to get an access violation message.  I can map an F:  drive to the remote server and have copied my application to the directory created for it.  I can open the application on the F: drive in VS and it still runs fine, but only on the VS local host.  I can use IE 7 to access a "Hello World" index.asp page in the server directory using the external IP address URL I was given, but when I try to open my apps default.aspx or a "Hello World" index.aspx page in the same directory, I get "Server Application Unavailable" in big red letters.

Careered, says he doesn't use FrontPage extensions.  So tell me how to not use them.  From what I see VS has four options File System, local IIS, FTP and Remote Server.  Both File System and Local IIS work off of my workstation only.  I can't seem to get FTP to work as with what I think is the right port number, it just sits there perpetually trying to open the site and Remote Server (HTTP) seems to be synonymous with FrontPage extensions that I am told "WE DON'T USE".  I suspect we probably should have the extensions installed, but I do not control the server setup which is in another state. 

 Since the only other person here is able to "publish" to the server from VS 2005 without getting these extensions required messages, I am being told to uninstall and reinstall Visual Studio.  Somehow I think this is not my solution and will be wasting hours I can't afford.  There has to a VS configuration, web.config, or other setting that is causing this, but I am unable to find it. 

Ron Kunce
Asp.Net User
Re: FrontPage extensions required?12/27/2007 7:11:40 PM

0

Though (not Tough) -- sorry!

Ron Kunce
Asp.Net User
Re: FrontPage extensions required?12/27/2007 9:58:38 PM

0

Sorry for all the confusion.  It is looking more and more like it is a server security configuration problem.  The others who are able to publish to the server are doing so using their F: drive mapping via File System and not via the Remote Server HTTP address.  The sever fails to run several different apps already running there by changing their security roles setup similar to the ones my sites directory was provided.  We have some people looking at it.  I am curious why I cannot seem to locate the server in my Internet Services Manager, even when providing the server's IP address and a valid login, ISM says it can't find it.  But, that is another issue that someone else is going to have to resolve. 

Careed
Asp.Net User
Re: FrontPage extensions required?12/27/2007 10:13:19 PM

0

I use the File System method for developing web applications.  When I published through VS 2005, I have a staging directory on my development web server that I am mapped to and is where I publish my production files.  From this server, I copy the files over to the production server.


Christopher Reed
"The oxen are slow, but the earth is patient."
12 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Using Microsoft FrontPage 2000 Authors: Dennis Jones, Neil Randall, Pages: 1213, Published: 1999
Clait Plus 2006 Unit 7 Website Creation Using FrontPage 2000 Authors: Cia Training Ltd Staff, Cia Training Ltd Staff CIA Training Ltd, Pages: 108, Published: 2005
Integrating Linux and Windows Authors: Mike McCune, Pages: 392, Published: 2001
Open Learning Guide for Frontpage 2003 Advanced Authors: Cia Training Ltd Staff, Pages: 128, Published: 2005
Open Learning Guide for FrontPage XP Advanced Authors: Cia Training Ltd Staff, CIA Training Ltd, Cia Training Ltd Staff CIA Training Ltd, Pages: 113, Published: 2002
FrontPage 2003 All-in-One Desk Reference For Dummies: all-in-one desk reference Authors: John Paul Mueller, Pages: 792, Published: 2004
Open Learning Guide for Frontpage 2000 Advanced: Advanced Authors: CiA Training, CiA Training, Pages: 113, Published: 2000
Professional ASP.NET 2.0 Authors: Bill Evjen, Scott Hanselman, Farhan Muhammad, Srinivasa Sivakumar, Devin Rader, Pages: 1253, Published: 2005
Special Edition Using Microsoft Office FrontPage 2003 Authors: Jim Cheshire, Paul Colligan, Pages: 1038, Published: 2003
Microsoft Office FrontPage 2003 Bible Authors: Curt Simmons, Pages: 834, Published: 2003

Web:
FrontPage Server Extensions Important FrontPage Server Extensions are NOT required to host Web sites created in FrontPage. If you do not wish to or are unable to write code for ...
About FrontPage Server Extensions from Microsoft - FrontPage ... FrontPage Server Extensions are server-side scripts (script: A type of computer code used to perform tasks on Web pages, such as incrementing a "number of ...
FrontPage Extensions and Apache 1.3+ The problem is that these directives are required for the extensions to find the owner of the ... Fake Apache configuration file for FrontPage extensions ...
Understanding FrontPage Server Extensions Understanding FrontPage Server Extensions, from The Complete Webmaster.
microsoft.public.frontpage.extensions.windowsnt: An access setup ... Sep 21, 2004 ... An access setup description is required when creating the root web ... My experience with .htaccess and FrontPage extensions allowed my own ...
Frontpage Extensions on SBS2003 - KWSupport Jul 2, 2004 ... Then you will find the FrontPage Server Extensions 2002 Server Administration ... Name: (required). Website: (optional). Comments (required) ...
FrontPage Server Extensions - Wikipedia, the free encyclopedia Dec 9, 2008 ... FrontPage Server Extensions are a software technology that allows Microsoft FrontPage clients to communicate with web servers, ...
using frontpage without the server extensions For many people, the Microsoft FrontPage server extensions are the most compelling reason to use FrontPage for website design. However, FrontPage is a ...
Alternatives to Features Dependant on FrontPage Extensions FrontPage forms require extensions. A good alternative is a cgi form handler .... In addition the 2002 version of extensions are required for the following: ...
FrontPage 2003 Help and How-to - Microsoft Office Online Microsoft Office FrontPage ... FrontPage 2003 Demos. Related Products and Technologies ... FrontPage 2003. Office XP. Office 2000. All Office Online ...

Videos:
How install/uninstall Frontpage extensions CPANEL http://www.softhardware.co.uk
Cari.net how to manage FrontPage Extensions in WHM Cari.net This tutorial will show you how to manage FrontPage Extensions in WHM
Cari.net -installing FrontPage extensions in cPanel http://www.cari.net how to install FrontPage extensions in cPanel
Cari.net -Managing FrontPage Extensions In WHM http://www.cari.net This tutorial will show you how to manage FrontPage Extensions in WHM
How install/uninstall Frontpage extensions CPANEL http://www.softhardware.co.uk
Creating an IIS website on windows 2003 server setting host ... This tutorial shows you how to creating an IIS website on windows 2003 server, set additional host headers and configuring frontpage 2002 extensions
Cari.net -installing FrontPage extensions in cPanel cari.net how to install FrontPage extensions in cPanel
Creating an IIS website on windows 2003 server setting host ... Creating an IIS website on windows 2003 server setting host headers and configuring frontpage 2002 extensions.mp4
Cari.net -installing FrontPage Extensions in CPanel cari.net how to install FrontPage extensions in cPanel
Best Cheap and Affordable Website Hosting Hurry! Get website hosting $40 for 10 years hosting. Unbelievable deal. Includes Fantastico, 100 email accounts, Frontpage extensions, Unix server ...












core forum module dotnetnuke and rss

the effects of requiresquestionandanswer = "true"

curious why there is a portal skin and admin skin

fyi... authorize.net outage

multiple portals on multiple servers; one db?

errors downloading skins from skinning contest

administrator permissions problem

google maps api documentation

customizing desktopdefault.aspx

menu skinning issues

dnn 2.0 upgrade brom beta problem

an asp.net question about creating a new module from existing source but no project file, and module already added to dnn app...

core documentation?

how-to make an admin or host function available to a non admin/host user!

cannot load recycle bin

can i use dotnetnuke to create a web database app

remote install

page settings

3.10 log viewer moduleloadexception

bug: tab visible

new project type for vs2005 - compiles into 1 assembly by project

with dnn 3.0 delayed can we get other languages?

deleting unused modules

portal title skin object

creating user groups

be careful dnn 4.0.1 breaks some modules

upgraded to 3.2.1 / still get secure / non-secure popup on text editor

no notification email

help during view access

installation issue

minimum need to deploy to host

failure when installing company.survey module

using updatemodulesetting to save information as a user goes from one control to another

news feed token name for skinning?

infragistics and dnn 3.1.1

how to change the defaut font use by the portal

teched in brisbane, australia

3.0.13: gallery bug in firefox

let's make a list of modules works for dnn2.0 beta2!!!

user based "about me/profile" pages?

want to email all registered users?

account sharing detection / prevention

final release and documentation on dnn ver.3

bug fixing in dnn 2.1.2?

gallery sub-project 'getting started' or 'instructions'?

what am i doing wrong?????? datagrid problem!!!!! please help

new modules dnn4

css driving me nuts!

blank password in dnn3 reminder

calculating streaming video network costs

 
Search This Site:

 
  Privacy | Contact Us
All Times Are GMT