Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web root Directory missing

Status
Not open for further replies.

cdukes

Programmer
Aug 6, 1999
286
FR
I wondered if anyone had any ideas on the following:

I have an ASP.Net web application which when the application is running on
most servers, the web site root is
appended to hyperlinks thus '/xxx.aspx' become '
However, on our live system
'/xxx.aspx'

becomes:
'/xxx.aspx'
and hence the web page is not found. I am sure it is the webserver setup as
the deployed application is identical on all servers, but I have checked
through the settings and cannot see any difference.

I have checked the web.Config and both include

<httpRuntime useFullyQualifiedRedirectUrl="true"/>

Hope someone can help

CHris D.
 
Hi,

Have you opened up Internet Information Services and checked which folder the default web site is pointing to?

Keith
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top