If you don't have the web site configured as a web application is IIS it won't execute any server side code. On the 'Home Directory' tab in IIS properties for the web site you have to be sure it's a web application with an application pool assigned.
This is assuming you've installed .NET on the server.
Main Topics
Browse All Topics





by: _Stilgar_Posted on 2009-08-29 at 10:08:20ID: 25214606
What error are you getting - 404 or 500?
Try having a look at IIS to see what DLL is associated with aspx files. Also, try creating an application on the website you're trying to access.