Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm using SQLSERVER session state for my entire web application's transactions. Now we need to include an seperate project(web application) inside this application, which works fine only in Inproc mode(Calls PAGEMETHODS from JS).

For reference Link for Newer Application to Add

How can i merge those two applications(web.config) into an single application.
Is it possible ??
Posted

1 solution

I'd suggest reading this article first to way up your pro's and con's first.
http://vishaljoshi.blogspot.com/2009/08/web-application-project-vs-web-site.html[^]
But if you want it all in 1 dll I'd suggest the following. First create your project as a web application then add your separate project.
http://forums.asp.net/t/1242839.aspx/1[^]
http://ricardocovo.com/tag/web-deployment-projects/[^]
http://msdn.microsoft.com/en-us/library/dd410407%28v=vs.90%29.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900