Re: 1 solution or 2?
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
- From: "Francois Bonin [MVP]" <thecois@xxxxxxxxx>
- Date: Tue, 28 Jun 2005 23:06:48 -0000
I don't think the differences are that crucial between the two approaches.
Having 1 solution allows you to do all your work in one place (but then
again you can open two instances of visual studio:1 for each solution).
Having two solutions allows you to use different source code control modules
(sometimes it makes sense to use separate SCC modules or even tools for web
based apps and standard apps).
"Richard L Rosenheim" <richard@xxxxxxx> wrote in message
news:OwhevPBfFHA.2392@xxxxxxxxxxxxxxxxxxxxxxx
> I'm writing an application and the corresponding web services. Am I
> better
> off with having 2 solutions (1 for the app, 1 for the web services) or 1
> solution (both app and web services as projects within the solution)?
>
> Pros? Cons?
>
> TIA,
>
> Richard Rosenheim
>
>
.
Relevant Pages
- 401 error accessing web service using credentials
... windows authentication credentials must be used to access the web services). ... The problem is that when the web apps attempt to access a web service they ... When I look at the security event logs I can see a Success event for NETWORK ... (microsoft.public.dotnet.framework.webservices) - 401 error accessing web service using credentials
... windows authentication credentials must be used to access the web services). ... The problem is that when the web apps attempt to access a web service they ... Set up the web services to require windows authentication (both in the ... When I look at the security event logs I can see a Success event for NETWORK ... (microsoft.public.dotnet.framework.aspnet.webservices) - Re: IIS Guru Help Please
... > However at the moment we need to have the web services up and running. ... >> and framework apps in general, and IIS 6 is far superior ... >> if you are serious about doing web services apps. ... >>> have moved everything over and the authentication is wokring now. ... (microsoft.public.windowsxp.security_admin) - Re: use/reuse of intranet business dlls by asp.net apps
... And Web services do not also fit our scenario. ... avoid the work of building two apps, one for web and one for intranet. ... and both the website and applications use the web service. ... (microsoft.public.dotnet.framework.aspnet) - Re: IIS Guru Help Please
... > However at the moment we need to have the web services up and running. ... >> and framework apps in general, and IIS 6 is far superior ... >> if you are serious about doing web services apps. ... >>> have moved everything over and the authentication is wokring now. ... (microsoft.public.windowsxp.security_admin) |
|