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#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -