Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Second App...
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00746194
Message ID:
00746263
Views:
18
Are you using a lot of User Controls in your project? You have to copy user controls to a new project. Then you would have two code bases to maintain. There are ways around this. See http://www.aspalliance.com/stevesmith/articles/netreuse1.asp

Also there are restrictions on certain web.config settings dealing with security when it is placed in a subdirectory.


>Hi All,
>
>What is the best way to configure a second web app in the same solution. Is this possible, or should I just create another solution.
>
>Basically, what I have is a web application. I want to build an 'admin' application for this ap. It will use the same data but have a different group of users.
>
>I would like to just create a subfolder of my current app...
>
>localhost/MainApplication/Admin
>
>... which would have its own web config. Is this possible?
>
>OR, should I just build a second web app. Can I do this as a secondary project in the current solution?
>
>Thanks,
>BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform