Hello,
I created a site in IIS7.0, my root directory is C:\MyWebSite
So the web.config file of my asp.Net is in C:\MyWebSite
But i want that the users access my application by just entering http://IPAdress/
So i configured the defaultDocuments so that a default.aspx will be accessed without naming it in the URL
But the defaults.aspx is in a directory C:\MyWebSite\Forms\
and after configuring iis it works well, if i tape http://IPAdress/ i am redirected on the default.aspx
The problem is when i click a button of this page, it postbacks the page but iis thinks its on http://IPAdress/ and not http://IPAdress/Forms/Default.aspx
the question is : can we configured a default document which is not on the root directory