.net - How do I change a web site from an IIS hosted site to an ASP.Net Development Server hosted site? -
IIS6 was installed on my previous machine and IIS was created using a web host as a web project. This project is completed, published on an internal hosting server and checked in source control.
Now I need to go back and make slight changes to the project, although during this time I have obtained a new machine. I do not have an IIS on my new machine - and in reality there is no desire to go back to using IIS because I find the ASP.NET development server enough for my needs.
I can not open the project in Visual Studio without becoming an Administrator and setting up IIS 6. Is there such a way that I can modify the project and the solution files to play it well and instead use the ASP.NET Development Server?
Edit: Additional information, this was created in the form of Web site not Web project , so no one Not a csproj file.
Version information: Visual Studio 2008, NAT 3.5.
Thanks for any help,
Do you start a new project Can you use the "Use custom web server" option?
Personally, I will start a new project and get the file from the source control directly - you should not run into any problem compared to the project and when you only need to make a minor Now you may need to make minor changes in future so that quick and ready access to the source is probably useful.
Comments
Post a Comment