B
BusEdge
Hi all. I apologize if this has been asked/answered already, I couldn't
find any info. In 1.1, my standard web application structure includes a
front end website, and a management site (or administration site..
however you call it). The management site is a subfolder of the primary
site, say "/mgt" and it is a separate IIS application, so it has it's
own web.config and authentication scheme. Since both the mgt site and
the front end site use a lot of the same objects, I just create all my
object classes in the mgt site, and add a project reference from the
front end site to the mgt site so they can be shared. For the life of
me, I cannot figure out how to accomplish something similar in VS
2005/dotnet 2.0. Since there are no 'projects' anymore, I can't add a
'project' reference. And since there are no dll files anymore, I can't
just build my project and have a dll file plopped down somewhere so
that I can reference it. I have to publish the website to a folder
somewhere so that the dll gets created and then I can reference it.
This seems very cumbersome. All I want is for my object classes to be
available to both websites, and I want to be able to make changes
quickly to a class file and be able to access those changes without
having to publish the files so the dll gets generated. How do other
people do this?
Thanks in advance for any enlightenment!
Brandon
http://www.busedge.com
find any info. In 1.1, my standard web application structure includes a
front end website, and a management site (or administration site..
however you call it). The management site is a subfolder of the primary
site, say "/mgt" and it is a separate IIS application, so it has it's
own web.config and authentication scheme. Since both the mgt site and
the front end site use a lot of the same objects, I just create all my
object classes in the mgt site, and add a project reference from the
front end site to the mgt site so they can be shared. For the life of
me, I cannot figure out how to accomplish something similar in VS
2005/dotnet 2.0. Since there are no 'projects' anymore, I can't add a
'project' reference. And since there are no dll files anymore, I can't
just build my project and have a dll file plopped down somewhere so
that I can reference it. I have to publish the website to a folder
somewhere so that the dll gets created and then I can reference it.
This seems very cumbersome. All I want is for my object classes to be
available to both websites, and I want to be able to make changes
quickly to a class file and be able to access those changes without
having to publish the files so the dll gets generated. How do other
people do this?
Thanks in advance for any enlightenment!
Brandon
http://www.busedge.com