Question

Currently I'm working on an ASP.NET MVC 2 website. Company policy says that as many of the connections to backend systems should be done with integrated security.

So finally when the website is hosted in IIS, the credentials of the AppPool are being used to connect to databases, Active Directory and so on. But for now, I'm not hosting in IIS yet. Which brings me to my question:

Is it possible to run the Visual Studio debugging sessions under specific credentials to be able to test the integrated security sessions better?

Thanks in advance.

Was it helpful?

Solution

Instead of running your website under the VS development server, you can debug the website by using IIS on your local machine. In this way you can still debug, but having the added ability to modify the AppPool credentials.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top