472,353 Members | 1,505 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 software developers and data experts.

Problem not solved, ask for help again: Cannot open or create any web applicatoin!

CM
Hi there:
I have a web project which can be open and run without problem. I didn't
open the web application for a period and during which I didn't modified any
IIS items, but now I cannot open any web project even cannot create a new
one. The message for create a new web project is: (Open an oldASP project
got similar error.) My system is Windows 2000 Server
----------------------
The default web access mode for this project is set to file share, but the
project folder at "http://locahost/WebApplication1"cannot be opened with the
path 'd:\inetpub\wwwroot\WebApplication1'. The error returned was:
Unable to create Web project 'WebApplication1'/ The file path
'd:\inetpub\wwwroot\WebApplication1' does not correspond to the URL
http://locahost/WebApplication1. The two need to map to the same server
location. HTTP Error 500: Server Error
What would you like to do?

# Retry using a different file share path ---Get similar error
# Try to open the project in FrontPage Server Extensions ---Get similar
error
--------------------
I tried everything, but non is working.
Please help!
Thanks!
CM

"Terry Orzechowski" <to**********@fhhlc.com> wrote in message
news:15****************************@phx.gbl...
Did you try deleting all webs through iis and then adding
back your web? That has worked for me before.

Thanks for reply.
What do you mean deleting "all" webs? I just deleted the virtual directory
of the old web project. but this did not help. Do you think this is not
enough?
How to delete "all" webs? Will this has any impact on other function?

CM

"Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote in
message news:#n**************@TK2MSFTNGP10.phx.gbl... two things, make sure iis is running. i recommend doing an iisreset at the
command prompt.
then make sure your application has a virtual directory mapping in iis
manager. it needs to point to the correct directory on disk.


Thanks for reply.
I tried iisreset and virtual directory, but no help.
CM
Nov 17 '05 #1
4 3139
Make 100% sure IIS is running on port 80, software like websphere nicks the
port every chance it gets.

Olle

"CM" <ca*******@hotmail.com> wrote in message
news:ek**************@TK2MSFTNGP11.phx.gbl...
Hi there:
I have a web project which can be open and run without problem. I didn't
open the web application for a period and during which I didn't modified any IIS items, but now I cannot open any web project even cannot create a new
one. The message for create a new web project is: (Open an oldASP project
got similar error.) My system is Windows 2000 Server
----------------------
The default web access mode for this project is set to file share, but the
project folder at "http://locahost/WebApplication1"cannot be opened with the path 'd:\inetpub\wwwroot\WebApplication1'. The error returned was:
Unable to create Web project 'WebApplication1'/ The file path
'd:\inetpub\wwwroot\WebApplication1' does not correspond to the URL
http://locahost/WebApplication1. The two need to map to the same server
location. HTTP Error 500: Server Error
What would you like to do?

# Retry using a different file share path ---Get similar error
# Try to open the project in FrontPage Server Extensions ---Get similar
error
--------------------
I tried everything, but non is working.
Please help!
Thanks!
CM

"Terry Orzechowski" <to**********@fhhlc.com> wrote in message
news:15****************************@phx.gbl...
Did you try deleting all webs through iis and then adding
back your web? That has worked for me before.

Thanks for reply.
What do you mean deleting "all" webs? I just deleted the virtual

directory of the old web project. but this did not help. Do you think this is not
enough?
How to delete "all" webs? Will this has any impact on other function?

CM

"Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote in
message news:#n**************@TK2MSFTNGP10.phx.gbl...
two things, make sure iis is running. i recommend doing an iisreset at the command prompt.
then make sure your application has a virtual directory mapping in iis
manager. it needs to point to the correct directory on disk.


Thanks for reply.
I tried iisreset and virtual directory, but no help.
CM

Nov 17 '05 #2
CM
Hi, Olle:
Could you please let me know how to check if IIS is running on port 80, and
how to modify if not on the right port?
Thank you!
CM
PS: I didn't use websphere.

"O.S. de Zwart, endforward" <ol**@endforward.com> wrote in message
news:3f***********************@news.xs4all.nl...
Make 100% sure IIS is running on port 80, software like websphere nicks the port every chance it gets.

Olle

"CM" <ca*******@hotmail.com> wrote in message
news:ek**************@TK2MSFTNGP11.phx.gbl...
Hi there:
I have a web project which can be open and run without problem. I didn't
open the web application for a period and during which I didn't modified

any
IIS items, but now I cannot open any web project even cannot create a new
one. The message for create a new web project is: (Open an oldASP project got similar error.) My system is Windows 2000 Server
----------------------
The default web access mode for this project is set to file share, but the project folder at "http://locahost/WebApplication1"cannot be opened with

the
path 'd:\inetpub\wwwroot\WebApplication1'. The error returned was:
Unable to create Web project 'WebApplication1'/ The file path
'd:\inetpub\wwwroot\WebApplication1' does not correspond to the URL
http://locahost/WebApplication1. The two need to map to the same server
location. HTTP Error 500: Server Error
What would you like to do?

# Retry using a different file share path ---Get similar error
# Try to open the project in FrontPage Server Extensions ---Get similar
error
--------------------
I tried everything, but non is working.
Please help!
Thanks!
CM

"Terry Orzechowski" <to**********@fhhlc.com> wrote in message
news:15****************************@phx.gbl...
Did you try deleting all webs through iis and then adding
back your web? That has worked for me before.

Thanks for reply.
What do you mean deleting "all" webs? I just deleted the virtual

directory
of the old web project. but this did not help. Do you think this is not
enough?
How to delete "all" webs? Will this has any impact on other function?

CM

"Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote in message news:#n**************@TK2MSFTNGP10.phx.gbl...
two things, make sure iis is running. i recommend doing an iisreset at

the command prompt.
then make sure your application has a virtual directory mapping in iis
manager. it needs to point to the correct directory on disk.


Thanks for reply.
I tried iisreset and virtual directory, but no help.
CM


Nov 17 '05 #3
CM
Hi Olle:
I found on "Default web site properties" windows, on the Web Site tag, it
showing that the TCP port is 80. Is this what you mean "IIS is running on
port 80"?
Thanks!
CM
"O.S. de Zwart, endforward" <ol**@endforward.com> wrote in message
news:3f***********************@news.xs4all.nl...
Make 100% sure IIS is running on port 80, software like websphere nicks the port every chance it gets.

Olle

"CM" <ca*******@hotmail.com> wrote in message
news:ek**************@TK2MSFTNGP11.phx.gbl...
Hi there:
I have a web project which can be open and run without problem. I didn't
open the web application for a period and during which I didn't modified

any
IIS items, but now I cannot open any web project even cannot create a new
one. The message for create a new web project is: (Open an oldASP project got similar error.) My system is Windows 2000 Server
----------------------
The default web access mode for this project is set to file share, but the project folder at "http://locahost/WebApplication1"cannot be opened with

the
path 'd:\inetpub\wwwroot\WebApplication1'. The error returned was:
Unable to create Web project 'WebApplication1'/ The file path
'd:\inetpub\wwwroot\WebApplication1' does not correspond to the URL
http://locahost/WebApplication1. The two need to map to the same server
location. HTTP Error 500: Server Error
What would you like to do?

# Retry using a different file share path ---Get similar error
# Try to open the project in FrontPage Server Extensions ---Get similar
error
--------------------
I tried everything, but non is working.
Please help!
Thanks!
CM

"Terry Orzechowski" <to**********@fhhlc.com> wrote in message
news:15****************************@phx.gbl...
Did you try deleting all webs through iis and then adding
back your web? That has worked for me before.

Thanks for reply.
What do you mean deleting "all" webs? I just deleted the virtual

directory
of the old web project. but this did not help. Do you think this is not
enough?
How to delete "all" webs? Will this has any impact on other function?

CM

"Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote in message news:#n**************@TK2MSFTNGP10.phx.gbl...
two things, make sure iis is running. i recommend doing an iisreset at

the command prompt.
then make sure your application has a virtual directory mapping in iis
manager. it needs to point to the correct directory on disk.


Thanks for reply.
I tried iisreset and virtual directory, but no help.
CM


Nov 17 '05 #4
open a command prompt and type telnet ip 80

then type a character and press enter. The result will look something like
HTTP/1.1 400 Bad Request
Server: Microsoft-IIS/5.1
Date: Wed, 02 Jul 2003 20:53:30 GMT
Content-Type: text/html
Content-Length: 87

<html><head><title>Error</title></head><body>The parameter is incorrect.
</body>
</html>

Connection to host lost.

C:\Documents and Settings\ozwart>
"CM" <ca*******@hotmail.com> wrote in message
news:uz**************@tk2msftngp13.phx.gbl...
Hi, Olle:
Could you please let me know how to check if IIS is running on port 80, and how to modify if not on the right port?
Thank you!
CM
PS: I didn't use websphere.

"O.S. de Zwart, endforward" <ol**@endforward.com> wrote in message
news:3f***********************@news.xs4all.nl...
Make 100% sure IIS is running on port 80, software like websphere nicks

the
port every chance it gets.

Olle

"CM" <ca*******@hotmail.com> wrote in message
news:ek**************@TK2MSFTNGP11.phx.gbl...
Hi there:
I have a web project which can be open and run without problem. I didn't open the web application for a period and during which I didn't modified
any
IIS items, but now I cannot open any web project even cannot create a new one. The message for create a new web project is: (Open an oldASP project got similar error.) My system is Windows 2000 Server
----------------------
The default web access mode for this project is set to file share, but the project folder at "http://locahost/WebApplication1"cannot be opened
with
the
path 'd:\inetpub\wwwroot\WebApplication1'. The error returned was:
Unable to create Web project 'WebApplication1'/ The file path
'd:\inetpub\wwwroot\WebApplication1' does not correspond to the URL
http://locahost/WebApplication1. The two need to map to the same
server location. HTTP Error 500: Server Error
What would you like to do?

# Retry using a different file share path ---Get similar error
# Try to open the project in FrontPage Server Extensions ---Get similar error
--------------------
I tried everything, but non is working.
Please help!
Thanks!
CM

"Terry Orzechowski" <to**********@fhhlc.com> wrote in message
news:15****************************@phx.gbl...
> Did you try deleting all webs through iis and then adding
> back your web? That has worked for me before.
Thanks for reply.
What do you mean deleting "all" webs? I just deleted the virtual

directory
of the old web project. but this did not help. Do you think this is not enough?
How to delete "all" webs? Will this has any impact on other function?

CM

"Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote

in message news:#n**************@TK2MSFTNGP10.phx.gbl...
> two things, make sure iis is running. i recommend doing an iisreset at the
> command prompt.
> then make sure your application has a virtual directory mapping in

iis > manager. it needs to point to the correct directory on disk.

Thanks for reply.
I tried iisreset and virtual directory, but no help.
CM



Nov 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: J.Bijleveld | last post by:
Hello colleagues, At this moment we have a real big problem using a .NET application with an Oracle database (v8.1.6). I hope someone has...
2
by: Spieg | last post by:
I've a program with VB6 working with SQLServer 2000. I have a Central Station with the program runnin with full prvileges and that can perform all...
2
by: Robert McGregor | last post by:
Hi all, I've got a Front End / Back End database that was working just fine. One day i opened the FE to find that if I tried to open one of the...
28
by: Jon Davis | last post by:
If I have a class with a virtual method, and a child class that overrides the virtual method, and then I create an instance of the child class AS A...
2
by: Richard Lionheart | last post by:
Hi All, I generated a WebForm and created a Virtual Directory for it IIS. But I got an error message (shown below) saying something like my app...
10
by: Charles Law | last post by:
For some reason, when I click the X to close my MDI parent form, the action appears to be re-directed to one of the MDI child forms, and the parent...
4
by: Pekka Niiranen | last post by:
Hi, I am running Python script in W2K or in WinXP. The script is started from DOS prompt and writes text file to disk with codecs.open() in...
7
by: Salvador | last post by:
Hi, I am using WMI to gather information about different computers (using win2K and win 2K3), checking common classes and also WMI load balance....
12
by: noha khalifa | last post by:
Hi, I have a problem using session... I have a university web site from this site each student login with his username and password then i...
1
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.