VS 2005 and virtual directories
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
- From: "Alex via DotNetMonster.com" <no@xxxxxxxx>
- Date: Fri, 11 Nov 2005 23:18:28 GMT
Currently I am using a bunch of aspx pages that are shared among a few
applications. I am attaching the shared pages as a virtual directory (VD)
without creating an IIS application for VD. As a result the shared pages work
in the same context as the main application but I can develop them
independently using two VS 2003 projects.
How can it be implemented with VS 2005? The FileSystem web projects do not
support virtual directories. If I use HTTP then when I open the main
application it also loads the virtual directory pages in the same project.
Merging two projects into one is not an option as the shared pages are used
by a dozen of applications.
--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/vs-net-general/200511/1
.
Relevant Pages
- Re: More than One
... Microsoft Online Support ... | directory can has its own virtual directory based IIS ... | there is no namespace statement in ASP.NET 2.0 applications and there is ... (microsoft.public.dotnet.framework.aspnet) - Re: Forms Authentication
... "Hernan de Lahitte" wrote: ... > different applications, you have a SSO scenario with Forms ... >> successfully, when the login page, and the redirect page are in the same ... >> virtual directory, however, I want to put the login page into a separate ... (microsoft.public.dotnet.framework.aspnet.security) - Re: Multiple Subdirectories with different login pages
... Yep -- a nested virtual directory under all of your applications' directories mapped to the same physical location works. ... different authentication schemes for the child directories then you'll have to make them applications in IIS. ... Now sites A,B, and C will all have seperate loging forms using ... (microsoft.public.dotnet.framework.aspnet) - Re: Web Projects in VS 2005
... that in 1.x you HAD TO create a virtual directory in order for hosting a Web ... > can create a root application then a sub web ... > None of the sub webs are applications as everything fall back to the root. ... > a system with about 50 separate modules. ... (microsoft.public.dotnet.framework.aspnet) - Re: Remote connection to the Intranet
... How is authentication configured in IIS for the site or virtual directory in ... > I've created several ASP.NET applications for our Intranet. ... when they use AOL or dial-up connection. ... (microsoft.public.dotnet.framework.aspnet.security) |
|