Publishing a Asp.net website
-
Hi All, We want to manually publish a asp.net website, We have read that .net framework 2.0 does not need any precompilation of the code to publish as a website , So we tried to publish a simple application in IIS 6.0 as a new website, we gave the right path of the file , set all the properties and the permission, but when we browse the website in IIS console itself it displays as "The Page cannot be displayed ". Can someone help us in getting the right way to create a website with the non compiled aspx code. Regards, Nancy
-
Hi All, We want to manually publish a asp.net website, We have read that .net framework 2.0 does not need any precompilation of the code to publish as a website , So we tried to publish a simple application in IIS 6.0 as a new website, we gave the right path of the file , set all the properties and the permission, but when we browse the website in IIS console itself it displays as "The Page cannot be displayed ". Can someone help us in getting the right way to create a website with the non compiled aspx code. Regards, Nancy
Is IIS set up to run a .NET 2.0 website ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Is IIS set up to run a .NET 2.0 website ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Thanks for your help. We missed to set the IIS for Asp.net 2.0 :)