Tagged Questions
The default-document tag has no wiki summary.
5
votes
6answers
5k views
ASP.net 4.0 default.aspx problem on IIS6
I installed .net framework 4 on my windows 2003 enterprise x64, wrote simple asp.net 4.0 application (default.aspx page only). The application works great if request is to default.aspx, not to the ...
2
votes
4answers
582 views
Redirect to webapp default document when another page is specified?
IIS6, ASP.NET 2.0, No Forms Authentication
I'm calling Response.Redirect("~/foo.aspx"), but the default document ("Default.aspx") for my site is appearing. To make matters worse, it only happens ...
1
vote
1answer
271 views
IIS5 not serving index.html on local machine even though it's listed in the Default Documents
I'm developing a site in VS2008 on a machine running XP SP3 with IIS5. I've named the main page in each directory index.html to avoid the www.domain.tld/directory/pagename.ext scenario of specifying a ...
1
vote
4answers
234 views
How to determine if the default document was served in traditional ASP?
In a file called index.asp, which is set up in IIS as a default document for the directory, I'm trying to determine via .asp VBScript if the page was called as the default document versus directly by ...
0
votes
1answer
35 views
ASP.NET 4.0 application cannot find Default.aspx under IIS6
I've got an ASP.NET 4.0 web application (webforms, not mvc; asp.net routing isn't used) that runs fine under IIS7. When I try to run it under IIS6 and navigate to http://localhost/MyApp/, I get the ...
0
votes
0answers
24 views
Modules executing in different order on two servers, leading to havoc
I have an ASP.NET site with a custom IHttpModule running on two different boxes (a dev server and a production one). Recently, the dev server has been behaving differently than expected.
The module ...
0
votes
0answers
129 views
RD Web Access Default Document
I am trying to set up remote desktop web access on my domain (gateway.wonderind.com). I am using Windows Server 2008 R2 Standard and IIS7. I can run the app locally by visiting ...
0
votes
0answers
68 views
IIS 7 Default Document Handler after Custom Module registration
When I register a custom Http Module in IIS 7.5, the DefaultDocumentModule seems not to run any more. E.g. Requests to /test/ do not get resolved as test/default.aspx anymore.
Instead, the request ...
0
votes
2answers
137 views
Jetty, Maven plugin - how to configure default document?
We're using Jetty 6.x, and Maven-2.
Anybody knows how to configure the default document?
I mean - there's a default that serves /index.html or any of it's equivalents when accessing the application ...
0
votes
1answer
479 views
IIS 7.5 default documents and ASP.Net MVC 2 Routes
I am trying to deploy a website on Win Server 2008 R2 machine with IIS 7.5. The website is developed with asp net mvc2. My client asked me to deploy a simple .html document to be served until we ...
0
votes
2answers
178 views
Test for default document request?
Is there a way to programmatically know when someone is using the Default Document feature of IIS to access my page (that is, the name of my .ASPX isn't in their URL anywhere)?