Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Installing a WebService into IIS7 on Vista

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  IIS7 on Vista, which components do I need to inst..  
Author Message
Vilhelm

External


Since: Apr 17, 2007
Posts: 5



(Msg. 1) Posted: Fri Aug 03, 2007 3:46 am
Post subject: Installing a WebService into IIS7 on Vista
Archived from groups: microsoft>public>inetserver>iis (more info?)

Using .NET 2.0 and VS2005, I am trying to make a simple WebService
application and an installer for it.
I want to distribute the installer to several customers, so the installation
should run as smooth as possible.

When trying to install it on Vista, I get a generic errormessage:
"Installation incomlete. The installer was interrupted before
WebSetup1 could be installed"
Is it possible to figure out in more details what went wrong in the
installation?

I have figured out that IIS6 compatibility components must be activated in
IIS7 to make my webservice install properly.
How can I (using VS2005) make my WebService application not be dependent on
IIS6 when installed on IIS7?
(I want it to be installable on XP with IIS6 also)

I am using a standard Web Deployment Setup project in VS2005.

 >> Stay informed about: Installing a WebService into IIS7 on Vista 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 2) Posted: Sun Aug 05, 2007 1:56 am
Post subject: Re: Installing a WebService into IIS7 on Vista [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Vilhelm" <Vilhelm.DeleteThis@discussions.microsoft.com> wrote in message
news:0CFB537D-1E79-4A6E-AE82-E7B5AE216011@microsoft.com...
> Using .NET 2.0 and VS2005, I am trying to make a simple WebService
> application and an installer for it.
> I want to distribute the installer to several customers, so the
> installation
> should run as smooth as possible.
>
> When trying to install it on Vista, I get a generic errormessage:
> "Installation incomlete. The installer was interrupted before
> WebSetup1 could be installed"
> Is it possible to figure out in more details what went wrong in the
> installation?
>
> I have figured out that IIS6 compatibility components must be activated in
> IIS7 to make my webservice install properly.
> How can I (using VS2005) make my WebService application not be dependent
> on
> IIS6 when installed on IIS7?

Does your installer attempt to configure the IIS metabase? If so, then you
need the IIS 6.0 Compatibility components -or- you need to ensure your
configuration is done to the new IIS 7.0 configuration files (e.g. using WMI
or similar)

> (I want it to be installable on XP with IIS6 also)

Both XP and Windows Server 2003 use the metabase. So your installer will
need to detect the underlying OS (XP/2003 or Vista/2008) and make
configuation changes appropriately (metabase for XP/2003, and
applicationHost.config for Vista/2008)

Cheers
Ken


> I am using a standard Web Deployment Setup project in VS2005.
>
>
>

 >> Stay informed about: Installing a WebService into IIS7 on Vista 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]