Hello, I wonder how to run ASP.NET file. I created some files using asp.net then, in order to run them, do I need to publish them first so that I can use them directly for the web?

Thanks.

Recommended Answers

All 3 Replies

do I need to publish them first

Yes. Publish them to an IIS folder.

Asp.net will run on IIS on a Windows Server. In addition to installing the IIS role, you need to enabled ASP.NET as well. You can do all of the from Server Manager during the process of adding the role (in the wizard), or after the fact using Programs and Features in control panel. The process would be slightly different depending on the Windows OS version.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.