Postback does not work at application root [ASP.NET 4.0]

I have several virtual applications on the same site, all of which have the same problem. Whenever you are at the root of the application (~ /), the relay does not work, the page just refreshes.

Here are a few examples (all of their own virtual applications):

Clicking on the "Login" link will not redirect to the Login.aspx page

Entering a username / password and then pressing "login" / "go" does not register the user in

For some reason, if you add "Default.aspx" to the end of any of the above pages, postback works as expected (e.g. http://designbyssi.com/designbyssi.com/projects/air-savings/02/Default. aspx ). For a while I searched this on Google and I found some articles, although none of them helped. Here are the articles I managed to find:

I do not use any type of URL rewriting, these are all web form applications and I am in a Godaddy hosting account.

Any ideas on what might happen, or what do I need to do to fix this?

+3
source share
1 answer

, dev , - . Postbacks dev , Default.aspx.

, . , URL.

, , , , .

Postback aspx

IIS 7 IIS 7.5 ?

+1

All Articles