Re: Asp.net Portal start kit

From: Juan T. Llibre (nomailreplies_at_nowhere.com)
Date: 01/13/05


Date: Thu, 13 Jan 2005 14:03:01 -0400

If you did that, you're bound to have problems.

For example, both of the portal you have now will be
using the same database for everything they do,
so you are going to have a lot of conflicting data.

I'd recommend that you delete the virtual directory
you created for the site you copied and delete the
directory where you copied it afterwards.

Then, reinstall the second portal, using the Portal kit
setup, and ( if my memory serves me right ) use a
different name for the 2nd portal's database.

I honestly don't remember if you can do that
( use a different name for the portal's database )
but most MS sample applications allow you to do that.

Make sure you use a different virtual directory name, too.

Then, and only then, will you not have conflicts
between your first portal and your second portal.

Good luck!

Juan T. Llibre
ASP.NET MVP
===========
"Juan Gil" <JuanGil@discussions.microsoft.com> wrote in message
news:F77994CB-0EFC-43E4-AC94-BBCE54426A48@microsoft.com...
> Well First I installed the portal then copied the files in a diferent
> directory y created a virtual directory for my copy
>
> "Juan T. Llibre" wrote:
>
>> From my previous reply :
>>
>> Did you "install" the portal to the new location
>> or did you simply copy the files ?
>>
>> Usually, you need to install the portal to the new location,
>> with a different virtual name, to prevent the possibility
>> of clashes with the first portal's virtual settings.
>>
>>
>>
>>
>> Juan T. Llibre
>> ASP.NET MVP
>> ===========
>> "Juan Gil" <JuanGil@discussions.microsoft.com> wrote in message
>> news:4830A955-AD03-4661-B2DE-BCB05FCDFAC6@microsoft.com...
>> > That I want to know is why the intalled portal application start kit
>> > can
>> > write the change in the xml config file and my copy in a diferent
>> > directory
>> > don't can.
>> > I sure that both virtual directories have the same attributess in the
>> > server.
>> >
>> > "Juan T. Llibre" wrote:
>> >
>> >> The file may be locked as a result of a previous edit,
>> >> or even because of it being called by a user.
>> >>
>> >> You may have to stop the Application
>> >> before you can replace the file.
>> >>
>> >>
>> >>
>> >> Juan T. Llibre
>> >> ASP.NET MVP
>> >> ===========
>> >> "Juan Gil" <JuanGil@discussions.microsoft.com> wrote in message
>> >> news:25B0F800-1647-4B95-83ED-5FC2F48667F0@microsoft.com...
>> >> > The other virtual dir is in my computer. It created by intallation
>> >> > of
>> >> > the
>> >> > portal start kit.
>> >> > I have read/write in my file of my virtual directory as same as
>> >> > portal
>> >> > start
>> >> > kit have it.
>> >> >
>> >> > "Curt_C [MVP]" wrote:
>> >> >
>> >> >> where is this other Virtual Dir? On a remote machine? Do you have
>> >> >> Read/Write
>> >> >> access to the SHARE ?
>> >> >>
>> >> >> --
>> >> >> Curt Christianson
>> >> >> Site & Scripts: http://www.Darkfalz.com
>> >> >> Blog: http://blog.Darkfalz.com
>> >> >>
>> >> >>
>> >> >> "Juan Gil" <JuanGil@discussions.microsoft.com> wrote in message
>> >> >> news:8DEE368A-15CB-4949-AD28-147BF14F8B88@microsoft.com...
>> >> >> > that is the problem this file have read and write attributess and
>> >> >> > it
>> >> >> > work
>> >> >> > in
>> >> >> > the original virtual directory (install from microsoft) but in
>> >> >> > my
>> >> >> > virtual
>> >> >> > directory dont.
>> >> >> >
>> >> >> > "Curt_C [MVP]" wrote:
>> >> >> >
>> >> >> >> they are probably set read-only in the attributess
>> >> >> >>
>> >> >> >> --
>> >> >> >> Curt Christianson
>> >> >> >> Site & Scripts: http://www.Darkfalz.com
>> >> >> >> Blog: http://blog.Darkfalz.com
>> >> >> >>
>> >> >> >>
>> >> >> >> "Juan Gil" <Juan Gil@discussions.microsoft.com> wrote in message
>> >> >> >> news:0DFE003F-61BD-40B5-9541-011D9AE5E10F@microsoft.com...
>> >> >> >> >I have a problem with this. I installed it in my computer to
>> >> >> >> >modify
>> >> >> >> >it,
>> >> >> >> >but
>> >> >> >> > when I try to save the configuration file(xml file) the server
>> >> >> >> > returned
>> >> >> >> > an
>> >> >> >> > error that say that I dont have permissions to write in the
>> >> >> >> > server.
>> >> >> >> > How
>> >> >> >> > i
>> >> >> >> > can
>> >> >> >> > write file in the server?.
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>>



Relevant Pages

  • Re: simulate virtual directory for each user
    ... > I need different virtual directory for different customer with their names ... > of that user's web pages from database. ... > After writing the agent Id to client's cookie, ... I read cookie and get agent id and bring the agent info ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: simulate virtual directory for each user
    ... Attach an event handler to the HttpApplication object's BeginRequest ... >>> I need different virtual directory for different customer with their ... >>> of that user's web pages from database. ... >>> After writing the agent Id to client's cookie, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Application structure for NLB
    ... An associate of mine was arguing that we should store images, ... > it's seldom appropriate to store object in the database and would rather ... > virtual directory mapping to provide mirrored access to the same file ... File references are already stored ...
    (microsoft.public.inetserver.asp.general)
  • simulate virtual directory for each user
    ... I need different virtual directory for different customer with their names ... and get the id of the user from database and bring the content ... After writing the agent Id to client's cookie, I redirect to agent home page ... I read cookie and get agent id and bring the agent info ...
    (microsoft.public.dotnet.framework.aspnet)
  • Web Project Install issues - help!
    ... You can specify the relative virtual directory and port number but not ... the website to install to. ...
    (microsoft.public.dotnet.framework.setup)