Problem with creating a web project
-
Hi all when im trying to create a new ASp.Net web appication im getting the error "The web server reported following error when attempting to create a web project located at the following URL 'http://localhost/Webappicatiion1'. 'Http/1.1 500 server Error' Whta will be the problem with this Thanks in advance for any help
-
Hi all when im trying to create a new ASp.Net web appication im getting the error "The web server reported following error when attempting to create a web project located at the following URL 'http://localhost/Webappicatiion1'. 'Http/1.1 500 server Error' Whta will be the problem with this Thanks in advance for any help
reogeo2008 wrote:
500 server Error'
Look here[^] and see what HTTP 500 error code means. It is internal server error. Is your IIS up and running? :)
Navaneeth How to use google | Ask smart questions
-
reogeo2008 wrote:
500 server Error'
Look here[^] and see what HTTP 500 error code means. It is internal server error. Is your IIS up and running? :)
Navaneeth How to use google | Ask smart questions
how can i check whether my IIS up and running or not. My VS 2005 application work fine
-
how can i check whether my IIS up and running or not. My VS 2005 application work fine
Take browser and type
http://localhost
and it should open the default website or IIS welcome page. If it appears, your IIS is running. BTW, why are you creating project on IIS other than using the inbuilt ASP.NET development server? For using it, choose the file system type project. :)Navaneeth How to use google | Ask smart questions
-
Take browser and type
http://localhost
and it should open the default website or IIS welcome page. If it appears, your IIS is running. BTW, why are you creating project on IIS other than using the inbuilt ASP.NET development server? For using it, choose the file system type project. :)Navaneeth How to use google | Ask smart questions
Whn i open http://localhost im getting the error Page can not be dispalyed.What will be exactly happening
-
Whn i open http://localhost im getting the error Page can not be dispalyed.What will be exactly happening
your IIS is not running.... if you are still on developing phase, try to run ur web project in Visual Studio IDE, i'm sure it will create a virtual IIS.... somthing like "http://localhost:1234/default.aspx"....
xxx