Compile Web Service?
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Date: Tue, 27 Jul 2004 15:53:29 -0400
Hi,
I have two files Service1.asmx, Service1.asmx.cs under WebService1 directory
and I can compile it fine into a dll and put it into the bin directory, but
if I change the name of the directory into WebService2, then it won't work.
What is the problem? Thank you.
-May
Relevant Pages
- Re: Where to place class file
... not sure but never heard about this automatic reference thing. ... copy local is true then the DLL is copied into the bin directory. ... Now When I compile it and place the dll in the bin and ... (microsoft.public.dotnet.framework.aspnet) - Re: web service deployment question
... is found in the bin directory under your web applications vroot. ... Make sure you compile your assembly with a name that does not ... >i have a web service which does xyz stuff...i have a reference of it ... >.asmx page, and invoke the method manually, it s fine. ... (microsoft.public.dotnet.framework.aspnet.webservices) - Re: Strong Names and Web Assemblies
... compiled locally by me and placed in bin directory of ... the JIT compile funtion of DOT/NET takes over and a new dll is created. ... Do I need to tell that new App to trust the new StrongNamed DLL? ... How do I refernece that Public Key, then, in the remote compile? ... (microsoft.public.dotnet.framework.aspnet.security) - Re: DLL hell
... You are not able to reference D's /obj directory. ... > compile the solution. ... > the new version of D and the old version of E to the local bin directory. ... > VS goes looking for the Dll for C and finds it. ... (microsoft.public.dotnet.general) - Re: How to create a web page class for inhert web page using ASP.NET 1.1 and 2.0?
... ASP.NET 1.1 will also automatically compile any code-behind file ... it finds in the same directory as an aspx file, if it has the directive you mention: ... > into a class, place the compiled .dll in the bin directory, and have your page inherit ... (microsoft.public.dotnet.framework.aspnet) |
|