How do I get my ASP.NET app in 2005 to use a DLL, so I don't have to include the .vb files on the server?
Printable View
How do I get my ASP.NET app in 2005 to use a DLL, so I don't have to include the .vb files on the server?
under the website menu in your project you should be able to add references to the dll files.
I mean I want the vb files to compile into a DLL, like in 2003.
check out aspnet_compiler.exe which is part of .NET SDKQuote:
Originally Posted by dogboydelta
please, see this link also
What's a metabasepath? :)