Re: Questions



Steven,

thanks for the help. I will need some time to get familiar with the new
deployment tool and certificate services.

regards,
Phil Lee

"Steven Cheng[MSFT]" <stcheng@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:vwPzm3a6FHA.3892@xxxxxxxxxxxxxxxxxxxxxxxx
> Hi Phil,
>
> Welcome to webservice newsgroup.
> Regarding on the several questions you mentioned, here are some of my
> understanding and suggestion:
>
> 1) Why, when I run code analysis do I get a source controlled files named
> {guid}/codeanalysislog.xml
> ...................................
> ========================================
>
> Not very familiar with Team System tools, however, as for the FxCop, it is
> integrated with VS 2005 TeamSuite and Team Server so as to provide code
> rules validating before checking in.. So I think the folder and output
> may
> be something related to that setting. I'd suggest you try posting in IDE
> related newsgroup since there may exists some experienced members there.
>
>
> 2) In .NET 1.1 web service classes where contained in a .NET namespace.
> This is no longer the case in .NET 2 and code analysis complains about it.
> I have excluded the FxCop warning but I was just interested to know why
> the
> namespace was removed - and why FxCop still whinges.
> ==========================================
> Yes, you're right, in .net 2.0/vs.net 2005, the ASP.NET web application or
> webservice project no longer add a root namespace for all the pages or
> component files created in them. Also, there is no precompiled asseblies
> find. Because the ASP.NET 2.0 use the new compilation model (dynamic
> compilation) which support source code (aspx) file all remain in
> application folder so as to let the runtime dynamically compile them.
> Thus,
> all the compiled classes(page classes) will be constructed under a certain
> namespace (control by the internal compiler ....) , this is just how the
> dynamic assemblies under Temporay ASP.NET folder in asp.net 1.1 be
> constructed..... And alternately, we can choose to precompile the
> whole web application so that all the pages and components classes are
> precompiled into assemblies before deployment, so that we only need to
> deploy the aspx files (or asmx ...) to target site , also with the
> precompiled assemblies.... in VS.NET 2005, the "Build---->PublishSite "
> menu just do the work ... Anyway, the namespace behavior which
> violate the fxcop rules does exist as you have met.
>
>
> 3) I'm using WSE3 and have built a WinForms client and web service using
> .................................
> =========================================
> Yes, we do have more convenient means to create server /client certificate
> or any other type of certs though the WSE's sample certificates are also
> created by makecert I think. I'm not sure whether there is another
> win2k
> or win2k3 server box available in your environment. If so,we can install
> the Microsoft windows certificate services on win2k or win2k3 server, then
> we can use that server machine as a CA, we can request and get many kinds
> of certificate through that server (through cert services manager or
> through IIS web interface...) which is quite easy.....
>
>
> 4) In .NET 1.1 I have a setup program for installing my web service. In
> ................................
> =============================================
> For ASP.NET 2.0 project, as I've mentioned in 2), we can precompiled the
> site through the "PublishSite" function in VS2005 ide. We can put the
> precompiled content into a local file sytem directory and all the things
> there is what we need to deploy to target server. Then, we can make a
> normal web application setup project to create virtual dir and deploy
> those
> contents ....
>
> In addition, the ASP.NET team is going to deliver a new "Web Deployment
> Project" which provide much more features and control over creating
> ASP.NET
> 2.0 web application deployment package.... It's still under beta, but you
> can get some info from it:
>
> #Visual Studio 2005 Web Deployment Projects (Beta Preview)
> http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/default.aspx
>
> Also, here is the blogs article from the web platorm & tools team's mgr ,
> you can also get some of the background of this new project here:
>
> http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx
>
> Hope helps. Thanks,
>
> Steven Cheng
> Microsoft Online Support
>
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>
>
>
>
>
>
>


.



Relevant Pages

  • Re: Web Certificate for IIS Server on SBS Domain
    ... Before your reply, I actually ran across rapidssl myself, and have ordered and installed the free 30-day certificate on my site. ... I explained what you'd told me about putting my existing configuration at risk by installing Cert Services, and he said he didn't know that. ... Again, if you're just needing a cert to install on your web server to provide SSL connectivity for remote users, go with an external third-party provider. ... When you add Certificate Services on an internal network, lots of internal communications will start using pieces provided by the Cert Server instead of the defaults from Server 2003, and when things blow up, they can blow up gloriously. ...
    (microsoft.public.windows.server.sbs)
  • Re: Web Certificate for IIS Server on SBS Domain
    ... Again, if you're just needing a cert to install on your web server to provide SSL connectivity for remote users, go with an external third-party provider. ... When you add Certificate Services on an internal network, lots of internal communications will start using pieces provided by the Cert Server instead of the defaults from Server 2003, and when things blow up, they can blow up gloriously. ...
    (microsoft.public.windows.server.sbs)
  • Re: Web Certificate for IIS Server on SBS Domain
    ... I'm now setting up a web application on a new IIS server on my domain and I want to secure all connections with a self-issued certificate, since I want to give my users access to it across the internet. ... Will installing Certificate Services mess up my existing configuration in any way? ...
    (microsoft.public.windows.server.sbs)
  • Re: IE6 and MS Certificate Services (standalone)
    ... Flaw in Certificate Enrollment Control Could Allow Deletion of Digital ... a version mismatch between either your server or your client. ... IE6 and MS Certificate Services (standalone) ... Server:Win2000 Server with MS Certificate Services ...
    (NT-Bugtraq)
  • RPC over HTTP, Microsoft solution
    ... Exchange Server 2003 RPC over HTTP Deployment Scenarios ... Place a check in the box next to 'Certificate Services' and click 'Yes' ...
    (microsoft.public.exchange.setup)