Server Error in '/' Application. IIs -


server error in '/' application.

the resource cannot found.

description: http 404. resource looking (or 1 of dependencies) have been removed, had name changed, or temporarily unavailable. please review following url , make sure spelled correctly.

requested url: /account/examples/fio.aspx

version information: microsoft .net framework version:4.0.30319; asp.net version:4.0.30319.18044

this page trying assess here now:

 http://localhost/<mysitename>/account/examples/fio.aspx 

but when writing , debugging site in visual studio ,everything worked fine , page here

/account/examples/fio.aspx

since morning.i have no idea how improve it.

add below code web.config file. browser show full error message.

<configuration>     <system.web>         <customerrors mode="off"/>     </system.web> </configuration> 

Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

c++ - End of file on pipe magic during open -