Dear Sir,
I am trying to build a standard website width Visual Studio 2005, on asp.net platform.
Three files are created, and each has generated following files:
Login.aspx, Login.aspx.vb, web.config and a folder App_Data.
All these four files are saved in a folder Login, as the path:
C:\ …. My documents\Visual Studio 2005\WebSites\Login.
It is observed that a parallel set of files is also creates in Projects folder as:
C:\ …. My documents\Visual Studio 2005\Projects\Login, although the site was created from Create a web Site path from Visual studio Start up Page.
I copied the Login folder, in my USB, to be installed at another computer.
It was observed that a Solution file Login.soln was opened in the object Browser. Work area contained the Login.aspx file, but did not have the Edit option with design / source display. Obviously it was neither intended not workable.
I had earlier saved the site in the sequence, menu > file > save Login.aspx file.
Then saved file > save all files. And finally closed the project.
Please guide me, How to save (correctly), moves away, builds and run the site file.
I also created a hyperlink to connect it to ~\Websites\profile.aspx file , but it automatically created the URL as ~\Websites\Login\Profile.aspx ,
Which being incorrect could not be found .
Please point out the error in my procedure , and the way to correct it.
Thanks and regards.
|