I have a website that I developed in Visual Studio Pro 2008. I have a series of .aspx pages. How do I make it so another person can see these pages on their browser? (like HTML pages).

I've tried saving the extension to .html, but the VB design doesn't show up and the page doesn't load.

Thanks :)

Recommended Answers

All 2 Replies

Upload it on the server,buy web hosting package, use company server if available or make your pc a hosting server

Yeah they cant just view them locally, ASP is serverside code which is executed on the server, and then the html pages resulting from the operation are dynamically sent to the client for rendering in thier browser.

To run ASP.NET you will need a windows (IIS) hosting package with .NET support.

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.