H
Hemant
Hi,
I am working on vb.net 2005.
To handle error 404 i have added following error to the web config.
<customErrors mode="On" defaultRedirect="~/error.aspx">
<error statusCode="404" redirect="~/default.aspx" />
</customErrors>
it is working on my local machine . where i have not put my code in inetpub
..
but while i do the same at the production i am getting message like where my
application is at the inetpub .
on production application is running on window 2000 .
Internet explorer cannot display the webpage.
am i wrong any where ?
please suggest me.
thanks,
hemant
I am working on vb.net 2005.
To handle error 404 i have added following error to the web config.
<customErrors mode="On" defaultRedirect="~/error.aspx">
<error statusCode="404" redirect="~/default.aspx" />
</customErrors>
it is working on my local machine . where i have not put my code in inetpub
..
but while i do the same at the production i am getting message like where my
application is at the inetpub .
on production application is running on window 2000 .
Internet explorer cannot display the webpage.
am i wrong any where ?
please suggest me.
thanks,
hemant