PC Review


Reply
Thread Tools Rate Thread

Smartclients and IIS6 on OS2003 server ?

 
 
Deasun
Guest
Posts: n/a
 
      17th Jul 2008
Hello all,

We just moved our Intranet to this server and half our users get a load of
xml on there screen when they click on the link to start the smartclient app.
The same users hitting the sam pages on our old 2000 IIS5 server works fine.

As far as I can see the IIS 6 settings for the site are correct.
We have enabled .net 2.0 and 1.0 on it.

Has anyone any ideas on this? Or point me in the right direction to get an
answer.

Thanks
Deasun
--
Deasun
Home Site: www.tirnaog.com
Check out: The Code Vault in my forums section.
 
Reply With Quote
 
 
 
 
Michael Nemtsev [MVP]
Guest
Posts: n/a
 
      18th Jul 2008
Hello Deasun,

Which asp.net version do u use?
are u sure that u registered the right asp.net version via aspnet_regiis -i?
Did you try to set IIS5 mode in the IIS6 settings?!

If after all these steps you site start working, I assume that you are missing
some httphandlers which are processing your pages - that's why you see xml
content, not the page rendering

---
WBR,
Michael Nemtsev [Microsoft MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


D> We just moved our Intranet to this server and half our users get a
D> load of xml on there screen when they click on the link to start the
D> smartclient app. The same users hitting the sam pages on our old 2000
D> IIS5 server works fine.
D>
D> As far as I can see the IIS 6 settings for the site are correct. We
D> have enabled .net 2.0 and 1.0 on it.
D>
D> Has anyone any ideas on this? Or point me in the right direction to
D> get an answer.
D>


 
Reply With Quote
 
Deasun
Guest
Posts: n/a
 
      18th Jul 2008
Version: 2.0 {v2.0.50727}
We have the versions on there and SPs.

aspnet_regiis -i?
We tried this for the 2.0 version.

set IIS5 mode in the IIS6 settings
For other application reasons the network guy does not want to turn this on.
They had it on and they kept getting a security box popping up on the
users
desktops when they hit the home page for the Intranet.

Aye it seems like the client having the problems don't seem to be awear of
the ".application" extension. But on the servers we have the mime types
registered.

I am at a loss. The clients that have the problems seem to be spread out
about the company. Some in one depart. can work fine others in same dept. get
the xml.
All on the same OS. Various update lvls.
On a test box client that was having the same problems I updated completely
the XP machine. SP3 and all and still no luck. But these same PCs directed to
the old webserver work fine.

Everything I can see seems to point to something on the new 2003 server or
IIS6.
I just can'y see anymore settings I could turn on or off.

Need help bad. Stuck with redirecting links to old server till we get a fix
for this.

Thanks for your reply.
Desun

--
Deasun
Home Site: www.tirnaog.com
Check out: The Code Vault in my forums section.


"Michael Nemtsev [MVP]" wrote:

> Hello Deasun,
>
> Which asp.net version do u use?
> are u sure that u registered the right asp.net version via aspnet_regiis -i?
> Did you try to set IIS5 mode in the IIS6 settings?!
>
> If after all these steps you site start working, I assume that you are missing
> some httphandlers which are processing your pages - that's why you see xml
> content, not the page rendering
>
> ---
> WBR,
> Michael Nemtsev [Microsoft MVP] :: blog: http://spaces.live.com/laflour
>
> "The greatest danger for most of us is not that our aim is too high and we
> miss it, but that it is too low and we reach it" (c) Michelangelo
>
>
> D> We just moved our Intranet to this server and half our users get a
> D> load of xml on there screen when they click on the link to start the
> D> smartclient app. The same users hitting the sam pages on our old 2000
> D> IIS5 server works fine.
> D>
> D> As far as I can see the IIS 6 settings for the site are correct. We
> D> have enabled .net 2.0 and 1.0 on it.
> D>
> D> Has anyone any ideas on this? Or point me in the right direction to
> D> get an answer.
> D>
>
>
>

 
Reply With Quote
 
Deasun
Guest
Posts: n/a
 
      22nd Jul 2008
Morning,

Anyone have any ideas?
Looking for a expert in Server 2003 and IIS6.
What settings need to be set to get Msartclient stuff to work on it?

Thanks
Deasun
--
Deasun
Home Site: www.tirnaog.com
Check out: The Code Vault in my forums section.


"Deasun" wrote:

> Version: 2.0 {v2.0.50727}
> We have the versions on there and SPs.
>
> aspnet_regiis -i?
> We tried this for the 2.0 version.
>
> set IIS5 mode in the IIS6 settings
> For other application reasons the network guy does not want to turn this on.
> They had it on and they kept getting a security box popping up on the
> users
> desktops when they hit the home page for the Intranet.
>
> Aye it seems like the client having the problems don't seem to be awear of
> the ".application" extension. But on the servers we have the mime types
> registered.
>
> I am at a loss. The clients that have the problems seem to be spread out
> about the company. Some in one depart. can work fine others in same dept. get
> the xml.
> All on the same OS. Various update lvls.
> On a test box client that was having the same problems I updated completely
> the XP machine. SP3 and all and still no luck. But these same PCs directed to
> the old webserver work fine.
>
> Everything I can see seems to point to something on the new 2003 server or
> IIS6.
> I just can'y see anymore settings I could turn on or off.
>
> Need help bad. Stuck with redirecting links to old server till we get a fix
> for this.
>
> Thanks for your reply.
> Desun
>
> --
> Deasun
> Home Site: www.tirnaog.com
> Check out: The Code Vault in my forums section.
>
>
> "Michael Nemtsev [MVP]" wrote:
>
> > Hello Deasun,
> >
> > Which asp.net version do u use?
> > are u sure that u registered the right asp.net version via aspnet_regiis -i?
> > Did you try to set IIS5 mode in the IIS6 settings?!
> >
> > If after all these steps you site start working, I assume that you are missing
> > some httphandlers which are processing your pages - that's why you see xml
> > content, not the page rendering
> >
> > ---
> > WBR,
> > Michael Nemtsev [Microsoft MVP] :: blog: http://spaces.live.com/laflour
> >
> > "The greatest danger for most of us is not that our aim is too high and we
> > miss it, but that it is too low and we reach it" (c) Michelangelo
> >
> >
> > D> We just moved our Intranet to this server and half our users get a
> > D> load of xml on there screen when they click on the link to start the
> > D> smartclient app. The same users hitting the sam pages on our old 2000
> > D> IIS5 server works fine.
> > D>
> > D> As far as I can see the IIS 6 settings for the site are correct. We
> > D> have enabled .net 2.0 and 1.0 on it.
> > D>
> > D> Has anyone any ideas on this? Or point me in the right direction to
> > D> get an answer.
> > D>
> >
> >
> >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Migration from Server 2000 w/IIS 5 to Server 2003 w/IIS6.0 ISAPI f Ubiquitor Microsoft Windows 2000 1 20th May 2008 10:10 PM
Setup of IIS6 server __Stephen Microsoft ASP .NET 1 28th Dec 2005 05:50 PM
Should I develop on IIS6 or VS2005 web server? Carl Johansen Microsoft ASP .NET 2 4th Jul 2005 10:59 PM
Win 2003 Server / IIS6 / Server Application Unavailable =?Utf-8?B?RGFtb24gUm9iZXJ0cw==?= Microsoft ASP .NET 6 23rd Jun 2005 11:11 PM
IE6 and Referer values sent to the web server ( IIS6 ) Frank Rizzo Windows XP Internet Explorer 2 6th Aug 2004 09:36 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:28 AM.