28 Mei 2012

*.sln file saving. or Missing on asp.net

Please also check the folder typically at C:\Documents and Settings\<user name>\My Documents\Visual Studio 2003\Projects to see if the solution files there.


or





For the situation that if you don’t know how to open the web site project without the solution file, Please check the following steps:
    1. Open Visual Stduio 2005 IDE.
    2. Click menu: File | Open | Web Site… | File System.
    3. Select the directory of the copied web site project, and then click the “Open” button.
    4. Visual Studio 2005 will create a solution file for this web site project automatically. Then the project can run without any problem under the build-in ASP.NET Development Server.
For the situation that you don’t know how to open the web site project via IIS, please check the following steps:
    1. Open IIS manager (Control Panel | Administrative Tools | Internet Information Services).
    2. Create a virtual directory for the copied web project (refer to the link below).
    3. Make sure the virtual directory is configured to ASP.NET 2.0 (right click the created virtual directory, and then sleect “Properties”. Click the “ASP.NET” tab, ensure the “ASP.NET version” is set to "2.0.50727”).
    4. Open Visual Studio 2005 IDE.
    5. Click Menu: File | Open | Web Site… | Local IIS.    6. Select the created virtual directory and then click the “Open” button.
    7. Visual Studio 2005 will create a solution file for this web site project and the project will run with local IIS.

Tidak ada komentar:

Posting Komentar