T
Timo
I need to incorporate several aspx pages into an existing website. The
target structure looks like this:
inetpub
-- wwwroot
------ webapps
--------- App1
------------subdir1
------------subdir2
------------subdir3
A virtual directory has been created for App1. Some of my aspx pages have
to go into \subdir2 and others into \subdir3. Can I put my \bin
subdirectories which contain the respective code-behind DLLs beneath subdir2
and subdir3? Are the code-behind DLLs, by default, looked for in a \bin
directory situated beneath the directory containing the aspx page, or do I
have to edit a config file and specify the location(s)?
Thanks!
Timo
target structure looks like this:
inetpub
-- wwwroot
------ webapps
--------- App1
------------subdir1
------------subdir2
------------subdir3
A virtual directory has been created for App1. Some of my aspx pages have
to go into \subdir2 and others into \subdir3. Can I put my \bin
subdirectories which contain the respective code-behind DLLs beneath subdir2
and subdir3? Are the code-behind DLLs, by default, looked for in a \bin
directory situated beneath the directory containing the aspx page, or do I
have to edit a config file and specify the location(s)?
Thanks!
Timo