Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Default Page

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Log file size above 20Meg  
Author Message
vikramlagu

External


Since: Sep 07, 2003
Posts: 2



(Msg. 1) Posted: Mon Sep 08, 2003 1:23 am
Post subject: Default Page
Archived from groups: microsoft>public>inetserver>iis (more info?)

I have the following set up.

I have written a forwarder which is just relaying http
traffic to a web server on which i have deployed a vitual
directory. I have set the default doc in the virtual
directory's properties.

When i type in my url in browser through the forwarder i
get a page not found error. But when i type the default
document name in the url page gets displayed properly.

eg :-

//machinename/virtualdir -> page not found
//machinename/virtualdir/mydefault.asp -> retrieves the
page.


Are any iis settings that need to be set in such proxy
style setups.

 >> Stay informed about: Default Page 
Back to top
Login to vote
timcof

External


Since: Sep 02, 2003
Posts: 912



(Msg. 2) Posted: Wed Sep 10, 2003 1:53 pm
Post subject: RE: Default Page [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Try setting the home directory in the properties of the virtual dir to a redirection to a URL, and see if that helps. I assume your asp
page is doing a response.redirect "http://site.com"?

Thank you. I hope this information is helpful.

Tim Coffey [MSFT]

This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft
Corporation. All rights reserved.
--------------------
| Content-Class: urn:content-classes:message
| From: "Vikram" <vikramlagu DeleteThis @hotmail.com>
| Sender: "Vikram" <vikramlagu DeleteThis @hotmail.com>
| Subject: Default Page
| Date: Sun, 7 Sep 2003 22:23:14 -0700
| Lines: 22
| Message-ID: <429a01c375c9$4d66b9c0$a601280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcN1yU1mF5qWk6j5S6uEoGAFZCZCwA==
| Newsgroups: microsoft.public.inetserver.iis
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:274372
| NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| I have the following set up.
|
| I have written a forwarder which is just relaying http
| traffic to a web server on which i have deployed a vitual
| directory. I have set the default doc in the virtual
| directory's properties.
|
| When i type in my url in browser through the forwarder i
| get a page not found error. But when i type the default
| document name in the url page gets displayed properly.
|
| eg :-
|
| //machinename/virtualdir -> page not found
| //machinename/virtualdir/mydefault.asp -> retrieves the
| page.
|
|
| Are any iis settings that need to be set in such proxy
| style setups.
|
|
|

 >> Stay informed about: Default Page 
Back to top
Login to vote
vikramlagu

External


Since: Sep 07, 2003
Posts: 2



(Msg. 3) Posted: Fri Sep 12, 2003 5:05 am
Post subject: RE: Default Page [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

that wont work.=20
The forwarder component is like a relay server.=20
so it will just forward the request to iis server.
i have set the enable default document property in iis as=20
true. still if is not getting to that page.

 >-----Original Message-----
 >Try setting the home directory in the properties of the=20
virtual dir to a redirection to a URL, and see if that=20
helps. I assume your asp=20
 >page is doing a response.redirect "http://site.com"?
 >
 >Thank you. I hope this information is helpful.
 >
 >Tim Coffey [MSFT]
 >
 >This posting is provided "AS IS" with no warranties, and=20
confers no rights. You assume all risk for your use. =A9=20
2001 Microsoft=20
 >Corporation. All rights reserved.
 >--------------------
 >| Content-Class: urn:content-classes:message
 >| From: "Vikram" <vikramlagu.RemoveThis@hotmail.com>
 >| Sender: "Vikram" <vikramlagu.RemoveThis@hotmail.com>
 >| Subject: Default Page
 >| Date: Sun, 7 Sep 2003 22:23:14 -0700
 >| Lines: 22
 >| Message-ID: <429a01c375c9$4d66b9c0$a601280a@phx.gbl>
 >| MIME-Version: 1.0
 >| Content-Type: text/plain;
 >| charset=3D"iso-8859-1"
 >| Content-Transfer-Encoding: 7bit
 >| X-Newsreader: Microsoft CDO for Windows 2000
 >| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
 >| Thread-Index: AcN1yU1mF5qWk6j5S6uEoGAFZCZCwA=3D=3D
 >| Newsgroups: microsoft.public.inetserver.iis
 >| Path: cpmsftngxa06.phx.gbl
 >| Xref: cpmsftngxa06.phx.gbl=20
microsoft.public.inetserver.iis:274372
 >| NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
 >| X-Tomcat-NG: microsoft.public.inetserver.iis
 >|=20
 >| I have the following set up.
 >|=20
 >| I have written a forwarder which is just relaying http
 >| traffic to a web server on which i have deployed a=20
vitual
 >| directory. I have set the default doc in the virtual=20
 >| directory's properties.=20
 >|=20
 >| When i type in my url in browser through the forwarder i
 >| get a page not found error. But when i type the default
 >| document name in the url page gets displayed properly.
 >|=20
 >| eg :-=20
 >|=20
 >| //machinename/virtualdir -> page not found
 >| //machinename/virtualdir/mydefault.asp -> retrieves=20
the=20
 >| page.
 >| =20
 >|=20
 >| Are any iis settings that need to be set in such proxy=20
 >| style setups.
 >|=20
 >|=20
 >|=20
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Default Page 
Back to top
Login to vote
timcof

External


Since: Sep 02, 2003
Posts: 912



(Msg. 4) Posted: Mon Sep 15, 2003 6:18 am
Post subject: RE: Default Page [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I would suggest a netmon trace and see what is actually being requested and why IIS is returning a 404. Also, do you see the request
in the web server log? You will want to have the web log and the netmon trace, and ensure they are lining up.

Thank you. I hope this information is helpful.

Tim Coffey [MSFT]

This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft
Corporation. All rights reserved.
--------------------
| Content-Class: urn:content-classes:message
| From: "vikram" <vikramlagu.DeleteThis@hotmail.com>
| Sender: "vikram" <vikramlagu.DeleteThis@hotmail.com>
| References: <429a01c375c9$4d66b9c0$a601280a@phx.gbl> <8OUAan4dDHA.2000.DeleteThis@cpmsftngxa06.phx.gbl>
| Subject: RE: Default Page
| Date: Fri, 12 Sep 2003 02:05:26 -0700
| Lines: 71
| Message-ID: <098d01c3790d$016e56d0$a401280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: quoted-printable
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcN5DQFuZM37dfb+SxqgQKBZdHGqpg==
| Newsgroups: microsoft.public.inetserver.iis
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:275245
| NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| that wont work.
| The forwarder component is like a relay server.
| so it will just forward the request to iis server.
| i have set the enable default document property in iis as
| true. still if is not getting to that page.
| >-----Original Message-----
| >Try setting the home directory in the properties of the
| virtual dir to a redirection to a URL, and see if that
| helps. I assume your asp
| >page is doing a response.redirect "http://site.com"?
| >
| >Thank you. I hope this information is helpful.
| >
| >Tim Coffey [MSFT]
| >
| >This posting is provided "AS IS" with no warranties, and
| confers no rights. You assume all risk for your use. ©
| 2001 Microsoft
| >Corporation. All rights reserved.
| >--------------------
| >| Content-Class: urn:content-classes:message
| >| From: "Vikram" <vikramlagu.DeleteThis@hotmail.com>
| >| Sender: "Vikram" <vikramlagu.DeleteThis@hotmail.com>
| >| Subject: Default Page
| >| Date: Sun, 7 Sep 2003 22:23:14 -0700
| >| Lines: 22
| >| Message-ID: <429a01c375c9$4d66b9c0$a601280a@phx.gbl>
| >| MIME-Version: 1.0
| >| Content-Type: text/plain;
| >| charset="iso-8859-1"
| >| Content-Transfer-Encoding: 7bit
| >| X-Newsreader: Microsoft CDO for Windows 2000
| >| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| >| Thread-Index: AcN1yU1mF5qWk6j5S6uEoGAFZCZCwA==
| >| Newsgroups: microsoft.public.inetserver.iis
| >| Path: cpmsftngxa06.phx.gbl
| >| Xref: cpmsftngxa06.phx.gbl
| microsoft.public.inetserver.iis:274372
| >| NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
| >| X-Tomcat-NG: microsoft.public.inetserver.iis
| >|
| >| I have the following set up.
| >|
| >| I have written a forwarder which is just relaying http
| >| traffic to a web server on which i have deployed a
| vitual
| >| directory. I have set the default doc in the virtual
| >| directory's properties.
| >|
| >| When i type in my url in browser through the forwarder i
| >| get a page not found error. But when i type the default
| >| document name in the url page gets displayed properly.
| >|
| >| eg :-
| >|
| >| //machinename/virtualdir -> page not found
| >| //machinename/virtualdir/mydefault.asp -> retrieves
| the
| >| page.
| >|
| >|
| >| Are any iis settings that need to be set in such proxy
| >| style setups.
| >|
| >|
| >|
| >
| >
| >.
| >
|
 >> Stay informed about: Default Page 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
IIS 5.1 (win xp) unexplained failure to find the default p.. - I have a win Xp pro machine I use to to test my pages on. Up until saturday night it worked fine. I had been working on some items and had no problems. I got up the next morning and it it will no long serve up pages. I made no changes to my..

Host names and the default web - Whilst looking through the logs, I have noticed that most web spiders go for the IP address rather than the domain name. If I disable the default website (which by default is viewed when the IP is used) nearly all web spiders fail; however if I have it....

Starting default web server automatically - Hi. I know how to get IIS to automatically start when I start up Windows XP, but my default web server is not automatically starting. I have to go into IIS5 to start it. I know it's something simple, but I can't seem to find the setting to get it....

IIS ASP page using ADO - i'm trying to work with an access database inside an ASP page using ADO connection. I can read tables but not write to them. Where can i check for the write permission setting?

the page cannot be displayed - I can't view pages that I created (.html,.asp, etc...). I keep getting an error message: The page cannot be displayed. I'm running win xp pro sp1. Please Help Thaer
   Web Hosting and Web Master Forums (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 ]