Hello,
I deployed dsc in a folder like:
D:\sites_root\infosystems4u.ro\subdomains\dsc\web that is binded in IIS7 (on a Win2008 server) as dsc.infosystems4u.ro
If I run the solution from visual studio it's work fine (but opened from a location such d:\my downloads\dsc...) (with virtual path set as "/")
But if I publish the web to the location stated above, the first page work, but every other page (e.g. login.aspx or any) rise this eror:
1.) In browser address bar: http://dsc.infosystems4u.ro/FileNotFound.htm?aspxerrorpath=/Login.aspx (or another example: http://dsc.infosystems4u.ro/FileNotFound.htm?aspxerrorpath=/Store/ProductList/Featured.aspx)
2.) In browser page:
We're sorry, there is no Web page matching your request.
It's possible you typed the address incorrectly, or that the page no longer exists. In this case, we profusely apologize for the inconvenience and for any damage this may cause.
I think that is something related to (virtual)path, but I don't understand from where it comes...
|