Hi guys,
I just made a web application using ASP.Net and C#. The application
compiles and works fine from my workstation, but after I uploaded it to
my webserver, I am getting an error of "the page cannot be displayed"
in IE and "the document contains no data" in FireFox.
The error I get is when I try to access page, which is
www.mywebsite.com/addtocart.aspx?ProductID=xx. I know for a fact that
addtocart.aspx exists but I am still getting this error. Any clue why
it might be doing this?
Again, the same webpage, addtocart.aspx works fine from my workstation
but wont work from the webserver.
I would grealy appreciate your help. Thanks in advance.
- Emon.
Patrick.O.Ige - 19 Oct 2005 11:53 GMT
Can you POST more specific errors you get because its difficult to guess
what
might be the error in your scenario.
**Try other pages or even HTML pages and see**
Patrick
> Hi guys,
>
[quoted text clipped - 14 lines]
>
> - Emon.