Hi,

I am looking for a program or an online website or whatever, that will convert my asp.net, .asp and .aspx files to html.

I have searched the web but couldn't find any.

I would really appreciate your help.

Thanks,

Mike

.asp and .aspx files are processed by web server and rendered as HTML to the browser.

You can use Visual Studio to run .aspx files which will render into HTML content.

Also you can use IIS to configure a web site where you can deploy your aspx/asp files.

To deploy aspx files at IIS, you need to install .NET Framework.

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.