Hi, i developed an application based on web services.
With IIS 5 all works well.
I try to deploy it on an IIS 6 and web services calls give a timeout.
If I try to call ws via explorer
(http://localhost/WSArticoli_WUS/WSArticoli_WUS.asmx) it work.
When I try to call via VB.net application it doesn't work and stop to work
also via explorer.

Can you help me please??

Re: IIS 6 problem with web services by Kristofer

Kristofer
Sat May 07 03:45:38 CDT 2005

Hi,

"Does not work" is a very wide term. We need to know what is happening.
What you observe, and any error messages you see. Please also have a look
in the event log.


--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com


Marco wrote:

> Hi, i developed an application based on web services.
> With IIS 5 all works well.
> I try to deploy it on an IIS 6 and web services calls give a timeout.
> If I try to call ws via explorer
> (http://localhost/WSArticoli_WUS/WSArticoli_WUS.asmx) it work.
> When I try to call via VB.net application it doesn't work and stop to
work
> also via explorer.
>
> Can you help me please??

Re: IIS 6 problem with web services by Yosh

Yosh
Sat May 07 10:38:45 CDT 2005

Do you have ASP.NET installed?

"Marco" <Marco@discussions.microsoft.com> wrote in message
news:15194CD5-A4F2-4F09-A2BE-68DD83ABB54A@microsoft.com...
> Hi, i developed an application based on web services.
> With IIS 5 all works well.
> I try to deploy it on an IIS 6 and web services calls give a timeout.
> If I try to call ws via explorer
> (http://localhost/WSArticoli_WUS/WSArticoli_WUS.asmx) it work.
> When I try to call via VB.net application it doesn't work and stop to work
> also via explorer.
>
> Can you help me please??
>



Re: IIS 6 problem with web services by Marco

Marco
Mon May 09 01:59:02 CDT 2005

I try to debug client side: when I call webmethod the exeption is a
System.Net.WebException and says: "The Operation has timed-out"

Which log have I to look?

Thanks for help


"Kristofer Gafvert" wrote:

> Hi,
>
> "Does not work" is a very wide term. We need to know what is happening.
> What you observe, and any error messages you see. Please also have a look
> in the event log.
>
>
> --
> Regards,
> Kristofer Gafvert
> www.gafvert.info - My Articles and help
> www.ilopia.com
>
>
> Marco wrote:
>
> > Hi, i developed an application based on web services.
> > With IIS 5 all works well.
> > I try to deploy it on an IIS 6 and web services calls give a timeout.
> > If I try to call ws via explorer
> > (http://localhost/WSArticoli_WUS/WSArticoli_WUS.asmx) it work.
> > When I try to call via VB.net application it doesn't work and stop to
> work
> > also via explorer.
> >
> > Can you help me please??
>

Re: IIS 6 problem with web services by Marco

Marco
Mon May 09 02:00:02 CDT 2005

Yes, I have ASP.NET

"Yosh" wrote:

> Do you have ASP.NET installed?
>
> "Marco" <Marco@discussions.microsoft.com> wrote in message
> news:15194CD5-A4F2-4F09-A2BE-68DD83ABB54A@microsoft.com...
> > Hi, i developed an application based on web services.
> > With IIS 5 all works well.
> > I try to deploy it on an IIS 6 and web services calls give a timeout.
> > If I try to call ws via explorer
> > (http://localhost/WSArticoli_WUS/WSArticoli_WUS.asmx) it work.
> > When I try to call via VB.net application it doesn't work and stop to work
> > also via explorer.
> >
> > Can you help me please??
> >
>
>
>

Re: IIS 6 problem with web services by Kristofer

Kristofer
Mon May 09 02:12:10 CDT 2005

The event log can be found here:

Click Start->Run, type eventvwr.msc and press ENTER.


--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com


Marco wrote:

> I try to debug client side: when I call webmethod the exeption is a
> System.Net.WebException and says: "The Operation has timed-out"
>
> Which log have I to look?
>
> Thanks for help
>
>
> "Kristofer Gafvert" wrote:
>
> > Hi,
> >
> > "Does not work" is a very wide term. We need to know what is happening.
> > What you observe, and any error messages you see. Please also have a
look
> > in the event log.
> >
> >
> > --
> > Regards,
> > Kristofer Gafvert
> > www.gafvert.info - My Articles and help
> > www.ilopia.com
> >
> >
> > Marco wrote:
> >
> > > Hi, i developed an application based on web services.
> > > With IIS 5 all works well.
> > > I try to deploy it on an IIS 6 and web services calls give a timeout.
> > > If I try to call ws via explorer
> > > (http://localhost/WSArticoli_WUS/WSArticoli_WUS.asmx) it work.
> > > When I try to call via VB.net application it doesn't work and stop to
> > work
> > > also via explorer.
> > >
> > > Can you help me please??
> >

Re: IIS 6 problem with web services by Marco

Marco
Mon May 09 02:54:08 CDT 2005

I look at event viewer but no errors found.
Can you help me?

"Kristofer Gafvert" wrote:

> The event log can be found here:
>
> Click Start->Run, type eventvwr.msc and press ENTER.
>
>
> --
> Regards,
> Kristofer Gafvert
> www.gafvert.info - My Articles and help
> www.ilopia.com
>
>
> Marco wrote:
>
> > I try to debug client side: when I call webmethod the exeption is a
> > System.Net.WebException and says: "The Operation has timed-out"
> >
> > Which log have I to look?
> >
> > Thanks for help
> >
> >
> > "Kristofer Gafvert" wrote:
> >
> > > Hi,
> > >
> > > "Does not work" is a very wide term. We need to know what is happening.
> > > What you observe, and any error messages you see. Please also have a
> look
> > > in the event log.
> > >
> > >
> > > --
> > > Regards,
> > > Kristofer Gafvert
> > > www.gafvert.info - My Articles and help
> > > www.ilopia.com
> > >
> > >
> > > Marco wrote:
> > >
> > > > Hi, i developed an application based on web services.
> > > > With IIS 5 all works well.
> > > > I try to deploy it on an IIS 6 and web services calls give a timeout.
> > > > If I try to call ws via explorer
> > > > (http://localhost/WSArticoli_WUS/WSArticoli_WUS.asmx) it work.
> > > > When I try to call via VB.net application it doesn't work and stop to
> > > work
> > > > also via explorer.
> > > >
> > > > Can you help me please??
> > >
>

Re: IIS 6 problem with web services by Kristofer

Kristofer
Mon May 09 03:10:49 CDT 2005

My first thought was that the application pool failed and stopped. This
would cause further attempts to call the webservice to fail, because there
is no application pool to handle the webservice.

But this would give you an error message in the event log.

So, since there is nothing logged, i now merely think that there is a
problem with ASP.NET.

Are you getting the same error when calling it from internet explorer?
(after you have tried to call it from your application)

--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com


Marco wrote:

> I look at event viewer but no errors found.
> Can you help me?
>
> "Kristofer Gafvert" wrote:
>
> > The event log can be found here:
> >
> > Click Start->Run, type eventvwr.msc and press ENTER.
> >
> >
> > --
> > Regards,
> > Kristofer Gafvert
> > www.gafvert.info - My Articles and help
> > www.ilopia.com
> >
> >
> > Marco wrote:
> >
> > > I try to debug client side: when I call webmethod the exeption is a
> > > System.Net.WebException and says: "The Operation has timed-out"
> > >
> > > Which log have I to look?
> > >
> > > Thanks for help
> > >
> > >
> > > "Kristofer Gafvert" wrote:
> > >
> > > > Hi,
> > > >
> > > > "Does not work" is a very wide term. We need to know what is
happening.
> > > > What you observe, and any error messages you see. Please also have
a
> > look
> > > > in the event log.
> > > >
> > > >
> > > > --
> > > > Regards,
> > > > Kristofer Gafvert
> > > > www.gafvert.info - My Articles and help
> > > > www.ilopia.com
> > > >
> > > >
> > > > Marco wrote:
> > > >
> > > > > Hi, i developed an application based on web services.
> > > > > With IIS 5 all works well.
> > > > > I try to deploy it on an IIS 6 and web services calls give a
timeout.
> > > > > If I try to call ws via explorer
> > > > > (http://localhost/WSArticoli_WUS/WSArticoli_WUS.asmx) it work.
> > > > > When I try to call via VB.net application it doesn't work and
stop to
> > > > work
> > > > > also via explorer.
> > > > >
> > > > > Can you help me please??
> > > >
> >

Re: IIS 6 problem with web services by Marco

Marco
Mon May 09 04:09:08 CDT 2005

When I call it from IE it doesn't respond but doesn't get an error: simply it
continuosly try to open page...


"Kristofer Gafvert" wrote:

> My first thought was that the application pool failed and stopped. This
> would cause further attempts to call the webservice to fail, because there
> is no application pool to handle the webservice.
>
> But this would give you an error message in the event log.
>
> So, since there is nothing logged, i now merely think that there is a
> problem with ASP.NET.
>
> Are you getting the same error when calling it from internet explorer?
> (after you have tried to call it from your application)
>
> --
> Regards,
> Kristofer Gafvert
> www.gafvert.info - My Articles and help
> www.ilopia.com
>
>
> Marco wrote:
>
> > I look at event viewer but no errors found.
> > Can you help me?
> >
> > "Kristofer Gafvert" wrote:
> >
> > > The event log can be found here:
> > >
> > > Click Start->Run, type eventvwr.msc and press ENTER.
> > >
> > >
> > > --
> > > Regards,
> > > Kristofer Gafvert
> > > www.gafvert.info - My Articles and help
> > > www.ilopia.com
> > >
> > >
> > > Marco wrote:
> > >
> > > > I try to debug client side: when I call webmethod the exeption is a
> > > > System.Net.WebException and says: "The Operation has timed-out"
> > > >
> > > > Which log have I to look?
> > > >
> > > > Thanks for help
> > > >
> > > >
> > > > "Kristofer Gafvert" wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > "Does not work" is a very wide term. We need to know what is
> happening.
> > > > > What you observe, and any error messages you see. Please also have
> a
> > > look
> > > > > in the event log.
> > > > >
> > > > >
> > > > > --
> > > > > Regards,
> > > > > Kristofer Gafvert
> > > > > www.gafvert.info - My Articles and help
> > > > > www.ilopia.com
> > > > >
> > > > >
> > > > > Marco wrote:
> > > > >
> > > > > > Hi, i developed an application based on web services.
> > > > > > With IIS 5 all works well.
> > > > > > I try to deploy it on an IIS 6 and web services calls give a
> timeout.
> > > > > > If I try to call ws via explorer
> > > > > > (http://localhost/WSArticoli_WUS/WSArticoli_WUS.asmx) it work.
> > > > > > When I try to call via VB.net application it doesn't work and
> stop to
> > > > > work
> > > > > > also via explorer.
> > > > > >
> > > > > > Can you help me please??
> > > > >
> > >
>

Re: IIS 6 problem with web services by Yosh

Yosh
Mon May 09 08:43:00 CDT 2005

Question 3: I installed ASP.NET and IIS on my machine but ASP.NET does not
seem to work (question for IIS versions lower than 6). What am I doing
wrong?

The answer is in the question: you installed ASP.NET first and then you
installed IIS. On IIS versions lower than version 6.0 (thus in Windows XP,
2000) IIS does not know anything about ASP.NET so it can't have support for
it natively (also called: "backward compatibility"). The point is that the
framework needs to register the ASP.NET ISAPI during the installation to
tell IIS that some thing called ASP.NET is on there and that requests with
extension .aspx, .asmx, etc should be sent to that "new strange thing"
(strange from the IIS perspective). Fortunately, there is a tool (again!)
called aspnet_regiis.exe that will help you to do this job. It's installed
in the .NET Framework folder on the system
(%windir%\Microsoft.NET\Framework\v1.1.4322 typically).

The most interesting command-line flags include:

a.. -i to register the ASP.NET ISAPI on IIS, including scriptmaps
(aspnet_client)
b.. -ir to register the ISAPI only
c.. -enable (for IIS 6) to enable the extension in IIS (see question 2),
when combined with -i or -ir
Other flags are used to install scriptmaps on applications (needed for
postbacks etc using JavaScript) and to uninstall ASP.NET again (the
mapping).

posted on Sunday, August 01, 2004 12:29 AM

"Marco" <Marco@discussions.microsoft.com> wrote in message
news:EA535051-7A4B-47D2-BB2B-A1CB15C08D2B@microsoft.com...
> Yes, I have ASP.NET
>
> "Yosh" wrote:
>
>> Do you have ASP.NET installed?
>>
>> "Marco" <Marco@discussions.microsoft.com> wrote in message
>> news:15194CD5-A4F2-4F09-A2BE-68DD83ABB54A@microsoft.com...
>> > Hi, i developed an application based on web services.
>> > With IIS 5 all works well.
>> > I try to deploy it on an IIS 6 and web services calls give a timeout.
>> > If I try to call ws via explorer
>> > (http://localhost/WSArticoli_WUS/WSArticoli_WUS.asmx) it work.
>> > When I try to call via VB.net application it doesn't work and stop to
>> > work
>> > also via explorer.
>> >
>> > Can you help me please??
>> >
>>
>>
>>