M
msteinwender
I am doing some research on how to accomplish a process we would like
to impliment if possible into our .NET application
Requirement:
1. Build dynamic ASPX page based on SQL Server table
2. Add new ASPX page to web application with MSBuild
The first task is simple enough.....but I am finding it difficult to
find information on the second task. From what I have read using
MSBuild will allow you to build and publish files created on the dev
machine and add them to the .NET app on the server.
What I need to figure out is how to have the .NET web application
rebuild itself with the newly created ASPX page using MSBuild or
another method.
All comments are appreciated
Thanks
to impliment if possible into our .NET application
Requirement:
1. Build dynamic ASPX page based on SQL Server table
2. Add new ASPX page to web application with MSBuild
The first task is simple enough.....but I am finding it difficult to
find information on the second task. From what I have read using
MSBuild will allow you to build and publish files created on the dev
machine and add them to the .NET app on the server.
What I need to figure out is how to have the .NET web application
rebuild itself with the newly created ASPX page using MSBuild or
another method.
All comments are appreciated
Thanks