Я пытался перейти на .net 4 для моего проекта WebForms asp.net.
Теперь я получаю это при попытке зайти на веб-службу .asmx.
Server Error in '/' Application.
Type 'Chickenweb.WebServ.WebServ' does not inherit from 'System.Web.UI.Page'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Type 'Chickenweb.WebServ.WebServ' does not inherit from 'System.Web.UI.Page'.
Это было потому, что я использую IIS и использовал неправильный пул приложений.Спасибо за все ваши ответы!