Relocation of aspx files

m_mahesh

Member
Joined
Jun 3, 2004
Messages
5
Location
Pune
Programming Experience
1-3
friends,

I have a problem related to asp.net. I have moved some of the aspx files and the code behind files to a new folder under the root folder. Now while i try to include these files in VS.NET is shows that file already exist. and doesnt get included. Is there any changes need to made somewhere????

m_mahesh
 
Did you use explorer to create and move the files?

If so, it's best to create and move aspx files in the solution explorer of Visual Studio (I'm assuming you're using Visual Studio). The IDE automatically moves the codeBehind files along with the aspx files.

Are the file icons shown with a Caution Sign/Exclamation Point?
 
Back
Top