| Author: avtar 04 Sep 2008 | Member Level: Gold | Rating: Points: 1 |
try to browse link of aspx site directly and if its works it shld work frm there as well ...
|
| Author: Thakar makwana 04 Sep 2008 | Member Level: Gold | Rating: Points: 1 |
check its in same folder or not and do which avtar suggested you
|
| Author: Palanivel 10 Oct 2008 | Member Level: Silver | Rating:   Points: 3 |
ASPX wont run directly in browser. you have to host the aspx file. Hosting methods
1. If you want to publish your website over internet you have windows hosting with any one of the .NET framework support.
2. If you created the website locally you have to publish website through IIS. and install anyone version of .NET Framework.
|