Hi Experts,
I am not able to create generic handler in a wcf project. Is there any alternative to generic handler, I am using visual studio 2013.
secondly, I am not able to create a web page(aspx-page) in this wcf project,
I had created html page and saved it as aspx and manually, added code-behind file manully, but it throws error, and there is no designer file generated. I had rebuild the application but the errors dont go.
I had noticed in stack overflow stating to "convert to web application" option in project menu, but this option is not available. I had tried changing Format version to 10 in the solution, but not able to see the option "convert to web application".
Thanks,
Bharath AK
What is the issue that you are facing when trying to add a new web page to the WCF Project? You should be able add a new aspx page by right clicking on the wcf project -> Add -> New Item -> Web form.
Also are you planning to create a ASHX page for your asp.net generic handler?
Thanks.