• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Web Application debugging in a different environment

I am currently writing a web application in Visual Studio 2005. For my web server, I am using my local version of IIS 5.1 for Windows XP (my local operating system).

However, after the application is written, it must be built in Windows Server 2003. That operating system uses IIS 6.0. I have no access to this environment.

My question is this: How can I debug my application in a Windows Server 2003 environment to make sure that my application works in that environment? Does Visual Studio 2005 have the capability to "emulate" another environments like that?

Thanks.
 
try downloading visual studio web dev 2008. i think it comes packaged with the personal iis6 or 7 server. also, you might want to try hitting up one of the 'heroes happen here' conferences. They will be giving out free dev versions of server 08, sql server 08, and studio 08. all of these would be highly beneficial for you and it is free to attend (minus your time)
 
Back
Top