Live Chat Icon For mobile
Live Chat Icon

How do I publish my ASP.NET application to my ISP’s web server?

Platform: ASP.NET| Category: Basic

Your ISP must first create an IIS application and apply the Front Page Server Extensions to it. Then in Visual Studio .NET, select the ‘Project | Copy Project’ menu. Then enter the URL and select the FrontPage web access method. The ‘Copy Project’ feature copies all of the necessary files to your ISP’s machine for your ASP.NET application to run.

You can also FTP your files to your ISP web server. But you must know which files to upload.
For more details refer PRB: Remote ASP.NET Projects Require IIS on the Client Computer or FrontPage Server Extensions on the Server Computer

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.