We are developing an asp.net project, an API, and an MVC project using Visual Studio. Currently, the system we use uses a local administrator account. Now we map it to the domain user (regular user). However, some features are not supported by Visual Studio when we do such things ... important ...
- Debugging applications running under a different user account, such as ASP.NET websites.
- Deploy a web application to Internet Information Services (IIS) on a local computer.
Check MSDN Doc here
Please note that deployment in IIS is not a problem for us, however we cannot debug the application and this is a real transaction breaker here!
I would like to know how to do debugging for asp.net websites when using a normal user with a domain.
I know this is not a programming issue. However, it seems that most programmers with network points are affected by this, and I donโt know where to turn for help, so post it here. (Suggest if any other site is suitable for this!)
Thank you for your help.
source share