How can i publich my asp.net application
-
i don't know how i really publish my asp.net web application on a web server which don't have the .net framework please help me Mahmoud Tahoon
-
i don't know how i really publish my asp.net web application on a web server which don't have the .net framework please help me Mahmoud Tahoon
If the webserver don't have the .Net framework, you can publish the asp.net web application (Just by FTP-ing your files), but you can't run it. So to be able to publish and run your asp.net web application, the server MUST have the .Net framework. If it's your own server, you can download and install the runtime version of the framework, otherwise try to ask at your hoster or look for a another hosting company who supports .Net.
-
i don't know how i really publish my asp.net web application on a web server which don't have the .net framework please help me Mahmoud Tahoon
Simply put, it is not possible to run an ASP.NET application on a server without the .NET framework. Which, incidentally, is the same as Colin's excellent answer[^] to your post yesterday. I'm sorry, but no matter how often you post the question, the answer will continue to be the same. You will need to either have the framework installed, or move to a host that supports ASP.NET. Hope that helps. :) --Jesse