简体   繁体   中英

Web service in an ASP.NET MVC application

I have an ASP.NET MVC application in a solution, and inside the same solution there is another webservice project. I need to debug a particular WebGet method inside that service using a url in my localhost. Am able to reach the web service where it is hosted using the actual url to that service. But if I have to debug it, how can I reach that method when running in localhost?

You need to use IIS Express How to: Specify the Web Server for Web Projects in Visual Studio . Using IIS express you can debug and run both projects in your solution at the same time.

IIS Express for Developers

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM