> Markus...@gmail.com wrote:
> > Hi, I have a website calledwww.websitename.comwhich is an ASP.NET
[quoted text clipped - 17 lines]
>
> Riki
Hi, thanks for your help. Does this directory have to be inside the
folder of the parent website?
Thanks
Markus
Juan T. Llibre - 16 Jul 2007 09:50 GMT
!> Does this directory have to be inside the folder of the parent website?
No, it does not.
Assuming that www.websitename.com is located in c:\inetpub\wwwroot,
www.websitename.com/otherApplication/ could be located in g:\somedirectory.
Just point to the appropiate physical directory when you create the virtual directory.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
>> Markus...@gmail.com wrote:
>> > Hi, I have a website calledwww.websitename.comwhich is an ASP.NET
[quoted text clipped - 22 lines]
> Thanks
> Markus
Masudur - 16 Jul 2007 09:54 GMT
On Jul 16, 2:27 pm, Markus...@gmail.com wrote:
> > Markus...@gmail.com wrote:
> > > Hi, I have a website calledwww.websitename.comwhichis an ASP.NET
[quoted text clipped - 22 lines]
> Thanks
> Markus
Hi..
nah... its not necessary that the subfolder have to be in save
directory.. since you are creating a virtual directory it can be any
where...
if you are creating virtual directory from iis... expand your selected
site... right click on the site you want to add a virtual directory
and then select new virtual directory... follow the instruction...
Thanks
Md. Masudur Rahman (Munna)
Kaz Software Ltd.
www.kaz.com.bd
http://munnacs.110mb.com
MarkusJNZ@gmail.com - 16 Jul 2007 22:14 GMT
> On Jul 16, 2:27 pm, Markus...@gmail.com wrote:
>
[quoted text clipped - 39 lines]
>
> - Show quoted text -
Thanks everyone for your help
Regards
Markus
Eric - 16 Jul 2007 23:26 GMT
One thing to watch out for is whether you need to share state. A
virtual directory can either be marked as an application, or not. If
it is not marked, then it will be part of another application higher
up in the virtual path. If it is marked as an application then it has
it's own state, cache, etc.