iframe & Server
-
hi i have a frame with bind data it work @ client when i publish the project it not work but it get the path this the source --- in html i changed my file to it not work any help
ahmed eldeghedy
-
hi i have a frame with bind data it work @ client when i publish the project it not work but it get the path this the source --- in html i changed my file to it not work any help
ahmed eldeghedy
You changed the source, did it work before ? Is the file where you changed it to ? Where is you application root ?
Christian Graus Driven to the arms of OSX by Vista.
-
You changed the source, did it work before ? Is the file where you changed it to ? Where is you application root ?
Christian Graus Driven to the arms of OSX by Vista.
it work in my client well i try to upload my files in a deferent folders all of it work in clinet when i publish it to the server not work
ahmed eldeghedy
-
it work in my client well i try to upload my files in a deferent folders all of it work in clinet when i publish it to the server not work
ahmed eldeghedy
by 'client' you mean that it worked when you tested it being served from your dev machine ? This means you've failed to appreciate what code runs on the server and what runs on the client. Therefore, when they were the same machine, it worked. Once you deployed, it broke because your core issue is a misunderstanding of what ASP.NET is, what it does, and where the server/client barrier exists.
Christian Graus Driven to the arms of OSX by Vista.