thank you sir
sir, i want to run the child project directly with the accessing of session and application objects.every body first run the parent project and then run the appropriate child projects, that means
http://localhost/parent/chied1/form1.aspx
but i want to runt the child project directly, like this
http://localhost/chied1/form1.aspx
and I want the procedure for how to add the already developed project as a child project to some parent project.
Thanking you sir
RK
Quote:
quote:Originally posted by planoie
Not sure what you mean when you say "run the child project".
Can you elaborate a little bit on your question?
In Visual Studio development, you have a solution which contains multiple projects. Usually, there is one "primary" project, although there is no setting per se for this. That project is the startup project and references other projects which contain support code the references can continue down the line until you finally have a project that does not reference another project. At that point you have all the projects you need withing a solution.
Do this help?
|