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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -