problem with 2005
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi i convert a website project from VS2003 to VS2005 and compile it success but ther isnt any .dll file in bin directory what i have to do to have this .dll file to deploy project on web server?
Hi there, In VS 2005, you have more options to deploy your web site to the server. You can choose publishing your web site before deploying or use the
aspnet_compiler
tool to precompile your web site to generate the output assemblies. For more information, you can see ASP.NET Deployment [^]