deulu
05-24-2005, 01:36 AM
My project used to work perfectly fine.
I foolishly decided once to make a copy of it for testing purposes in the same directory in the wwwroot.Then the complexity happened that i had this msg when trying to access the orignal project
"Unable to get the project file from the Web Server". So i erased both the copy and the original from that directory.
When i made another copy into my wwwroot from an external device, the same error msg appeared again. Knowing that i did that the very first time before this problem happened by creating it in my iis and it used to work fine...
Now i'm doing the same procedures as if i'm doing it for the very first time, but the problem persist. :confused:
Does anyone have a clue?
P.S. If i open my WebApplication1.sln in Notepad...I find this "http://localhost/WebApplication1/WebApplication1.vbproj", so no problem.
And if i open my WebApplication1.vbproj.webinfo in Notepad...I find this <VisualStudioUNCWeb>
<Web URLPath = "http://localhost/WebApplication1/WebApplication1.vbproj" />
</VisualStudioUNCWeb>
so no problem as well.....
I foolishly decided once to make a copy of it for testing purposes in the same directory in the wwwroot.Then the complexity happened that i had this msg when trying to access the orignal project
"Unable to get the project file from the Web Server". So i erased both the copy and the original from that directory.
When i made another copy into my wwwroot from an external device, the same error msg appeared again. Knowing that i did that the very first time before this problem happened by creating it in my iis and it used to work fine...
Now i'm doing the same procedures as if i'm doing it for the very first time, but the problem persist. :confused:
Does anyone have a clue?
P.S. If i open my WebApplication1.sln in Notepad...I find this "http://localhost/WebApplication1/WebApplication1.vbproj", so no problem.
And if i open my WebApplication1.vbproj.webinfo in Notepad...I find this <VisualStudioUNCWeb>
<Web URLPath = "http://localhost/WebApplication1/WebApplication1.vbproj" />
</VisualStudioUNCWeb>
so no problem as well.....