CodeConnect.Net Beta


   Explore    Entry   Register  Login  
windowsxp-general
access
windows-vista-mail
windows-vista-general
windowsupdate
windowsmedia-player
access-forms
windows-live-mail-desktop
windowsxp-help_and_support
access-queries
access-modulesdaovba
access-formscoding
windows-server-sbs
windows-server-general
access-reports
windows-vista-music_pictures_video
windowsce-platbuilder
windows-live-messenger
windows-terminal_services
windows-powershell
windows-server-active_directory
access-gettingstarted
windows-mediacenter
windowsxp-hardware
windowsxp-network_web
windows-64bit-general
windows-live-sync
windows-vista-hardware_devices
windows-inetexplorer-ie6_outlookexpress
windows-group_policy
windows-server-networking
windows-vista-installation_setup
windows-vista-networking_sharing
windowsxp-basics
access-tablesdbdesign
windowsxp-perform_maintain
windows-vista-performance_maintenance
windows-networking-wireless
windows-vista-file_management
windows-inetexplorer-ie6-browser
windows-server-dns
windows-server-update_services
windows-vista-security
windows-vista-administration_accounts_passwords
windows-vista-games
windows-file_system
windows-live-foldershare
windows-live-photogallery




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > Asp.Net Forum > starter_kits_and_source_projects.community_starter_kit Tags:
Item Type: Date Entered: 3/5/2004 7:21:48 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 10 Views: 34 Favorited: 0 Favorite
11 Items, 1 Pages 1 |< << Go >> >|
"chintan007" <>
NewsGroup User
community1 and community23/5/2004 7:21:48 PM

0

hi,

how can i go from one community to another. I have created 2 community. but how can I access community 1's pages and community 2's pages.

it means : http://localhost/CommunityStarterKit : when u type this , which community willl come up ?

please help me to understand this.

thanks,
chintan
"redd" <>
NewsGroup User
Re: community1 and community23/5/2004 7:52:36 PM

0

You configure each community to answer requests in ISPAdmin. The domain and sub-domain fields determine which URL a community will answer requests for. There are a lot of discussions about this in the forums here, and you can find info in the documentation that installes with the CSK too.
Stephen M. Redd
http://www.reddnet.net
"chintan007" <>
NewsGroup User
Re: community1 and community23/5/2004 7:57:32 PM

0

thanks redd,

i know that u can go http://localhost/CommunityStarterkit/ispadmin , and u can add or delete community . but my question is , when u type

http://localhost/communitystartekit/default.aspx , how can i know that , in which community i am in ? how can I access the pages of community1 and community2.

please advice me.
"redd" <>
NewsGroup User
Re: community1 and community23/5/2004 8:28:29 PM

0

When you type in http://localhost/communitystartekit/default.aspx the community that answers will be whichever one is configured to answer requests for localhost in the ISPAdmin tool. For example: if you ahve community1 configured like this:

domain = localhost
sub-domain = *

then community 1 answers ALL requests coming to http://localhost/communitystartekit/

You will never see anything from Community2 if you use http://localhost/

Even if you configured community2's domain field in ISPAdmin so that community 2 also listens for localhost, it probably still wont answer a request for localhost since community 1 will get the request first (this isn't necessarily true, depends on which community was created first).

If you want to see both communities on your local machine do this:

Open your hosts file and add a new entry for the IP address 127.0.0.1. For example:

127.0.0.1 community2

In ISPAdmin, configure community 2 like this:

domain = community2
sub-domain = *

Then in the address bar type:
http://community2/communitystartekit/default.aspx


This should show you community 2. Typing in the same address for localhost should still give you community1.
Stephen M. Redd
http://www.reddnet.net
"chintan007" <>
NewsGroup User
Re: community1 and community23/5/2004 8:39:07 PM

0

thanks redd , it worked . very thanks to u .

I didn't know too much about host which is in windows/system32/drivers/etc.

can u please tell me why we use host ? and what is the different between virtual directory in iis and host.

thanks again.
"redd" <>
NewsGroup User
Re: community1 and community23/5/2004 8:53:43 PM

0

that's in involved topic.

You may find Matthew's article interesting. It covers the details of DNS and how it applies to the CSK very thouroughly.

http://csk.matthewroche.com/Articles/3450.aspx
Stephen M. Redd
http://www.reddnet.net
"chintan007" <>
NewsGroup User
Re: community1 and community23/5/2004 8:55:29 PM

0

hi redd ,

again me. sorry for inconviniencce.

question :

I have developed 2 community : 1. CommunityStarterKit.com : host : 127.0.0.1
2. community2 : host: 127.0.0.1

now these are different community . but when i add a new section in community2 , I can also see that section in CommunityStarterKit.com community . why ?

basically I wanna make 3 or more sites from csk . can i make those ? how ? and what is the mail purpose of community here.

give me guidence in brief.

thanks,
chintan.
"chintan007" <>
NewsGroup User
Re: community1 and community23/5/2004 9:22:49 PM

0

hi ,

i have find it out . i need to create virtual directory for that.
"redd" <>
NewsGroup User
Re: community1 and community23/5/2004 9:31:27 PM

0

It sounds to me like one community is answering both requests.

Check those fields in ISPAdmin. For this setup you would need:

Community1
domain = CommunityStarterKit.com
subdomain = *

Community2
domain = community2
subdomain = *
Stephen M. Redd
http://www.reddnet.net
"chintan007" <>
NewsGroup User
Re: community1 and community23/5/2004 11:27:45 PM

0

hi redd ,

again :

community1

domain : localhost
sub : *

community2

domain : community2
sub : *

and also in host header : community2 127.0.0.1

and my virtual directory name is : community2csk
I have done all these.

problem :

when i type http://localhost/community2csk/ and login as an admin and change something , i am still watching that changes in

http://community2/community2csk/

now what can i do ? how can i make 2 or 3 sites which use communitystarterkit .?

please advice me .

thanks ,

chintan
"redd" <>
NewsGroup User
Re: community1 and community23/8/2004 2:54:38 PM

0

I have no idea. It sounds like you configured correctly. I use the same technique myself. All that is required is the correct entries in your hosts file, and to setup ISPAdmin domain and subdomain for each community using the various entries you create in the hosts file. No changes in IIS are needed.

Changes in the standard admin tools of one community should not affect another community.
Stephen M. Redd
http://www.reddnet.net
11 Items, 1 Pages 1 |< << Go >> >|







Similar:

hmc 3.5 + mps 2.1 + script xml

hmc 4.0 sample app lacking in features!?

group policies

unresolved adress

new-mailbox issues

outlook change password functionality - restricting rpc ports

sharepoint 3.0 and hmc 3.5

minor bug in managed email 2007::mailenablecontact (hmc 4.0)

looking for the hmc 3.5 documentation

symantec antivirus mom 2005 mp

backend exchange bsod

error creating a consumer user

blackberry service with hosted exchange

disclaimers per organization

custom mailbox plans: mapi not enable after creating plan

problems with deleting mailstore resource

consolidated server - provisioning deployment tool error

where to instal the active directory

provision public folders with hmc 4.0

migrating existing companies and users

provtest does nothing when you add an xml file after it.

one client with 2 domains.....sending and recieving...

web page prf creator

mps engine hotfix error in hmc4.5

zone communication hmc 4.5

getting started with hosted exchange

modify & remove exchange resources (i.e. remove exch db from mps)

adding public holidays to a public folder calendar

looking for deletecontact.xml script for hmc 3.5

hmc 4.5 ldap address book for baisc (pop3) users

hmc 3.5 rename a reseller organization

e-mail can not be delivered internally from one user to another

exchangedata.exe

small footprint install?

does anyone know how to change the update rate for owa?

powershell provider

discalimers in hmc environment

what happened to lcs in hmc4.0

mail.prf office 2007

hmc 4.0. first impression

activesync as a mailbox feature in hmc 4.0

bulk creation of users and mailboxes

autodiscover certificate problem

hosted exchange services and single-sign on

0x8007202f error on adding new user

expansion guide to the consolidated guide?

isa networking layout

lcs and sharepoint storage requirements

licences for consolidated server depoyment

rdns, and backend frontend fqdns importance

   
  Privacy | Contact Us
All Times Are GMT