i dont when u stop iis to display error page. but in web.config u can mention error
*<customErrors defaultRedirect="http://hostName/applicationName/errorStatus.htm" mode="On"> <error statusCode="404" redirect="filenotfound.htm" /> </customErrors>* On Mon, Aug 2, 2010 at 4:54 PM, mahendiran jayavarma <[email protected]>wrote: > > Hi, > > Aactually if we stop the IIS server, I wants to display the custom error > page in browser. > > Please give me example for how to display the page. > > > > Thanks, > Mahendiran Jayavarma.
