|
Subject:
|
Compiling Website to a DLL
|
|
Posted By:
|
ashu_from_india
|
Post Date:
|
4/17/2008 5:49:37 AM
|
hi all,
i hv created a website in ASP.NET 2.0 now, i do not want to deploy ASPX.VB files with the website
can i compile these ASPX.VB files into a DLL??
plz help,
thanks, Ashu
|
|
Reply By:
|
samjudson
|
Reply Date:
|
4/18/2008 5:16:35 AM
|
In Visual Studio, right click on the web project in the solution explorer and choose "Publish Web Site".
/- Sam Judson : Wrox Technical Editor -/
|
|
Reply By:
|
weicco
|
Reply Date:
|
4/18/2008 5:20:59 AM
|
You have Express edition or not? Express lacks publishing functionality but you can probably use command line utility aspnet_compiler.exe found in C:\WINDOWS\Microsoft.NET\Framework\v2.0.xxxxx folder.
|