| Author |
New 2003 install cant renver HTTP?
|
|
| __Stephen 2005-12-27, 6:06 pm |
| We have a W2K STAGE server that went stupid last week. So Network guy says
lets up the box to 2003 /IIS6. SP1 applied as well.
I have IIS loaded but it won't render any of the ASP pages.
Error comes back as :
The page cannot be found
The page you are looking for might have been removed, had its name changed,
or is temporarily unavailable.
My URL goes down to the .asp file name. I have this drive mapped on my
desktop for the short term and I know that the page is there.
IIS6 won't allow me to browse a website on that server?
What simple thing am I missing here?
TIA
__Stephen
| |
| Consultant 2005-12-27, 6:06 pm |
| did you enable the asp web extension?
"__Stephen" <srussell@transactiongraphics.com> wrote in message
news:ea81aMvCGHA.3980@TK2MSFTNGP12.phx.gbl...
> We have a W2K STAGE server that went stupid last week. So Network guy
> says lets up the box to 2003 /IIS6. SP1 applied as well.
>
> I have IIS loaded but it won't render any of the ASP pages.
>
> Error comes back as :
> The page cannot be found
> The page you are looking for might have been removed, had its name
> changed, or is temporarily unavailable.
>
> My URL goes down to the .asp file name. I have this drive mapped on my
> desktop for the short term and I know that the page is there.
>
> IIS6 won't allow me to browse a website on that server?
>
> What simple thing am I missing here?
>
> TIA
>
> __Stephen
>
| |
| __Stephen 2005-12-27, 6:06 pm |
|
"Consultant" <consultant_mcngp@yahoo.com> wrote in message
news:OnBlTwvCGHA.208@tk2msftngp13.phx.gbl...
> did you enable the asp web extension?
I thought that was automatic via installing IIS.
Do I have to go through and set that up in the explorer?
| |
| Consultant 2005-12-27, 6:06 pm |
| it is done thru the iis snap in, under web extensions, make sure asp is
enabled
"__Stephen" <srussell@transactiongraphics.com> wrote in message
news:ergOfzvCGHA.1088@tk2msftngp13.phx.gbl...
>
> "Consultant" <consultant_mcngp@yahoo.com> wrote in message
> news:OnBlTwvCGHA.208@tk2msftngp13.phx.gbl...
>
> I thought that was automatic via installing IIS.
>
> Do I have to go through and set that up in the explorer?
>
| |
| __Stephen 2005-12-27, 6:06 pm |
|
"Consultant" <consultant_mcngp@yahoo.com> wrote in message
news:upPY90vCGHA.1676@TK2MSFTNGP09.phx.gbl...
> it is done thru the iis snap in, under web extensions, make sure asp is
> enabled
Thanks. I know that I never got that done first time around.
| |
| David Wang [Msft] 2005-12-28, 2:54 am |
| The reason that it is not done "automatically" is for security reasons.
Before IIS6, when you installed IIS everything was on by default... which
proved a field-day for hackers because it seems like the only user for those
on-by-default features was the hacker.
So in IIS6, when you install IIS everything is off by default and you must
explicitly enable features that you want... which has proven to be a good
choice, especially if you look at the IIS6 security track record.
Now yes, it does mean that you have to spend a little more time
configuring/enabling software, but it is marginally harder and once you get
it, people tend to get it and like this approach.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"__Stephen" <srussell@transactiongraphics.com> wrote in message
news:uFvH5TwCGHA.3876@tk2msftngp13.phx.gbl...
>
> "Consultant" <consultant_mcngp@yahoo.com> wrote in message
> news:upPY90vCGHA.1676@TK2MSFTNGP09.phx.gbl...
>
> Thanks. I know that I never got that done first time around.
>
| |
| __Stephen 2005-12-28, 6:10 pm |
|
"David Wang [Msft]" <someone@online.microsoft.com> wrote in message
news:%23ez$Al2CGHA.2912@tk2msftngp13.phx.gbl...
> The reason that it is not done "automatically" is for security reasons.
>
> Before IIS6, when you installed IIS everything was on by default... which
> proved a field-day for hackers because it seems like the only user for
> those on-by-default features was the hacker.
>
> So in IIS6, when you install IIS everything is off by default and you must
> explicitly enable features that you want... which has proven to be a good
> choice, especially if you look at the IIS6 security track record.
>
> Now yes, it does mean that you have to spend a little more time
> configuring/enabling software, but it is marginally harder and once you
> get it, people tend to get it and like this approach.
Thanks David, I agree with what your saying.
When I go to administer the site, I have one IP set for my internal site and
a second for my external site. I add virtual directories under each for the
specific sites that we have in house on my stageing server. so
www.mysite.com/admin in a browser should kick off the default.asp page in
the admin dir. Unfortunatly it's still not happening 
I have a .asp extension listed and I have allowed all verbs, but it's not
catching and showing.my page(s).
I get the file not found error page 404.
Any newer ideas?
TIA
__Stephen
| |
| __Stephen 2005-12-28, 6:10 pm |
|
"__Stephen" <srussell@transactiongraphics.com> wrote in message
news:ePj1aa8CGHA.3940@TK2MSFTNGP10.phx.gbl...
>
> I get the file not found error page 404.
>
> Any newer ideas?
>
> TIA
>
> __Stephen
Found it under the other folder and not the Web Sites folder.
|
|
|
|