Re: Build WSS site and SPS site on the same host?
- From: "Manny Borges" <manny_borges@xxxxxxxxxxx>
- Date: Fri, 10 Mar 2006 06:58:20 -0500
are we just talking about a subsite that you want more direct access to?
LowTech solution.
Create an HTML page that redirects to the URL of the WSS site in the portal
that you want to go to. Use that as the default page for the new virtual
server.
--
Manny Borges
MCSE NT4-2003 (+ Security)
MCT, Certified Cheese Master
There are 10 kinds of people in the world. Those who do understand binary
and those who don't.
"angi" <angi@xxxxxxxxxxxxxxxxxx> wrote in message
news:uvQNIoCRGHA.5248@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
Can build WSS site and SPS site on the same host but different port?
On the host server I have a SPS site, it is http://SPS:8010/ .
And I also want to build a WSS site on http://SPS:8020/
But after I extend http://SPS:8020 and connect it, it always popup login
window.
No matter that I type the right account and password, can't login to WSS
site.
After 3 times it's show the error page:
'/_layouts' application occur server error.
Rutime error...
<!-- Web.Config ²ÕºAÀÉ -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly"/>
</system.web>
</configuration>
<!-- Web.Config ²ÕºAÀÉ -->
<configuration>
<system.web>
<customErrors mode="On" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
What's mean of it?
How do I build SPS site and WSS site on different port, or it can't be
done?
Thanks for any advice!
Angi
.
- Follow-Ups:
- References:
- Prev by Date: Re: Installing Sharepoint
- Next by Date: Re: Error in creating Sites - .NET2.0
- Previous by thread: Build WSS site and SPS site on the same host?
- Next by thread: Re: Build WSS site and SPS site on the same host?
- Index(es):
Relevant Pages
|