cannot locate associated aspx files for web project

  • Thread starter Thread starter rosettaservice
  • Start date Start date
R

rosettaservice

Hi,
I NEED SOME HELP. Whenever i create a web project,
it runs ok on my machine. however, whenever i want to
copy the project folder from the visual studio project folder,
the associated files are not visible, only the .sln file is visible,
so when i copy the folder to run on another machine, it cannot
be opened or located by the web server.

What could be the problem?
 
Your associated files are in different place than the folder of
solution file.

When the project is loaded in VS and a regular non-solution file is
open (say aspx file) go for File > Save As and see where it is located
(or simply make full disk search on some associated file name :) ).
Use that folder for IIS (solution file is not needed for IIS).
 
Back
Top