Click to See Complete Forum and Search --> : [RESOLVED] ASP.NET application compiling error
samcollins_2k
01-10-2007, 10:13 PM
My application is C# ASP.NET as delivered from our outsourcer (projects is spread in different folders with varies SUO and SLN files). When loading the code in Visual Studio 2005, it echoes an error as 'folder is not configured as web application'. Next, I created a virtual directory in IIS. It now throws up an error 'Web server is not configured as debugging mode'. Some articles and postings suggest that my folder is not configured as a web application. I changed the property and created an application field. When i now compile without debug, (Ctrl + F5), it says 'Server Application Unavailable'. Any help or ideas will be appreciated.
Chitra Xavier
01-11-2007, 02:04 AM
Hi.....
Server Application Unavailable
This bug affects only computers that are running ASP.NET 1.0 on Windows XP. It does not affect computers that are running Microsoft Windows 2000 or Microsoft Windows Server 2003. This bug also does not affect computers that are running Windows XP and have ASP.NET 1.1 installed.
The following table lists the operating systems and the versions of the Microsoft .NET Framework that are affected by this bug:
.NET Framework Version Operating System Affected
1.0 Windows 2000 Professional No
1.0 Windows 2000 Server No
1.0 Windows XP Professional Yes
1.0 Windows Server 2003 No
1.1 Windows 2000 Professional No
1.1 Windows 2000 Server No
1.1 Windows XP Professional No
1.1 Windows Server 2003 No
This might solve a bit of ur problem
samcollins_2k
01-25-2007, 10:15 PM
Hi,
Thanks Chitra for your reply. The problem is solved. I followed the following steps:
1> Copy the necessary folders in the Inetpub folder
2> Make only that folder as a web application and not the complete virtual folder
3> Compile the code and it gives me the desired output.
Hope this helps some one else.