HTTP Error 404.0 - Not Found (Reporting - RDLC)

jcdb

Member
Joined
Aug 22, 2012
Messages
6
Programming Experience
1-3
I encounter a minor problem but I could not determine what problem causes. Let me explain to you below.

There are two scenario I tested.

First Scenario:
I use IIS to add a website and test the localhost - default.aspx is working. When I fill up the form and then submit it. During submission, it will go to another page that displays the reporting (rdlc) but an error message occurs i.e. HTTP Error 404.0 - Not Found. It says a filename may be moved or wrong name or something like that but all of rdlc files are inside the same directory as aspx files.

Second Scenario:
Opening Visual Studios 2008 and then run. Upon running, it will open the localhost - default.aspx is working. When I fill up the form and then submit it. During submission, it will go to another page that displays the reporting (rdlc) and then a report is displayed. It is working but why IIS does not work.

I am quite confused. I have attached two different images. Please kindly advise what problem causes. Thanks.

error_iis.jpg
working.jpg
 
Back
Top Bottom