Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 706547
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T04:10:43+00:00 2026-05-14T04:10:43+00:00

I have a class library. In one of the classes, I am adding a

  • 0

I have a class library. In one of the classes, I am adding a script reference on the page like this:

    protected override void OnPreRender(EventArgs e)
    {
        base.OnPreRender(e);
        if (this.Page != null)
        {
            ScriptManager sm = ScriptManager.GetCurrent(this.Page);
            ServiceReference reference = new ServiceReference("~/Admin/Services/ContactsService.asmx");
            reference.InlineScript = true;
            sm.Services.Add(reference);
        }
    }

For the ServiceReference file path, is there a way to add an embedded file instead? I want to keep everything self-contained in my class library instead of dropping a file into the website folder.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T04:10:43+00:00Added an answer on May 14, 2026 at 4:10 am

    If I understand correctly what you’re asking, this won’t be possible to do because a WebService is an actual compiled class and a WebMethod is an actual compiled method.

    The GetWebResourceUrl method does what the name implies, returns a resource. Client script (Javascript) is just a string resource, it does not need to be executed on the server, it is simply sent to the client as text. Web services (and their methods) need to have a physical endpoint capable of responding to client requests and executing this code.

    In theory, if you were using WCF, you could determine the URL of the service endpoint at runtime, because WCF decouples the endpoint from the behaviour and defines it in a specific place in your web.config. That wouldn’t allow you to provide the whole “service” as a WebResource but it would avoid the need to hard-code the URL. If you’re using ASMX WebServices, then you don’t even have that option, because ASMX uses a markup file similar to an ASP.NET page.

    If you’re worried that the URL might change, i.e. because you deploy this web site on multiple servers/domains, then the best thing to do would be to externalize the URL as an application setting. That way you would only need to edit the web.config to change what URL is used for the script reference.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Class Library project and MVC project in the one solution. My
We have a class library where we keep a lot of the stuff that
I have a class library with some extension methods written in C# and an
I have a class library with all my database logic. My DAL/BLL. I have
I have a .NET class library containing a class with a method that performs
I have created a class library in VB .NET. Some code in the library
I have a C# class library and a startup project (a console app). The
The current class library I am working on will have a base class (Field)
I have a C# (2008/.NET 3.5) class library assembly that supports WPF (based on
I'm building a class library that will have some public & private methods. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.