Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have developed a vb.net based web application using asp.net. The application is working fine when debugged from Visual Studio 2008. Now i want to link this one to my web page so that i can play it over the internet. My question is i cannot find any file that can be linked to any webpage for example .HTML, .aspx etc.

There is one Default.aspx file in the project root folder but that opens in the VS2008.

I had not installed IIS before intalling Vs 2008. But installed it later and then reinstalled VS 2008. But the .aspx file is not even then in the wwwroot folder.

Any suggestions???
Posted

Your aspx file is the file you need to nagivate to. You just need to set it up to be hosted correctly and browse to it.
 
Share this answer
 
Search Google[^] for "ASP.NET application deployment".

Read the articles to understand the deployment process completely.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900