VS 2008 http 404 page not found error
-
Hi, I have installed VS 2008 with framework 3.5 in my machine with win-xp as operating system and VS 2003 and VS 2005 also installed. whenever i create any new web site in my VS 2008 it creates it at my local IIS but then when i compile and run the site i get http 404 page not found error. My site has localhost in the path and the page that i m trying to browse is also at the same location still it gives page not found error. Please if anyone can give some workable suggestions. Thanks, sabiha.
-
Hi, I have installed VS 2008 with framework 3.5 in my machine with win-xp as operating system and VS 2003 and VS 2005 also installed. whenever i create any new web site in my VS 2008 it creates it at my local IIS but then when i compile and run the site i get http 404 page not found error. My site has localhost in the path and the page that i m trying to browse is also at the same location still it gives page not found error. Please if anyone can give some workable suggestions. Thanks, sabiha.
hozsam wrote:
whenever i create any new web site in my VS 2008 it creates it at my local IIS but then when i compile and run the site i get http 404 page not found error.
I believe you are selecting
HTTP
instated offile system
while creating new project in VS.cheers, Abhijit CodeProject MVP
-
Hi, I have installed VS 2008 with framework 3.5 in my machine with win-xp as operating system and VS 2003 and VS 2005 also installed. whenever i create any new web site in my VS 2008 it creates it at my local IIS but then when i compile and run the site i get http 404 page not found error. My site has localhost in the path and the page that i m trying to browse is also at the same location still it gives page not found error. Please if anyone can give some workable suggestions. Thanks, sabiha.
Hey... in vs 2008 I dont think it creates local IIS entry, rather it runs in the developement server already included. When you publish the website, there is some option given if you want to host to the server.
Abhishek Sur My Latest Articles Basics on LINQ and Lambda Expressions
Create .NET Templates -
Hey... in vs 2008 I dont think it creates local IIS entry, rather it runs in the developement server already included. When you publish the website, there is some option given if you want to host to the server.
Abhishek Sur My Latest Articles Basics on LINQ and Lambda Expressions
Create .NET TemplatesAbhishek Sur wrote:
Hey... in vs 2008 I dont think it creates local IIS entry, rather it runs in the developement server already included.
The default location set to File System. But if you want to change, you have two more option HTTP and FTP.
cheers, Abhijit CodeProject MVP
-
Hi, I have installed VS 2008 with framework 3.5 in my machine with win-xp as operating system and VS 2003 and VS 2005 also installed. whenever i create any new web site in my VS 2008 it creates it at my local IIS but then when i compile and run the site i get http 404 page not found error. My site has localhost in the path and the page that i m trying to browse is also at the same location still it gives page not found error. Please if anyone can give some workable suggestions. Thanks, sabiha.
-
Abhishek Sur wrote:
Hey... in vs 2008 I dont think it creates local IIS entry, rather it runs in the developement server already included.
The default location set to File System. But if you want to change, you have two more option HTTP and FTP.
cheers, Abhijit CodeProject MVP
yes.. I know, for web sites only. But nowdays we always create Web applications. Thats why I made that statement. No problem dear. :rose:
Abhishek Sur My Latest Articles Basics on LINQ and Lambda Expressions
Create .NET Templates