Deploying Asp.net 1.1 project
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
How can we deploy a Asp.net 1.1 project with only .aspx files and no code behind should be present in the deployed project. I don`t wan`t to show code files.. can any one help pls
Just build the website and copy only ASPX pages,bin directory and config files. No need to supply source code
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions