Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

2 IIS questions

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Author Message
asleepatdesk

External


Since: Feb 13, 2008
Posts: 1



(Msg. 1) Posted: Wed Feb 13, 2008 9:36 pm
Post subject: 2 IIS questions
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,

I am maintaining a new site and have two IIS 6.0 questions:

1) A SSL certificate is installed on the site, so when you browse to
https://www.domainname.com (secure), the user reaches the site OK.
But when the user browses to http://www.domainname.com, I get a Server
Unavailable page and the following error is logged to the Event
Viewer: "It is not possible to run two different versions of ASP.NET
in the same IIS process. Please use the IIS Administration Tool to
reconfigure your server to run the application in a separate process."

I can't figure out what is happening here and what to do to fix.

2) How do I configure IIS to accept http://domainname.com and
https://domainname.com ? (no 'www')

Thanks for you help.
asleep

 >> Stay informed about: 2 IIS questions 
Back to top
Login to vote
user

External


Since: Feb 05, 2007
Posts: 112



(Msg. 2) Posted: Thu Feb 14, 2008 3:30 pm
Post subject: Re: 2 IIS questions [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

That's really three questions:

1) Check the Site properties make sure it is set to port 443 for "secure
port" and that port 80 is also present in the host headers. (On the same
tab.)

1a) For the error message, check this site see if it helps;
http://weblogs.asp.net/owscott/archive/2006/01/26/436607.aspx

2) In the host headers, add the IP address and the hostname "domainname.com"
for port 80. (It won't work in secured mode unless you got a wildcard
certificate or two certificates and run a separate virtual web.) Then,
configure DNS for "domainname.com" just like you did for
"www.domainname.com"

"asleepatdesk" <steve RemoveThis @scoleman.net> wrote in message
news:7f118cc1-66f6-407f-8b8b-a5c9a86a35d3@q78g2000hsh.googlegroups.com...
> Hi,
>
> I am maintaining a new site and have two IIS 6.0 questions:
>
> 1) A SSL certificate is installed on the site, so when you browse to
> https://www.domainname.com (secure), the user reaches the site OK.
> But when the user browses to http://www.domainname.com, I get a Server
> Unavailable page and the following error is logged to the Event
> Viewer: "It is not possible to run two different versions of ASP.NET
> in the same IIS process. Please use the IIS Administration Tool to
> reconfigure your server to run the application in a separate process."
>
> I can't figure out what is happening here and what to do to fix.
>
> 2) How do I configure IIS to accept http://domainname.com and
> https://domainname.com ? (no 'www')
>
> Thanks for you help.
> asleep

 >> Stay informed about: 2 IIS questions 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 3146



(Msg. 3) Posted: Thu Feb 14, 2008 5:08 pm
Post subject: Re: 2 IIS questions [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

1) You have two different .NET versions using the same application pool. You
cannot have that. This article explains how to solve this:


--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


"asleepatdesk" <steve.DeleteThis@scoleman.net> skrev i meddelandet
news:7f118cc1-66f6-407f-8b8b-a5c9a86a35d3@q78g2000hsh.googlegroups.com...
> Hi,
>
> I am maintaining a new site and have two IIS 6.0 questions:
>
> 1) A SSL certificate is installed on the site, so when you browse to
> https://www.domainname.com (secure), the user reaches the site OK.
> But when the user browses to http://www.domainname.com, I get a Server
> Unavailable page and the following error is logged to the Event
> Viewer: "It is not possible to run two different versions of ASP.NET
> in the same IIS process. Please use the IIS Administration Tool to
> reconfigure your server to run the application in a separate process."
>
> I can't figure out what is happening here and what to do to fix.
>
> 2) How do I configure IIS to accept http://domainname.com and
> https://domainname.com ? (no 'www')
>
> Thanks for you help.
> asleep
 >> Stay informed about: 2 IIS questions 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 3146



(Msg. 4) Posted: Thu Feb 14, 2008 5:08 pm
Post subject: Re: 2 IIS questions [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

1) You have two different .NET versions using the same application pool. You
cannot have that. This article explains how to solve this:
http://www.gafvert.info/iis/article/install_asp_net_20_side_by_side.htm

2)
On a default installation of IIS, there is nothing to do.
You first need to make sure that domainname.com resolves to the webserver.
This is a configuration in the DNS server.
Second, if you use host headers in IIS, you need to add domainname.com as a
host header for the website.


--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


"asleepatdesk" <steve.DeleteThis@scoleman.net> skrev i meddelandet
news:7f118cc1-66f6-407f-8b8b-a5c9a86a35d3@q78g2000hsh.googlegroups.com...
> Hi,
>
> I am maintaining a new site and have two IIS 6.0 questions:
>
> 1) A SSL certificate is installed on the site, so when you browse to
> https://www.domainname.com (secure), the user reaches the site OK.
> But when the user browses to http://www.domainname.com, I get a Server
> Unavailable page and the following error is logged to the Event
> Viewer: "It is not possible to run two different versions of ASP.NET
> in the same IIS process. Please use the IIS Administration Tool to
> reconfigure your server to run the application in a separate process."
>
> I can't figure out what is happening here and what to do to fix.
>
> 2) How do I configure IIS to accept http://domainname.com and
> https://domainname.com ? (no 'www')
>
> Thanks for you help.
> asleep
 >> Stay informed about: 2 IIS questions 
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 ]