wcf - Host .svc file on ASP.NET Development Server -


is possible host .svc file on asp.net development server? how?

yes. if project type regular library project 1 way create website project , copy svc file + corresponding service dll's bin folder project.

then, when run solution (f5), find website hosted in cassini (asp.net development server)

the catch virtual port different everytime run solution. however, can specify project run on specific virtual port well.

refer link on how can that


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -