Live Chat Icon For mobile
Live Chat Icon

Can I use a src attribute with a Web Service

Platform: ASP.NET| Category: Miscellaneous

The .aspx pages are the only ones that support the Src attribute, and therefore it’s the only file type that supports JIT compilation of separate source files.By using the Src attribute in the page directive, you can specify which file the ASP.NET engine should compile.

It cannot be used with a WebService.
This means that you must precompile the code behind class that is to be used as the basis for the Web Service, either manually using the Command-line compiler or by building a Visual Studio.NET Web Service Application.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.