Wednesday, August 5, 2009

Can't run .aspx pages?

Here is the scenario. A website developer has dumped a file with a (.filename) on into our host server. The site pages have a (.aspx) extension. I tried opening these pages using firefox and explorer - (using the following URL http//domain name/file name/document name.aspx) I get an error message. Any clue as to how I can get the pages to run? I have extremely limited knowledge of web development so please make it simple. Do I need to write a code somewhere to make it run? if so where?



Can%26#039;t run .aspx pages?





You need to have a server that supports ASP.NET and is configured to use it. You should discuss what your server supports with your hosting provider.



Can%26#039;t run .aspx pages?



To run aspx pages your server should



a) Be running Windows 2003 Server



b) Running .NET Runtime (atleast)



c) Your web app is configured correctly to handle these extensions



It has nothing to do with the end client (firefox or intenet explorer).



You can take up the tutorial at http://quickstarts.asp.net/QuickStartv20...



The ASP.net quickstart is quite good for a start.

No comments:

Post a Comment