ArticleDirectory
- Vs package the website Aspx. CS file into a DLL
Vs package the website Aspx. CS file into a DLL
23 hours ago
Vs Lieutenant General websiteAsp.netThe CS file is packaged into a DLL.
In Versions later than vs2008, you can create web applications to develop websites. In this way, the website is Aspx. A single DLL is automatically generated when the CS file [generate a website] is used. If a website is used, no. This section describes a component provided by Microsoft that packs Aspx. CS from a traditional website into a DLL.
1. Visual Studio 2010 web deployment projects-beta 1 for vs 2010
2. Visual Studio 2008 web deployment projects-RTW for vs 2008
2. Web deployment projects with Visual Studio 2005 for vs2005
After the download and installation, re-open the vs development tool, and add a [add web deployment project] under [generate (B)] [Publish website]...].
Click Add web deployment project...] In the pop-up box, set the generated path, and you have an additional project in your solution. Right-click the new project to generate the website. The process must be patient. It is the DLL of the website and then merged, if Aspx. if the CS name already exists, the system will prompt ilmerge. merge: Error !! : Duplicate type 'xxzx' found in assembly 'yyy'. The compilation is successful only when the class names are different.