[RESOLVED] [2005] Changing the DLL Name while publishing
Hi All,
I am using Asp.net 2.0, I am trying to deploy my application using the publish website wizard. The project contains 4 forms. By using the Publish wizard I managed to create 1 dll. But the dll name is differ from the Project Name. But in Asp.net 1.0 , the dll name is in the form of project name. How can I change the DLL Name in Asp.net 2.0..
If you right click on your project and then go to properties, the first option on the window that pops up is Assembly name, change that to whatever you want it to be called.
It appears that you're using a web site project rather than a web application project.
Web site projects are really 'minimal'... not that much control. Web application projects allow more control over your assemblies and are generally recommended anyways when working with web applications. You will need to install that extension and 'convert' your project to work with it (or redo copy/paste it). Then you will get a screen like this where you can specify your assembly name.