I use mostly Apache and PHP, so I'm very unfamiliar with IIS and .aspx
I have a .aspx file (myFile.aspx) I'm debugging, and I would like to see - using localhost - what it will look like on the server (which is Windows 2003, I think) when looked at by a user. I'm using Windows 7 for debugging, but the project lives - and will continue to live - on a Windows 2003 server.
I have IIS up and running, so initially when I went to http://localhost/, I could see the IIS logo. I now have the Physical Path pointing to the directory with my ASP project.
The problem is that due to the server mismatches, when I go to the page (myFile.aspx) I get a server error because the related configuration data (web.config) for the page is invalid (HTTP Error 500.19 - Internal Server Error - The requested page cannot be accessed because the related configuration data for the page is invalid.).
How can I work around this? Are there any good tutorials that cover this matter? Any help appreciated.