Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

FPSE with UNC

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
IIS 6.0 - FPSE 2000 - I am running IIS 6.0 with the frontpage 2002 server I have a user that is using Web Wizard to upload web content built in to an package. It needs the FPSE2000 FPSE2002 won't work. How do I install FPSE..

FPSE, IIS 6.0, and Server 2003 - I am trying to publish a simple website to a 2003 server running IIS 6.0. I have tried to install and enable (to the best of my FPSE, but I get this error: The server programs and the server on the web server are..

Can't add FPSE 2000 to a new web site. - OK, ok, I know this has been a problem since sometime in 2002 but I still haven't found out how to fix it. I seem to be running v of Frontpage Server on a number of sites on my W2K Server, IIS5.0 web server. I've never had a problem..

FPSE and Forms on IIS6 - Greetings all, Yet another form issue. I have a server running MS Server I have verified that FPSE is installed and At least I think it is as I have set an SMTP host and enabled Whenever I..

using index server with FPSE in IIS 6 - I want to use the capacity of the index server in a search html page and it doesn't work like i want. Did somebody try to do it?
Next:  iis 5.0  
Author Message
user1683

External


Since: May 13, 2004
Posts: 1



(Msg. 1) Posted: Thu May 13, 2004 6:53 pm
Post subject: FPSE with UNC
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hello,

Has anyone been able to get FPSE 2002 to work with a UNC Share?

I can only get it to work on domain controllers.

Any ideas?


Regards

William

 >> Stay informed about: FPSE with UNC 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 2) Posted: Thu May 13, 2004 6:53 pm
Post subject: Re: FPSE with UNC [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"William Coleman" <william.coleman.RemoveThis@westnet.com.au> wrote in message
news:40a3297d$1@quokka.wn.com.au...
 > Hello,
 >
 > Has anyone been able to get FPSE 2002 to work with a UNC Share?
 >
 > I can only get it to work on domain controllers.
 >
 > Any ideas?

It's not clear what you're trying to do.

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: FPSE with UNC 
Back to top
Login to vote
user1687

External


Since: May 13, 2004
Posts: 5



(Msg. 3) Posted: Thu May 13, 2004 8:46 pm
Post subject: Re: FPSE with UNC [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I have two servers, a web server and a NAS. Both servers are running
Windows 2003 Standard Edition.

I have created a web site who's data is on the NAS, eg a UNC share. When
I try to install FrontPage Server Extensions (FPSE) on the site, I
receive a message telling me that FPSE cannot be installed on a UNC
share.

I have followed all the steps in this document:
http://www.microsoft.com/resources/documentation/sts/2001/all/proddocs/e
n-us/admindoc/owsj04.mspx

Now when the web server is a domain controller, I am able to extend the
site with FPSE.

Regards

William



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 >> Stay informed about: FPSE with UNC 
Back to top
Login to vote
user1375

External


Since: Feb 03, 2004
Posts: 423



(Msg. 4) Posted: Fri May 14, 2004 8:26 am
Post subject: Re: FPSE with UNC [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

William,

It's glad to see you in the public group. Smile

"Now when the web server is a domain controller, I am able to extend
the site with FPSE."

When IIS is on domain controller, all the accounts i.e: IUSR,IWAM and
NETWORK SERVICE are on domain level. So I doubt the issue might be
permission related. Please test maximize permission on your non-DC
IIS to check this point:

1) Also create a <domain>\IUSR and configure it on the site as
anonymous user. It should have proper rights on the UNC folder and
some necessary permission of an IIS user:
INFO: Default Permissions and User Rights for IIS 6.0
http://support.microsoft.com/?id=812614

2) In the site's application pool's property, change the account from
NETWORK SERVICE to a domain account(you may temporarily use your
<domain>\admin for test purpose). Also make sure the accout have
proper permission for IIS and the UNC.

3) Test if the site works under the changed permission setting.

4) If 3 is ok, extend it with FPSE to see if it works, the FPSE
virtual server's admin should be a domain account as well I believe.

If the extend still fails, please provide me with the detailed error
you've see. And also, there are three kinds of log for FPSE
troubleshooting:
1) Application event log
2) A wecerr.txt file, can be either located in \TEMP or Windows\Temp
directory
3) %web path%\_vti_log\author.log

Looking forward to your results.
Best regards,

WenJun Zhang
Microsoft Online Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
Get Secure! - www.microsoft.com/security
 >> Stay informed about: FPSE with UNC 
Back to top
Login to vote
user1687

External


Since: May 13, 2004
Posts: 5



(Msg. 5) Posted: Fri May 14, 2004 8:26 am
Post subject: Re: FPSE with UNC [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hey WenJun Smile

I had already tried step 1 and it did not make a difference.

Every time change the identity of the application pool, I receive this
error message: "The identity of application pool, 'domain' is invalid.
If it remains invalid when the first request for the application pool is
processed, the application pool will be disabled. The data field
contains the error number."

No errors are logged in the Application log, I can't locate the
wecerr.txt or the author.log

I've tried giving Everyone permissions to both the share and the files
but it hasn't made a difference.

William

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 >> Stay informed about: FPSE with UNC 
Back to top
Login to vote
user1375

External


Since: Feb 03, 2004
Posts: 423



(Msg. 6) Posted: Fri May 14, 2004 12:57 pm
Post subject: Re: FPSE with UNC [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In AppPool properties->Identity tab, choose Configurable and click
Browse, change Locations to find the domain account. Can this
succeed? If this succeed, you MUST retype the account's password ->
Important: the UI here is misleading, it will not obtain the password
automantially. Otherwise, you will get 'Service Unavailable' error
everywhere.

Let me know how the thing is going. Smile
Best regards,

WenJun Zhang
Microsoft Online Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
Get Secure! - www.microsoft.com/security
 >> Stay informed about: FPSE with UNC 
Back to top
Login to vote
user1687

External


Since: May 13, 2004
Posts: 5



(Msg. 7) Posted: Mon May 17, 2004 2:06 am
Post subject: Re: FPSE with UNC [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sorry I still get the same error message regarding the identity.

Regards


William

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 >> Stay informed about: FPSE with UNC 
Back to top
Login to vote
user1375

External


Since: Feb 03, 2004
Posts: 423



(Msg. 8) Posted: Mon May 17, 2004 1:31 pm
Post subject: Re: FPSE with UNC [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi William,

I've sent a mail to you. Please refer to it and test if adding the
domain\admin account to local IIS_WPG group can help. I'm waiting for
your result here.

Best regards,

WenJun Zhang
Microsoft Online Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
Get Secure! - www.microsoft.com/security
 >> Stay informed about: FPSE with UNC 
Back to top
Login to vote
user1687

External


Since: May 13, 2004
Posts: 5



(Msg. 9) Posted: Mon May 17, 2004 9:36 pm
Post subject: Re: FPSE with UNC [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

By adding the domain account to that group it fixed the identity
problem.
When I tried to extend the site, the same problem happened again. I
cannot find any error messages in the event log.

William



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 >> Stay informed about: FPSE with UNC 
Back to top
Login to vote
user1375

External


Since: Feb 03, 2004
Posts: 423



(Msg. 10) Posted: Tue May 18, 2004 12:51 pm
Post subject: Re: FPSE with UNC [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi William,

Please change the Microsoft SharePoint Administration site to use
Basic authentication only in its Directory Security tab. And then
browse it with your domain\admin credential and test extend the site
again. This maximizes all the permissions I believe. Let's see if it
works.

Also, have you gotten any more detailed error message when you meet
the failure on extending site?

Best regards,

WenJun Zhang
Microsoft Online Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
Get Secure! - www.microsoft.com/security
 >> Stay informed about: FPSE with UNC 
Back to top
Login to vote
user1687

External


Since: May 13, 2004
Posts: 5



(Msg. 11) Posted: Tue May 18, 2004 9:06 pm
Post subject: Re: FPSE with UNC [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I've already set the site to use Basic Authentication.

Sorry I'm not getting any more detailed error messages.


Regards


William



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 >> Stay informed about: FPSE with UNC 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]