Convert from ASP.NET Development to IIS
-
I inherited a project that was configured to run a file based Web Site using the ASP.NET Development Web Server. I want to switch this over to run using IIS. I have been looking through the project options but I cannot find how to go about switching this without creating a whole new project. Am I missing something? Regards, Jeff
-
I inherited a project that was configured to run a file based Web Site using the ASP.NET Development Web Server. I want to switch this over to run using IIS. I have been looking through the project options but I cannot find how to go about switching this without creating a whole new project. Am I missing something? Regards, Jeff
Right click Website->Properties->Web->Select Use IIS Web Server Radio button and provide the URL. :-)
-
Right click Website->Properties->Web->Select Use IIS Web Server Radio button and provide the URL. :-)
-
It was for VS2005 but you should be able to find that setting somewhere in Project Properties page.