Tagged Questions
3
votes
5answers
2k views
MSBuild: Building asp.net 4.0 web sites: .metaproj -files
I have a solution-file with ASP.NET Web Sites.
When I build the solution with .NET 4.0 Beta 2 using
"c:\WINDOWS\Microsoft.NET\Framework\v4.0.21006\MSBuild.exe" d:\MyPath\MySolution.sln
...
1
vote
2answers
430 views
Asp.net 4.0 child application does not work on IIS 7.5?
I have a Website on IIS 7.5 configured as shown below.
ParentWebSite
---ChildWebApp
ParentWebSite is an Asp.Net 4.0 Website project.
ChildWebApp is an Asp.Net 4.0 Web Application.
When I ...
0
votes
0answers
17 views
How to run ASP.NET 4.0 version's Websites or Source codes on Microsoft Visual Web Developer 2008 Express Edition(ASP.net3.5), instead of VS 2010?
I have a ASP.Net 4.0 version's Websites or Source Code files built on ASP.NET 4.0 version, which requires Visual Studio 2010 Ultimate Edition to run this. But i have Windows XP SP2 and Microsoft ...