I have ASP.Net application which is working fine on my development machine. However, when deployed on the internet, I get an error when I try to access one of my forms. The error is:
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /Product.aspx
Version Information: Microsoft .NET Framework Version:4.0.303 19; ASP.NET Version:4.0.303 19.1
I have other forms which are working fine. Please help.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /Product.aspx
Version Information: Microsoft .NET Framework Version:4.0.303 19; ASP.NET Version:4.0.303 19.1
I have other forms which are working fine. Please help.
Comment