Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
salmonraju
Yak Posting Veteran
54 Posts |
Posted - 2007-11-05 : 05:18:12
|
Hi, I copied an asp.net 1.1 web project from another machine.I want to open that web application in my machine but i am getting the following errorThe default Web access mode for this project is set to file share, but the project folder at http://LocalHost/ProjectName cannot be opened with the path 'filepath. The error returned was:What would you like to do?Retry using a different file share pathTry to open the project with FrontPage Server ExtensionsI have created virtual directory for my application when i opened my MyApp.UI.csproj.webinfo in vs.net 2003 it is like the following |
|
JBelthoff
Posting Yak Master
173 Posts |
Posted - 2007-11-05 : 08:30:26
|
Assuming your virtual directory points to the path where the files are located, and assuming your .webinfo file points to the virtual directory, you should be fine.Another approach is to create a new web application in VS 2003 and then Add existing items from right clicking on the project. Takes a little loner but it will work when all else fails.Good Luck.JBelthoff• Hosts Station is a Professional Asp Hosting Provider› As far as myself... I do this for fun! |
|
|
|
|
|